Bug 119215

Summary: blacklist ignored at boot-time
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Jason Kasper <vR>
Component: HotplugAssignee: Kay Sievers <kasievers>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Preview 1   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Jason Kasper 2005-09-28 14:08:46 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.
Comment 1 Kay Sievers 2005-10-11 13:07:12 UTC
Does adding:
  "blacklist usbhid"
to
  /etc/modprobe.conf.local
work?
Comment 2 Jason Kasper 2005-10-12 14:42:13 UTC
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!
Comment 3 Kay Sievers 2005-10-12 14:50:45 UTC
No, unfortunately, I don't know any better solution.