LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 10-23-2018, 02:47 AM   #1
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,901

Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
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.
 
Old 10-30-2018, 05:47 AM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
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.
 
Old 10-31-2018, 02:46 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
i think "error -71" is the crucial bit.
please look at this search - urukrama's solution is old, but worth a try i guess: https://urukrama.wordpress.com/2009/...ised-error-71/
 
2 members found this post helpful.
Old 11-01-2018, 05:13 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,901

Original Poster
Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
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.
 
Old 03-28-2019, 07:21 PM   #5
kalugy
LQ Newbie
 
Registered: Mar 2019
Posts: 1

Rep: Reputation: Disabled
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
 
Old 09-19-2019, 12:06 PM   #6
robbyx
LQ Newbie
 
Registered: Dec 2006
Posts: 10

Rep: Reputation: 0
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
 
Old 09-19-2019, 04:13 PM   #7
robbyx
LQ Newbie
 
Registered: Dec 2006
Posts: 10

Rep: Reputation: 0
I have moved my query to a new topic
 
Old 03-20-2020, 03:51 PM   #8
jackcousteau
LQ Newbie
 
Registered: Mar 2020
Posts: 1

Rep: Reputation: Disabled
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.
Old 07-22-2020, 11:30 AM   #9
syaochan
LQ Newbie
 
Registered: Jun 2005
Location: Italy
Posts: 4

Rep: Reputation: 0
Quote:
Originally Posted by ondoho View Post
i think "error -71" is the crucial bit.
please look at this search - urukrama's solution is old, but worth a try i guess: https://urukrama.wordpress.com/2009/...ised-error-71/
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!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
usb 1-1: device descriptor read/64, error -71 Padmasri Linux - Hardware 2 09-18-2010 05:46 PM
USB device descriptor read/64, error -62 DebianUser Linux - Hardware 1 09-08-2010 04:37 AM
usb 1-2: device descriptor read/64, error -62 Padmasri Linux - Software 1 06-29-2010 03:47 AM
[SOLVED] usb 1-2: device descriptor read/64, error -62 Padmasri Linux - Embedded & Single-board computer 3 11-04-2009 12:57 AM
usb 1-2: device descriptor read/64, error -62 Padmasri Linux - Kernel 1 10-26-2009 08:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration