From my understanding of Linux and from what I have read in multiple online searches adding the following to /etc/modprobe.d/blacklist should prevent these modules from being loaded:
However, after adding those modules to the blacklist file and rebooting I get the following in /var/log/messages when I plug in my Treo 700w.
Am I just missing something really simple/stupid?
Code:
blacklist cdc_ether blacklist rndis_host blacklist ipaq
Code:
Feb 14 22:18:55 leviathan kernel: [ 603.076031] usb 1-2: new full speed USB device using uhci_hcd and address 2 Feb 14 22:18:55 leviathan kernel: [ 603.274234] usb 1-2: configuration #1 chosen from 1 choice Feb 14 22:18:55 leviathan kernel: [ 603.336742] usbcore: registered new interface driver cdc_ether Feb 14 22:18:55 leviathan kernel: [ 603.436767] eth1: register 'rndis_host' at usb-0000:00:1a.0-2, RNDIS device, 80:00:60:0f:e8:00 Feb 14 22:18:55 leviathan kernel: [ 603.436783] usbcore: registered new interface driver rndis_host Feb 14 22:18:55 leviathan kernel: [ 603.447894] usbcore: registered new interface driver rndis_wlan
Comment