Gentoo Archives: gentoo-dev

From: Tom Prado <tprado@×××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Linksys Wireless USB
Date: Mon, 09 Dec 2002 19:21:45
Message-Id: Pine.LNX.4.50L0.0212091409540.4088-100000@scuzzlebutt.theswamp.priv
In Reply to: Re: [gentoo-dev] Linksys Wireless USB by Adam Voigt
1 On Mon, 9 Dec 2002, Adam Voigt wrote:
2
3 > Alright, well, this:
4 >
5 > cat /proc/pci | grep "usb"
6 >
7 > Returns bupkiss, but should the usb be mentioned
8 > in /proc/pci? It's on the motherboard so shouldn't it
9 > not be in there anyway, or is "pci" misleading in that
10 > it means all devices?
11 >
12
13 try cat /proc/pci | grep "USB" instead. The USB Controller(s) should be
14 in there since they are PCI devices. You need to have a USB controller
15 driver loaded to be able to use any USB device. Even though you can load
16 the prism2_usb driver, I'm suspecting it won't work since there is no
17 host controller driver driving it. What errors do you get when you tried
18 to modprobe usb-uhci, uhci, and usb-ohci?
19
20 --
21 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Linksys Wireless USB Adam Voigt <adam@××××××××××.com>