system installation - USB Error when install Ubuntu on my PC - Ask Ubuntu
i'm trying dual boot ubuntu 16.10 on windows 10 pc when try boot installer says this:
hid-gereric 0003:2833:0031.0004: usb_submit_urb(ctrl) failed: -1
please help.
when boot livecd, press "e" access grub boot parameters.
find line:
grub_cmdline_linux_default=
and add following: "usbhid.quirks=<keyboard quirk>"
, in quotes, after grub_cmdline_linux_default=
.
you need research line keyboard. example, if have corsair keyboard, need change <keyboard quirk>
section of command.
k65 rgb: usbhid.quirks=0x1b1c:0x1b17:0x20000408 k70: usbhid.quirks=0x1b1c:0x1b09:0x0x20000408 k70 rgb: usbhid.quirks=0x1b1c:0x1b13:0x20000408 k95: usbhid.quirks=0x1b1c:0x1b08:0x20000408 k95 rgb: usbhid.quirks=0x1b1c:0x1b11:0x20000408 strafe: usbhid.quirks=0x1b1c:0x1b15:0x20000408 strafe rgb: usbhid.quirks=0x1b1c:0x1b20:0x20000408 m65 rgb: usbhid.quirks=0x1b1c:0x1b12:0x20000408 sabre rgb optical: usbhid.quirks=0x1b1c:0x1b14:0x20000408 sabre rgb laser: usbhid.quirks=0x1b1c:0x1b19:0x20000408 scimitar rgb: usbhid.quirks=0x1b1c:0x1b1e:0x20000408
example:
grub_cmdline_linux_default="resume=uuid=376b974a-9cc7-4a48-9e6a-de19471107f2 usbhid.quirks=0x1b1c:0x1b12:0x20000000 quiet splash"
hopefully should work. however, after installation, you need add these commands /etc/default/grub. changes kernel parameters @ boot not persistent.
use:
sudo gedit /etc/default/grub
insert line after grub_cmdline_linux_default=
, exit, , run command:
sudo update-grub
Comments
Post a Comment