David Relson schrieb:
> Greetings,
> 
> I've got a brand new ASUS M2A-VM HDMI motherboard, with AMD 690G
> northbridge and ATI SB600 southbridge.  The on-board video is now
> working (using the vesa driver) and DMA is working for the IDE drive.
> Not yet working is USB.  As shown below, lspci reports "ATI
> Technologies SB600 USB, ASUSTeK Computer Unknown device 81ef".  What
> kernel CONFIG is needed to support this chipset?
> 
> I'm running a2.6.22-gentoo-r5 kernel built for the AMD 64 X2
> processor.  Below I've shown the active USB options in .config and
> relevant output from lsmod and lspci -v. 
> 
> Thanks.
> 
> Regards,
> 
> David
> 
> ### USB options in .config ###
> 
> CONFIG_BLK_DEV_ATIIXP=y
> CONFIG_USB_ARCH_HAS_HCD=y
> CONFIG_USB_ARCH_HAS_OHCI=y
> CONFIG_USB_ARCH_HAS_EHCI=y
> CONFIG_USB=m
> CONFIG_USB_DEVICEFS=y
> CONFIG_USB_EHCI_HCD=m
> CONFIG_USB_UHCI_HCD=m
> CONFIG_USB_STORAGE=m
> 
> ### "lsmod" output ###
> 
> uhci_hcd               22668  0 
> usb_storage            35652  0 
> ehci_hcd               28684  0 
> usbcore               119364  4 uhci_hcd,usb_storage,ehci_hcd
> 
> ### "lspci -v" output ###
> 
> 00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0) (prog-if
> 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Unknown device 81ef
>       Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
>       Memory at fe02e000 (32-bit, non-prefetchable) [size=4K]
> 
> 00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1) (prog-if
> 10 [OHCI]) --- same as above, except IRQ 17 ---
> 
> 00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2) (prog-if
> 10 [OHCI]) --- same as above, except IRQ 18 ---
> 
> 00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3) (prog-if
> 10 [OHCI]) --- same as above, except IRQ 17 ---
> 
> 00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4) (prog-if
> 10 [OHCI]) --- same as above, except IRQ 18 ---
> 
> 00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller
> (EHCI) (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Unknown
> device 81ef Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
>       Memory at fe029000 (32-bit, non-prefetchable) [size=256]
>       Capabilities: [c0] Power Management version 2
>       Capabilities: [e4] Debug port

As you can see from the output they seem to be OHCI:

Device Drivers --> USB support --> OHCI HCD support

Don't forget EHCI in the same menu for USB2.0 support.
-- 
[EMAIL PROTECTED] mailing list

Reply via email to