Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] New mobo and USB problems Florian Philipp <f.philipp@××××××.de>