Hubs not working in 3.2 kernel, Super Zaxxon 1.51


bismuthdrummer

Active Member
Joined
May 13, 2011
Messages
534
I have two hubs, tested and working under other machines and in the old 2.6 kernel but not in the latest 3.2 kernel. I plug in the hub, it shows up in dmesg, then I plug in any device (mouse, keyboard, flash drive, etc.) and I get the USB disconnect crash issue that happens when you plug a non-2.0-compatible device directly into the back.


dmesg usb | tail

[ 227.199035] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101


[ 227.199035] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0


[ 227.199066] usb 1-2: Product: USB 2.0 Hub


[ 227.201843] hub 1-2:1.0: USB hub found


[ 227.202087] hub 1-2:1.0: 4 ports detected


[ 235.291717] usb 1-2: USB disconnect, device number 2


[ 237.539276] keyboard: can't emulate rawmode for keycode 139


[ 237.718383] keyboard: can't emulate rawmode for keycode 139


[ 248.098663] keyboard: can't emulate rawmode for keycode 184


[ 248.213867] keyboard: can't emulate rawmode for keycode 184


Is this a known bug for SZ 1.51? If not can anyone replicate this?
 
Last edited by a moderator:
It's a broken driver, OMAP USB support is in a poor state. Plugging the devices to hub first and then hub to pandora usually helps, but you need to reboot when it's in bad state to recover, or at least do "sudo rmmod ehci_hcd; sudo modprove ehci_hcd"
 
Last edited by a moderator:
Ah ok, plugging it in with one device attached made it plug-and-play as normal.


Sucks for the OMAP support, we must clone you! I am sure you get that a lot.


Thanks.
 
Back
Top