Opened 14 years ago
Closed 14 years ago
#6222 closed bug (duplicate)
Don't work USB-flash
Reported by: | diger | Owned by: | mmlr |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/USB | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #5551 | Blocking: | |
Platform: | All |
Description (last modified by )
haiku-nightly-hrev37174-x86gcc4hybrid and other On my mothrboard Gygabate GA-MA78LM-S2(AMD 760G) any usb flash drive do not work. After I insert a flash drives, in syslog:
KERN: usb hub 32: port 1: new device connected KERN: usb error control pipe 60: timeout waiting for queued request to complete Last message repeated 1 time KERN: usb error ehci -1: qtd (0x00539200) error: 0x00080248 KERN: usb error control pipe 60: timeout waiting for queued request to complete KERN: usb error ehci -1: qtd (0x00539500) error: 0x00080248 KERN: usb error ehci -1: error while setting device address KERN: usb error control pipe 60: KERN: timeout waiting for queued request to complete KERN: usb error control pipe 60: timeout waiting for queued request to complete KERN: usb error ehci -1: KERN: qtd (0x00539900) error: 0x00080248 KERN: usb error control pipe 60: timeout waiting for queued request to complete KERN: usb error ehci -1: KERN: qtd (0x00539b00) error: 0x00080248 KERN: usb error ehci -1: error while setting device address
The USB keyboard and the mouse work normally.
Attachments (3)
Change History (10)
comment:1 by , 14 years ago
Component: | - General → Drivers/USB |
---|---|
Owner: | changed from | to
comment:2 by , 14 years ago
Description: | modified (diff) |
---|
comment:3 by , 14 years ago
comment:4 by , 14 years ago
I updated to the haiku-nightly-hrev39918-x86gcc4hybrid. USB drives do not work.
comment:5 by , 14 years ago
Almost certainly that is an interrupt issue. The EHCI controller doesn't get interrupts and is therefore unable to function. Keyboard and mouse work because they are using a UHCI/OHCI controller that happens to receive interrupts, or are maybe even using legacy emulation if the controllers failed to init due to interrupt configuration. If you can provide the "ints" output from KDL that might show what other drivers may steal the interrupts. See the Kernel Debugging Land paragraph in ReportingBugs on how to do that.
by , 14 years ago
comment:7 by , 14 years ago
Blocked By: | 5551 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Another SBx00 chipset. It is a generic problem, no real idea what and I don't have the hardware to try it on...
I installed haiku-nightly-hrev37423-x86gcc4hybrid - usb flash drive now defined and mounted.
But i can't copy anything from or on the stick.