You are not logged in.

#1 2015-01-22 12:11:33

SteveDeFacto
Member
Registered: 2013-08-16
Posts: 158

usb_submit_urb(ctrl) failed

I bought a Corsair K95 keyboard and an M65 mouse. When I boot my computer I see the error "usb_submit_urb(ctrl) failed." in my terminal. When I type "lsusb -v | grep -i corsair" the output is as follows:
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Bus 002 Device 003: ID 1b1c:1b11 Corsair
  idVendor           0x1b1c Corsair
Couldn't open device, some information will be missing
Bus 002 Device 002: ID 1b1c:1b12 Corsair
  idVendor           0x1b1c Corsair
Couldn't open device, some information will be missing

What should I do to fix this?

Offline

#2 2015-01-30 18:35:15

Staubsauger
Member
Registered: 2015-01-30
Posts: 9

Re: usb_submit_urb(ctrl) failed

Hi, I've got the same mouse and the same problem. It is very annoying that the boot time is delayed about 10 seconds. I realy tried alot, but did not find a solution. I even compiled the 3.19 kernel... Hope we find a solution soon. Greets

Edit:

 lsusb -v | grep -i corsair
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Bus 003 Device 003: ID 1b1c:1b12 Corsair 
  idVendor           0x1b1c Corsair
Couldn't open device, some information will be missing
 dmesg -Hek
[Jan29 15:32] usb 3-14: USB disconnect, device number 5
[ +21,884419] usb 3-12: new full-speed USB device number 6 using xhci_hcd
[ +5,170396] usb 3-12: unable to read config index 0 descriptor/all
[ +0,000003] usb 3-12: can't read configurations, error -110
[ +0,159897] usb 3-12: new full-speed USB device number 7 using xhci_hcd
[ +0,175513] input: Corsair Corsair M65 RGB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/0003:1B1C:1B12.0009/input/input21
[ +0,000167] hid-generic 0003:1B1C:1B12.0009: input,hidraw0: USB HID v1.11 Mouse [Corsair Corsair M65 RGB Gaming Mouse] on usb-0000:00:14.0-12/input0
[ +9,991906] hid-generic 0003:1B1C:1B12.000A: usb_submit_urb(ctrl) failed: -1
[ +0,000011] hid-generic 0003:1B1C:1B12.000A: timeout initializing reports
[ +0,000055] input: Corsair Corsair M65 RGB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.1/0003:1B1C:1B12.000A/input/input22
[ +0,000107] hid-generic 0003:1B1C:1B12.000A: input,hidraw1: USB HID v1.11 Mouse [Corsair Corsair M65 RGB Gaming Mouse] on usb-0000:00:14.0-12/input1
[Jan29 15:33] hid-generic 0003:1B1C:1B12.000B: timeout initializing reports
[ +0,000080] hid-generic 0003:1B1C:1B12.000B: hiddev0,hidraw2: USB HID v1.11 Device [Corsair Corsair M65 RGB Gaming Mouse] on usb-0000:00:14.0-12/input2
[ +9,994170] hid-generic 0003:1B1C:1B12.000C: timeout initializing reports
[ +0,000072] hid-generic 0003:1B1C:1B12.000C: hiddev0,hidraw3: USB HID v1.11 Device [Corsair Corsair M65 RGB Gaming Mouse] on usb-0000:00:14.0-12/input3 
 lsmod |grep hid
mac_hid                12633  0 
hid_generic            12393  0 
usbhid                 48595  0 
hid                   106316  2 hid_generic,usbhid
usbcore               199382  9 uas,rt2x00usb,usb_storage,rt2800usb,ehci_hcd,ehci_pci,usbhid,xhci_hcd,xhci_pci

Last edited by Staubsauger (2015-01-30 18:40:09)

Offline

#3 2015-02-07 09:04:00

Staubsauger
Member
Registered: 2015-01-30
Posts: 9

Re: usb_submit_urb(ctrl) failed

Ok, I found a workaround. You have to go to /etc/default/ and edit the grub file. There you have to insert "usbhid.quirks=0x1B1C:0x1B12:0x20000000" in the "GRUB_CMDLINE_LINUX_DEFAULT=" line.

So /etc/default/grub has to look like this:

 

GRUB_CMDLINE_LINUX_DEFAULT="resume=UUID=376b974a-9cc7-4a48-9e6a-de19471107f2 usbhid.quirks=0x1B1C:0x1B12:0x20000000 quiet splash"

then run "sudo update-grub" and reboot.

Offline

#4 2015-02-07 09:06:33

Staubsauger
Member
Registered: 2015-01-30
Posts: 9

Re: usb_submit_urb(ctrl) failed

*delete*

Last edited by Staubsauger (2015-02-07 09:06:54)

Offline

Board footer

Powered by FluxBB