Opened 6 years ago

Closed 5 years ago

Last modified 4 years ago

#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)

haiku-51883-syslog-usb-bug.txt.txt (364.9 KB ) - added by andreas_dr 6 years ago.
syslog (119.0 KB ) - added by cocobean 6 years ago.
Syslog: Computer using AMD IXP SB4x0 USB Host controller

Download all attachments as: .zip

Change History (13)

comment:1 by korli, 6 years ago

Component: - GeneralDrivers/USB/XHCI

comment:2 by mmlr, 6 years ago

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?

by andreas_dr, 6 years ago

comment:3 by andreas_dr, 6 years ago

Hi,

its even reproducable. I have this issue with rev 51883 and older revisions.

Many thanx and

Best regards Andras

comment:4 by andreas_dr, 6 years ago

BTW. The whole usb stack seems to be stuck then.

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

by cocobean, 6 years ago

Attachment: syslog added

Syslog: Computer using AMD IXP SB4x0 USB Host controller

comment:6 by cocobean, 6 years ago

Confirmed with hrev51894 x86 using AMD SB4x0 host controller (see syslog).

~> 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

Version 4, edited 6 years ago by cocobean (previous) (next) (diff)

comment:7 by mmlr, 6 years ago

Component: Drivers/USB/XHCIDrivers/USB
Owner: changed from nobody to mmlr

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 waddlesplash, 5 years ago

Component: Drivers/USBDrivers/USB/XHCI
Owner: changed from mmlr to nobody
Platform: x86-64All

That issue also looks entirely unrelated to the one in this ticket, which is definitely an XHCI bug.

comment:9 by waddlesplash, 5 years ago

Please retest under a recent nightly; quite a lot of XHCI issues were resolved recently.

comment:10 by waddlesplash, 5 years ago

Blocked By: 13767 added
Resolution: duplicate
Status: newclosed

comment:11 by nielx, 4 years ago

Remove milestone for tickets with status = closed and resolution != fixed

Note: See TracTickets for help on using tickets.