Greg KH wrote: > On Fri, Nov 21, 2008 at 05:47:23PM +0100, Toralf Förster wrote: >> And yes, I'm wondering whether a new udev version has to respect this thing or >> what the "typical" linux user should do to prevent this warning. > > Add one line to your modprobe.conf file: > install uhci-hci /sbin/modprobe ehci-hcd Hmm. I doubt that will work with my ohci-hcd controller. It also won't work with USB-1.1-only devices, since uhci-hcd will never load. :-P But, it's easy enough to fix; this would be the generic-hardware distro version: install uhci-hcd /sbin/modprobe ehci-hcd ; /sbin/modprobe -i uhci-hcd install ohci-hcd /sbin/modprobe ehci-hcd ; /sbin/modprobe -i ohci-hcd Unless a modutils that's more recent than mine (3.2.2) doesn't require the separate "modprobe -i"; that's possible. (And I was coming at this from entirely the wrong angle...)
Attachment:
signature.asc
Description: OpenPGP digital signature