There are two reasons why the module is not loading: First of all, it's named "usb-uhci" not "uhci" hence the right command is
"modprobe usb-uhci" which you'll have to execute with root privileges. However if you're running the stock Debian Woody installation, you have Kernel 2.2 which does not support USB out of the box. You will have to install a newer kernel, the easiest way to do so is "apt-cache search kernel-image" and then look for what the lateste kernel-image for your architecture is. Install it via apt-get and modify your /etc/lilo.conf file. Don't forget to apply the changes by executing lilo. Reboot, select the new kernel and try "modprobe usb-uhci" Martin On Mon, 2003-09-29 at 21:58, Sidney Brooks wrote: > --- John Spray <[EMAIL PROTECTED]> wrote: > > Sidney Brooks wrote: > > > > >I must install the module uhci > > > > > Linux kernel modules are already present on your > > system. Installing the > > module refers not to obtaining it, but to loading it > > into the running > > kernel. This is generally done with a command such > > as "modprobe uhci", > > where uhci is the name of the module which you wish > > to load. To > > configure your debian system to load a certain > > module on boot, add the > > desired module's name to the list in /etc/modules. > > See man modprobe, > > man modules. > > > > When I use "modprobe uhci", the response is "Can't > locate module uhci". > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]