Package: udev Version: 0.105-4 In order to leave free IRQ 177 for my HFC ISDN card I try to avoid "uhci_hcd" module from being loaded. For that I add to /etc/modprobe.d/blacklist:
blacklist uhci-hcd But the module is loaded after restarting. I've no USB devices in my system, and I don't load this module in any init script: ~# grep -ri uhci * modprobe.d/blacklist: blacklist uhci-hcd Of course, adding a module to "blacklist" file works perfectly with other modules as "psmouse" o "netjetpci", which are not loaded in next restart. The workaround for me is to add "modprobe -r uhci-hcd" to /etc/rc.local. I use Debian Etch with kernel 2.6.18-4-xen-686 in a HP ProLiant ML110. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

