On Mon, Sep 29, 2003 at 11:25:48AM -0700, Sidney Brooks wrote: > I want to use a usb printer with Debian woody. From what I read, I > must install the module uhci to do this. I do not know where to find > this module and how to install it. I have tried apt-get with no > success.
Depending on the kernel you have on your system you may already have the module. The specific module you need to load depends on the USB controller you have on your system. The newer Debian kernels provide support for USB 1.x and 2.x controllers with the following modules: usb-uhci.o uhci.o usb-ohci.o ehci-hcd.o Which of these you need depends on the controller your system has. AFAIK, the last one is only needed by USB 2.x systems. Once you know which you need, you can try to load it with (as root): modprobe $module where $module is the above listed module (without the .o). To find out which you need you can try: lspci | grep -i usb This should list any pci device with USB somewhere in it's description. -- Jamin W. Collins Remember, root always has a loaded gun. Don't run around with it unless you absolutely need it. -- Vineet Kumar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]