Re: uhci
From: Jamin W. Collins (jcollins_at_asgardsrealm.net)
Date: 09/29/03
- Previous message: Monique Y. Herman: "Re: Redhat user wishing to try Debian - confused."
- In reply to: Sidney Brooks: "uhci"
- Next in thread: Andreas Janssen: "Re: uhci"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Sep 2003 13:30:31 -0600 To: debian-user@lists.debian.org
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 debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Monique Y. Herman: "Re: Redhat user wishing to try Debian - confused."
- In reply to: Sidney Brooks: "uhci"
- Next in thread: Andreas Janssen: "Re: uhci"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|