Re: [solved] System refuses to load uhci instead of usb-uhci

2003-10-10 Thread Joachim Fahnenmueller
Just to point this out: /etc/modules decides which modules are loaded on boot, /etc/modutils/several_files decide about modules loaded on demand, i. e. when some program tries to access a device. See also man update-modules . On Wed, Oct 08, 2003 at 05:21:40PM -0400, Lou Losee wrote: > Never mind

Re: [solved] System refuses to load uhci instead of usb-uhci

2003-10-08 Thread Lou Losee
Never mind ... usb-uhci was in /etc/modules Dooh!!! Lou Losee * Lou Losee <[EMAIL PROTECTED]> [2003-10-08 17:12]: > Hi, Currently on boot, my system is loading the usb-uhci module. I am > trying to change that to get it to load the uhci module instead. I am > running a custom 2.4.22 kernel if th