Gentoo Archives: gentoo-user

From: Florian Philipp <f.philipp@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New mobo and USB problems
Date: Sat, 22 Sep 2007 16:22:45
Message-Id: 46F53DF5.2020506@addcom.de
In Reply to: [gentoo-user] New mobo and USB problems by David Relson
1 David Relson schrieb:
2 > Greetings,
3 >
4 > I've got a brand new ASUS M2A-VM HDMI motherboard, with AMD 690G
5 > northbridge and ATI SB600 southbridge. The on-board video is now
6 > working (using the vesa driver) and DMA is working for the IDE drive.
7 > Not yet working is USB. As shown below, lspci reports "ATI
8 > Technologies SB600 USB, ASUSTeK Computer Unknown device 81ef". What
9 > kernel CONFIG is needed to support this chipset?
10 >
11 > I'm running a2.6.22-gentoo-r5 kernel built for the AMD 64 X2
12 > processor. Below I've shown the active USB options in .config and
13 > relevant output from lsmod and lspci -v.
14 >
15 > Thanks.
16 >
17 > Regards,
18 >
19 > David
20 >
21 > ### USB options in .config ###
22 >
23 > CONFIG_BLK_DEV_ATIIXP=y
24 > CONFIG_USB_ARCH_HAS_HCD=y
25 > CONFIG_USB_ARCH_HAS_OHCI=y
26 > CONFIG_USB_ARCH_HAS_EHCI=y
27 > CONFIG_USB=m
28 > CONFIG_USB_DEVICEFS=y
29 > CONFIG_USB_EHCI_HCD=m
30 > CONFIG_USB_UHCI_HCD=m
31 > CONFIG_USB_STORAGE=m
32 >
33 > ### "lsmod" output ###
34 >
35 > uhci_hcd 22668 0
36 > usb_storage 35652 0
37 > ehci_hcd 28684 0
38 > usbcore 119364 4 uhci_hcd,usb_storage,ehci_hcd
39 >
40 > ### "lspci -v" output ###
41 >
42 > 00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0) (prog-if
43 > 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Unknown device 81ef
44 > Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
45 > Memory at fe02e000 (32-bit, non-prefetchable) [size=4K]
46 >
47 > 00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1) (prog-if
48 > 10 [OHCI]) --- same as above, except IRQ 17 ---
49 >
50 > 00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2) (prog-if
51 > 10 [OHCI]) --- same as above, except IRQ 18 ---
52 >
53 > 00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3) (prog-if
54 > 10 [OHCI]) --- same as above, except IRQ 17 ---
55 >
56 > 00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4) (prog-if
57 > 10 [OHCI]) --- same as above, except IRQ 18 ---
58 >
59 > 00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller
60 > (EHCI) (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Unknown
61 > device 81ef Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
62 > Memory at fe029000 (32-bit, non-prefetchable) [size=256]
63 > Capabilities: [c0] Power Management version 2
64 > Capabilities: [e4] Debug port
65
66 As you can see from the output they seem to be OHCI:
67
68 Device Drivers --> USB support --> OHCI HCD support
69
70 Don't forget EHCI in the same menu for USB2.0 support.
71 --
72 gentoo-user@g.o mailing list