Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-23-2018, 02:47 AM
|
#1
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,345
|
usb 5-1: device descriptor read/64, error -71
Hi all,
I've got an error like the title. I mean day by day.
It is sometimes usb 4-1, usb 8-3, changed at every boot.
I need some help/advice to identify the root cause of this, because I have no any idea how to narrow it down. What I read is: it is most probably hardware related, just I don't know which one.
At this moment (by lsusb):
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
This is all I know.
|
|
|
10-30-2018, 05:47 AM
|
#2
|
Senior Member
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881
|
Hi pan64,
I was also thinking it is hardware/power issue of some kind. While it could also be a bug in the USB drivers somewhere, it seems unlikely to me. From the research I done about it, the most common answers were indeed hardware/power issue(s) of some kind.
I found some posts below for you that I think might help you figure out how to try and nail down the exact problem. There are also some links below that have different USB related error messages from the USB subsystem, but I figured they might give you some ideas on how to tackle the problem. Also, I'm not being smart or anything, if you use the search terms "error usb 3-1: device descriptor read/64", it seems to pull up a lot of threads about that particular error message - I haven't looked at all of the hits I got, but it might give you some more ideas too.
https://classicforum.manjaro.org/index.php?topic=5423.0
https://forums.whirlpool.net.au/foru....cfm?t=1652883
https://ubuntuforums.org/showthread....8#post10054218
https://superuser.com/questions/1769.../208759#208759
https://superuser.com/questions/6689...-device-resets
https://gordonazmo.wordpress.com/201...xed-it-for-me/
Hopefully you can nut this problem out, best of luck with it.
|
|
|
11-01-2018, 05:13 AM
|
#4
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,345
Original Poster
|
Hi guys, thanks for your help, especially the link to urukrama's solution (by ondoho).
The device is my new joystick. It looks like adding the option to usbcore solved this issue, but actually there was no problem at all. The situation was the following:
Code:
[ 2.659854] usb 5-1: new full-speed USB device number 2 using xhci_hcd
[ 2.847893] usb 5-1: device descriptor read/64, error -71
[ 3.139973] usb 5-1: device descriptor read/64, error -71
[ 3.427908] usb 5-1: new full-speed USB device number 3 using xhci_hcd
[ 3.612021] usb 5-1: device descriptor read/64, error -71
[ 3.904052] usb 5-1: device descriptor read/64, error -71
[ 4.667933] usb 5-1: new full-speed USB device number 4 using xhci_hcd
[ 4.759415] usb 5-1: Device not responding to setup address.
[ 5.055460] usb 5-1: Device not responding to setup address.
[ 5.260065] usb 5-1: device not accepting address 4, error -71
[ 5.384007] usb 5-1: new full-speed USB device number 5 using xhci_hcd
[ 5.475570] usb 5-1: Device not responding to setup address.
[ 5.771635] usb 5-1: Device not responding to setup address.
[ 5.976078] usb 5-1: device not accepting address 5, error -71
[ 7.624261] usb 5-1: new full-speed USB device number 7 using xhci_hcd
[ 7.857980] usb 5-1: New USB device found, idVendor=231d, idProduct=0121
[ 7.857985] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.857988] usb 5-1: Product: VKBsim Gladiator
[ 7.857991] usb 5-1: Manufacturer: www.vkb-sim.pro www.forum.vkb-sim.pro © Alex Oz 2012-2017
[ 7.866917] input: www.vkb-sim.pro www.forum.vkb-sim.pro © Alex Oz 2012-2017 VKBsim Gladiator as /devices/pci0000:00/0000:00:07.0/0000:05:00.0/usb5/5-1/5-1:1.0/0003:231D:0121.0005/input/input25
[ 7.867190] hid-generic 0003:231D:0121.0005: input,hidraw4: USB HID v1.00 Joystick [www.vkb-sim.pro www.forum.vkb-sim.pro © Alex Oz 2012-2017 VKBsim Gladiator ] on usb-0000:05:00.0-1/input0
So as you can see finally the joystick was recognized and used properly. After setting the option (of usbcore):
Code:
[ 2.635599] usb 5-1: new full-speed USB device number 2 using xhci_hcd
[ 2.925420] usb 5-1: New USB device found, idVendor=231d, idProduct=0121
[ 2.925422] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.925423] usb 5-1: Product: VKBsim Gladiator
[ 2.925424] usb 5-1: Manufacturer: www.vkb-sim.pro www.forum.vkb-sim.pro © Alex Oz 2012-2017
[ 2.936053] input: www.vkb-sim.pro www.forum.vkb-sim.pro © Alex Oz 2012-2017 VKBsim Gladiator as /devices/pci0000:00/0000:00:07.0/0000:05:00.0/usb5/5-1/5-1:1.0/0003:231D:0121.0001/input/input5
[ 2.936173] hid-generic 0003:231D:0121.0001: input,hidraw0: USB HID v1.00 Joystick [www.vkb-sim.pro www.forum.vkb-sim.pro © Alex Oz 2012-2017 VKBsim Gladiator ] on usb-0000:05:00.0-1/input0
Looks like the detection was much faster.
Thanks again.
|
|
|
03-28-2019, 07:21 PM
|
#5
|
LQ Newbie
Registered: Mar 2019
Posts: 1
Rep: 
|
My solution
I was having this issue, device descriptor read/64 erro -110 and -63
My solution was change the memory USB with ubuntu, and then it works. maybe someone helps
|
|
|
09-19-2019, 12:06 PM
|
#6
|
LQ Newbie
Registered: Dec 2006
Posts: 10
Rep:
|
Can not understand the solution
As you can see I am getting errors on startup. I hoped I had found an answer to the 110 error. I can not understand the solution. What is the poster advising?
dmesg | grep error
[ 4.439358] ACPI Error: Aborting method \_SB.PCI0.VGA.ATC0 due to previous error (AE_NOT_FOUND) (20190509/psparse-529)
[ 4.439396] ACPI Error: Aborting method \_SB.PCI0.VGA.ATCS due to previous error (AE_NOT_FOUND) (20190509/psparse-529)
[ 7.523297] usb 10-1: device descriptor read/64, error -110
[ 23.011293] usb 10-1: device descriptor read/64, error -110
[ 28.387291] usb 10-1: device descriptor read/64, error -110
[ 43.875289] usb 10-1: device descriptor read/64, error -110
[ 49.763292] usb 10-1: device descriptor read/64, error -110
[ 65.251290] usb 10-1: device descriptor read/64, error -110
[ 70.627294] usb 10-1: device descriptor read/64, error -110
[ 86.115294] usb 10-1: device descriptor read/64, error -110
[ 87.001713] print_req_error: I/O error, dev sr0, sector 0 flags 80700
[ 87.023669] print_req_error: I/O error, dev sr0, sector 0 flags 0
[ 87.023674] Buffer I/O error on dev sr0, logical block 0, async page read
[ 96.483320] usb 10-1: device descriptor read/64, error -110
|
|
|
09-19-2019, 04:13 PM
|
#7
|
LQ Newbie
Registered: Dec 2006
Posts: 10
Rep:
|
I have moved my query to a new topic
|
|
|
03-20-2020, 03:51 PM
|
#8
|
LQ Newbie
Registered: Mar 2020
Posts: 1
Rep: 
|
FTR,
I had a similar problem
Code:
USB [...] device descriptor read/64, error -71
but it was the bluetooth that was constantly restarting and causing the issue, bluetooth devices were not working correctly too.
In addition, I could find this error message:
Code:
Bluetooth: hci0: command 0x0c03 tx timeout
The solution was to completely shutdown the PC, unplug every cables and wait a few seconds before rebooting.
REF: https://askubuntu.com/questions/1119...ery-23-seconds
|
|
1 members found this post helpful.
|
07-22-2020, 11:30 AM
|
#9
|
LQ Newbie
Registered: Jun 2005
Location: Italy
Posts: 4
Rep:
|
Quote:
Originally Posted by ondoho
|
That's great, this solved my problem with an USB to ethernet adapter, which I had always to disconnect and reconnect after a reboot. Now it works flawlessy!
|
|
|
All times are GMT -5. The time now is 02:50 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|