Ticket #62 (closed bug: fixed)
USB not stable
| Reported by: | lunohod | Owned by: | jekhor |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.2 |
| Component: | kernel | Version: | post-0.1 snapshot |
| Keywords: | v3 | Cc: | dottedmag,lunohod |
| Blocked By: | Blocking: |
Description (last modified by Totti) (diff)
USB often do not work.
dmesg on desktop: usb 2-1: device descriptor read/64, error -71
Change History
comment:2 Changed 3 years ago by dottedmag
- Status changed from closed to reopened
- Resolution invalid deleted
Unfortunately, bug manifested itself again (this time I was able to trigger it by disabling X-server in inittab, so every connect/disconnect of USB cable resulted in bunch of debug messages visible on console).
Seems that both autosuspend or screen refresh during USB negotiation phase break it.
comment:4 Changed 3 years ago by Totti
- Description modified (diff)
Please see comments to that in the wiki about SSH connection. This is as fare as I know a problem with modules of the kernel. If usb fails lsmod will find a USB Chip from JMicron, however, if it works it find surprisingly Netchip Technology, Inc. Linux-USB Ethernet
Workaround
- unplug the device
- wait a few seconds
- type "modprobe usbcore old_scheme_first=1"
- wait another few seconds
- some more seconds ... usb is not the fastest system according to connect disconnect status
- wait just a little bit more ...
- ... o.k. replug the device.


In recent kernels problem is not seen.