Bugzilla – Bug 119215
blacklist ignored at boot-time
Last modified: 2005-10-12 14:50:45 UTC
I have a Logitech MediaPlay mouse, which has a custom driver to access all of the multimedia buttons. I have to unload usbhid and load lmpcm_usb instead. I have added usbhid to hotplug's blacklist, and it seems to keep it from being loaded on hotplug, but not on boot. How can I keep this module from being loaded at boot-time? Thanks.
Does adding: "blacklist usbhid" to /etc/modprobe.conf.local work?
Yes, it does appear to. If this is the appropriate solution, then I guess I'm okay with it. Is there a more user-friendly way of doing this though? thanks!
No, unfortunately, I don't know any better solution.