Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Which USB device on which controller?
Date: Fri, 27 Feb 2009 03:53:48
Message-Id: 49A763C4.5010201@gmail.com
In Reply to: [gentoo-user] Which USB device on which controller? by Grant
1 Grant wrote:
2 > My system seems to have 2 USB controllers, one 1.1 controller (OHCI)
3 > and one 2.0 controller (EHCI):
4 >
5 > 00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev
6 > a3) (prog-if 10 [OHCI])
7 > Subsystem: Micro-Star International Co., Ltd. Device 7309
8 > Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
9 > Memory at dfe7f000 (32-bit, non-prefetchable) [size=4K]
10 > Capabilities: [44] Power Management version 2
11 > Kernel driver in use: ohci_hcd
12 >
13 > 00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev
14 > a3) (prog-if 20 [EHCI])
15 > Subsystem: Micro-Star International Co., Ltd. Device 7309
16 > Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
17 > Memory at dfe7ec00 (32-bit, non-prefetchable) [size=256]
18 > Capabilities: [44] Debug port: BAR=1 offset=0098
19 > Capabilities: [80] Power Management version 2
20 > Kernel driver in use: ehci_hcd
21 >
22 > I have 2 Philips USB webcams attached to this system and controlled by
23 > media-video/motion. One of the webcams is not functioning, and I'm
24 > supposed to make sure I don't have both of them attached to the USB
25 > 1.1 controller. How can I do that? I have:
26 >
27 > # lsusb
28 > Bus 001 Device 003: ID 04f9:002a Brother Industries, Ltd
29 > Bus 001 Device 001: ID 1d6b:0002
30 > Bus 002 Device 003: ID 0471:0329 Philips
31 > Bus 002 Device 002: ID 0471:0329 Philips
32 > Bus 002 Device 001: ID 1d6b:0001
33 >
34 > Is there any way to find out?
35 >
36 > - Grant
37 >
38 >
39 >
40
41
42 I !think! mine has that too. This is the usb part of my config:
43
44 root@smoker / # cat /usr/src/linux/.config | grep USB | grep =y
45 CONFIG_USB_HID=y
46 CONFIG_USB_SUPPORT=y
47 CONFIG_USB_ARCH_HAS_HCD=y
48 CONFIG_USB_ARCH_HAS_OHCI=y
49 CONFIG_USB_ARCH_HAS_EHCI=y
50 CONFIG_USB=y
51 CONFIG_USB_DEVICEFS=y
52 CONFIG_USB_OHCI_HCD=y
53 CONFIG_USB_OHCI_LITTLE_ENDIAN=y
54 CONFIG_USB_ACM=y
55 CONFIG_USB_PRINTER=y
56 CONFIG_USB_STORAGE=y
57 root@smoker / #
58
59 With mine, it tries 2.0 first then goes to the first version. My
60 printer is 2.0 but my camera is the old version, or maybe it is the
61 other way around. I got a memory stick that connects 2.0 to. Anyway,
62 that works here and it may work for you.
63
64 Dale
65
66 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Which USB device on which controller? Grant <emailgrant@×××××.com>