Greg KH <gregkh@suse.de> 04.05.09 18:18 >>> On Sun, May 03, 2009 at 01:29:58PM +0200, Werner LEMBERG wrote: . Ditto for this message:
Warning! ehci_hcd should always be loaded before \ uhci_hcd and ohci_hcd, not after
Odd, this should be resolved by the fact that we are building some of these drivers into the kernel. Or I thought we were...
Anyway, a simple line in modprobe.conf will handle this for you.
That is a certainly a temporary workaround, but not a solution (after all, the warning message has been existing for quite a while - it was introduced in .28): EHCI/OHCI/UHCI are configurable independently, and any possible config option combination should work (including e.g. USB_OHCI_HCD=y, USB_UHCI_HCD=y, and USB_EHCI_HCD=m). For the all-three-are-modules one, introducing a fake dependency would apparently be the easiest solution, but dealing with the example setting above would likely require some Kconfig games (so one can't select ehci_hcd to be a module anymore when either ohci_hcd or uhci_hcd are built-in). Once these are all consistent, that odd warning message could then also go away again. Jan -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org