OpenWrt Forum Archive

Topic: no usb device recognized in WL-520gu with 2.6 kernels

The content of this topic has been archived on 13 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi all,

after installing fresh compiled kmod-usbcore and kmod-ohci (current trunk, r13270 or 8.09 - doesn't matter) I have only these lines by dmesg:

usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver

/proc/bus/usb/ is empty

what am I doing wrong? (it works fine with 2.4...)

thanx in advance

slx, thanks for the hint,

I've just added following lines to my /usr/src/trunk/.config:
CONFIG_EXPERIMENTAL=y
CONFIG_USB_OHCI_HCD_SSB=y
CONFIG_USB_OHCI_HCD=y
CONFIG_SSB=y

but it still doesn't work sad any ideas?..
----------------------------------------------
I've changed /targer/linux/.../config-2.6.28 and now getting these messages:
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ohci_hcd: Unknown symbol ssb_ehci_detach
ohci_hcd: Unknown symbol ssb_ehci_attach
ohci_hcd: Unknown symbol ssb_ehci_detach
ohci_hcd: Unknown symbol ssb_ehci_attach
ohci_hcd: Unknown symbol ssb_ehci_detach
ohci_hcd: Unknown symbol ssb_ehci_attach
ohci_hcd: Unknown symbol ssb_ehci_detach
ohci_hcd: Unknown symbol ssb_ehci_attach

(Last edited by mototun on 5 May 2009, 19:46)

The discussion might have continued from here.