Bug 119215 - blacklist ignored at boot-time
Summary: blacklist ignored at boot-time
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Hotplug (show other bugs)
Version: Preview 1
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Kay Sievers
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-28 14:08 UTC by Jason Kasper
Modified: 2005-10-12 14:50 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.