Opened 14 years ago

Closed 13 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 siarzhuk)

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)

syslog (2.6 KB ) - added by diger 13 years ago.
syslog
r40200_syslog (235.6 KB ) - added by diger 13 years ago.
new syslog
listdev (30.4 KB ) - added by diger 13 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 by anevilyak, 14 years ago

Component: - GeneralDrivers/USB
Owner: changed from nobody to mmlr

comment:2 by siarzhuk, 14 years ago

Description: modified (diff)

comment:3 by diger, 14 years ago

I installed haiku-nightly-hrev37423-x86gcc4hybrid - usb flash drive now defined and mounted.
But i can't copy anything from or on the stick.

comment:4 by diger, 13 years ago

I updated to the haiku-nightly-hrev39918-x86gcc4hybrid. USB drives do not work.

by diger, 13 years ago

Attachment: syslog added

syslog

comment:5 by mmlr, 13 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.

comment:6 by diger, 13 years ago

hrev40200 - usb flash drive do not work

by diger, 13 years ago

Attachment: r40200_syslog added

new syslog

by diger, 13 years ago

Attachment: listdev added

comment:7 by mmlr, 13 years ago

Blocked By: 5551 added
Resolution: duplicate
Status: newclosed

Another SBx00 chipset. It is a generic problem, no real idea what and I don't have the hardware to try it on...

Note: See TracTickets for help on using tickets.