Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: [SOLVED] device descriptor read/64, error -71 - USB problem

  1. #1
    Join Date
    Dec 2007
    Location
    Ruislip, UK
    Beans
    35
    Distro
    Ubuntu 8.04 Hardy Heron

    [SOLVED] device descriptor read/64, error -71 - USB problem

    I have a problem with my USB connections. for some resons they are not quite doing what they should. I have a new camera and on my old laptop (running Ubuntu 8.04) it is deteted immediately on the old USB 1.0. On my brand new PC also running Ubuntu 8.04 it is not detected. dmesg is showing the following:

    [ 563.332000] end_request: I/O error, dev sdb, sector 60796
    [ 563.332000] printk: 24 messages suppressed.
    [ 563.332000] Buffer I/O error on device sdb1, logical block 60745
    [ 717.556000] usb 2-4: new high speed USB device using ehci_hcd and address 12
    [ 717.668000] usb 2-4: device descriptor read/64, error -71
    [ 717.884000] usb 2-4: device descriptor read/64, error -71
    [ 718.100000] usb 2-4: new high speed USB device using ehci_hcd and address 13
    [ 718.212000] usb 2-4: device descriptor read/64, error -71
    [ 718.428000] usb 2-4: device descriptor read/64, error -71
    [ 718.644000] usb 2-4: new high speed USB device using ehci_hcd and address 14
    [ 719.052000] usb 2-4: device not accepting address 14, error -71
    [ 719.164000] usb 2-4: new high speed USB device using ehci_hcd and address 15
    [ 719.572000] usb 2-4: device not accepting address 15, error -71
    [ 801.752000] usb 2-4: new high speed USB device using ehci_hcd and address 16
    [ 801.864000] usb 2-4: device descriptor read/64, error -71
    [ 802.080000] usb 2-4: device descriptor read/64, error -71
    [ 802.296000] usb 2-4: new high speed USB device using ehci_hcd and address 17
    [ 802.408000] usb 2-4: device descriptor read/64, error -71
    [ 802.624000] usb 2-4: device descriptor read/64, error -71
    [ 802.840000] usb 2-4: new high speed USB device using ehci_hcd and address 18
    [ 803.248000] usb 2-4: device not accepting address 18, error -71
    [ 803.360000] usb 2-4: new high speed USB device using ehci_hcd and address 19
    [ 803.768000] usb 2-4: device not accepting address 19, error -71
    Any help appreciated - don't quite understand why it is not working. Thanks!

  2. #2
    Join Date
    Dec 2007
    Location
    Ruislip, UK
    Beans
    35
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: device descriptor read/64, error -71 - USB problem

    bump! no one?

  3. #3
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: device descriptor read/64, error -71 - USB problem

    Did you ever solve this problem? I'm trying to help someone with the same issue. I think it comes down to disabling CONFIG_USB_SUSPEND, which can be done by reloading the module "usbcore" with the option "autosuspend=-1." However doing that is tricky because it's hard to unload usbcore once the system is booted.

    There are instructions here on other ways to disable CONFIG_USB_SUSPEND without reloading usbcore. Have you tried them? I don't want to try them myself I can't break my computer right now, and it's hard to test USB stuff in a virtual machine.
    Debian / Ubuntu systems:
    ========================

    Comes with usbcore (CONFIG_USB) compiled as a module and CONFIG_USB_SUSPEND
    enabled (at least on Ubuntu).

    Therefore, to disable autosuspend you either:

    - recompile kernel without CONFIG_USB_SUSPEND

    - configure /etc/modprobe.d/ with a file containing
    "options usbcore autosuspend=-1"
    or set to 0 depending on your kernel

    If your system needs the modprobe configuration file above, and if your
    system uses initrd (probably does) then you will need to rebuild the
    initrd for your kernel for this to take effect. For example:

    dpkg-reconfigure linux-image-2.6.22.1

  4. #4
    Join Date
    Apr 2006
    Beans
    Hidden!

    Re: device descriptor read/64, error -71 - USB problem

    I have the same problem. With a camera

    I tried the modprobe thing, but it did solve the problem

  5. #5
    Join Date
    Dec 2007
    Location
    Ruislip, UK
    Beans
    35
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: device descriptor read/64, error -71 - USB problem

    pytheas22: thanks. sorted it, can't remember how though. Thanks anyway - good to see that someone is looking through all the unanswered threads.

  6. #6
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: device descriptor read/64, error -71 - USB problem

    pytheas22: thanks. sorted it, can't remember how though. Thanks anyway - good to see that someone is looking through all the unanswered threads.
    Do you have any idea how you fixed it? At least, do you remember if CONFIG_USB_SUSPEND had anything to do with it?

    I'm sorry no one answered your post earlier, too. It's a good example of why looking through unanswered posts is a good way to kill time when you're bored.

  7. #7
    Join Date
    Dec 2007
    Location
    Ruislip, UK
    Beans
    35
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: device descriptor read/64, error -71 - USB problem

    hey guys, just put a clean install of Ubuntu back on my computer and of course had the same problem with the USB/Camera. Did a bit of research and found this so damn easy solution on the Mint Forum:

    in the terminal type: echo -1 >/sys/module/usbcore/parameters/autosuspend

    I was logged in as root - not sure whether necessary. Then just reboot and Bob's your Uncle.

    Worked a treat for me.

  8. #8
    Join Date
    Apr 2007
    Beans
    3

    Re: device descriptor read/64, error -71 - USB problem

    I tried this fix for the same error message with a different error number (-110), but it did not seem to have any effect.

    Thanks,
    Justin
    Last edited by just_mcateer; October 23rd, 2008 at 02:10 AM. Reason: New information

  9. #9
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: device descriptor read/64, error -71 - USB problem

    I tried this fix for the same error message with a different error number (-110), but it did not seem to have any effect.
    What is the total output of 'dmesg | tail' after you plug in the device?

  10. #10
    Join Date
    Jan 2008
    Beans
    8

    Re: [SOLVED] device descriptor read/64, error -71 - USB problem

    Did you try this:
    http://www.mepis.org/node/5860

    In short as root:
    echo Y > /sys/module/usbcore/parameters/old_scheme_first

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •