#14096 closed bug (duplicate)
USB mouse stops working when moving mouse during haiku start up
Reported by: | andreas_dr | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/USB/XHCI | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #13767 | Blocking: | |
Platform: | All |
Description
This sounds strange, but it really happens from time to time. If I am moving mouse during haiku start up (shortly after app server started and still busy loading) my USB mouse stops working.
If you need any additional information do not hesitate to ask.
Attachments (2)
Change History (13)
comment:1 by , 7 years ago
Component: | - General → Drivers/USB/XHCI |
---|
comment:2 by , 7 years ago
by , 7 years ago
Attachment: | haiku-51883-syslog-usb-bug.txt.txt added |
---|
comment:3 by , 7 years ago
Hi,
its even reproducable. I have this issue with rev 51883 and older revisions.
Many thanx and
Best regards Andras
comment:5 by , 7 years ago
It looks like some transfers time out and they are not correctly retired/cleaned up inside the XHCI bus driver. This then leads to a state where the maximum number of concurrent active transfers is reached and no further transfers can be scheduled. This is probably an missing/incomplete or buggy error code path.
comment:6 by , 7 years ago
Confirmed with hrev51894 x86 using AMD SB4x0 host controller (see syslog). I used a PS/2 mouse which works, USB mouse and no USB stick will mount on this system (confirming USB stack seems inop after desktop appears).
~> uname -a
Haiku shredder 1 hrev51894 Apr 22 2018 17:05:26 BePC x86 Haiku
~> listimage |grep driver
2817 0xddd61000 0xddd63000 0 0 /boot/system/add-ons/kernel/drivers/dev/bus/usb_raw
->listdev
device Serial bus controller (USB controller, EHCI) [c|3|20]
vendor 1002: Advanced Micro Devices, Inc. [AMD/ATI] device 4373: IXP SB4x0 USB2 Host Controller
device Serial bus controller (USB controller, OHCI) [c|3|10]
vendor 1002: Advanced Micro Devices, Inc. [AMD/ATI] device 4375: IXP SB4x0 USB Host Controller
device Serial bus controller (USB controller, OHCI) [c|3|10]
vendor 1002: Advanced Micro Devices, Inc. [AMD/ATI] device 4374: IXP SB4x0 USB Host Controller
~> listusb
0000:0000 /dev/bus/usb/0/hub "HAIKU Inc." "OHCI RootHub" ver. 0110
0000:0000 /dev/bus/usb/1/hub "HAIKU Inc." "OHCI RootHub" ver. 0110
0000:0000 /dev/bus/usb/2/hub "HAIKU Inc." "EHCI RootHub" ver. 0200
comment:7 by , 7 years ago
Component: | Drivers/USB/XHCI → Drivers/USB |
---|---|
Owner: | changed from | to
Ah yes, an SB400. The SB400/600 chipsets have always been problemantic. The syslog shows that there is an initial timeout that then gets things stuck and the USB drive ejected. These issues are usually related to undelivered interrupts, but it's hard to tell if this is the case here.
comment:8 by , 6 years ago
Component: | Drivers/USB → Drivers/USB/XHCI |
---|---|
Owner: | changed from | to
Platform: | x86-64 → All |
That issue also looks entirely unrelated to the one in this ticket, which is definitely an XHCI bug.
comment:9 by , 6 years ago
Please retest under a recent nightly; quite a lot of XHCI issues were resolved recently.
comment:10 by , 6 years ago
Blocked By: | 13767 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:11 by , 5 years ago
Remove milestone for tickets with status = closed and resolution != fixed
Please attach a syslog, found in /var/log, to the ticket. It may show what is going on. Also, what revision of Haiku did you encounter this with?