How to "modprobe -r ehci_hcd" at boot
Hi,
In order to make my palm (Z22) work perfectly with FC6, I remove the ehci_hcd module at boot time:
>modprobe -r ehci_hcd
I know that I can add this command to my /etc/rc.local file to have it executed every time I boot my machine.
However, rather than removing the module at boot time, I would like to prevent it from being loaded in the first place by adding it to /etc/hotplug/blacklist.
However, it seems that in FC6 there is no /etc/hotplug.
Can anyone tell me how I can prevent the ehci_hcd module from loading in FC6?
RR
|