Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxkernel authored Jun 27, 2019
1 parent b4b1014 commit 4d99f73
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,62 +17,62 @@ In that file, add the following:

Save and exit.

**`sudo reboot`
**`sudo reboot`**

You can check your mouse polling rate, opening a terminal and typing:

- **`cd /`
- **`cat sys/module/usbhid/parameters/mousepoll`
- **`cd /`**
- **`cat sys/module/usbhid/parameters/mousepoll`**

If you get "**1", then mouse polling rate (1000 Hz) is **ENABLED.
If you get "**1**", then mouse polling rate (1000 Hz) is **ENABLED**.

### Method two (via boot kernel module parameter):

Open a terminal and type:

- **`cd /`
- **`sudo pluma /etc/default/grub`
- **`cd /`**
- **`sudo pluma /etc/default/grub`**

In that file, look for the line that says **`"GRUB_CMDLINE_LINUX_DEFAULT="quiet"` and add the following:
In that file, look for the line that says **`"GRUB_CMDLINE_LINUX_DEFAULT="quiet"`** and add the following:

**`usbhid.mousepoll=1`
**`usbhid.mousepoll=1`**

The line should look like this:

**`"GRUB_CMDLINE_LINUX_DEFAULT="quiet usbhid.mousepoll=1"`
**`"GRUB_CMDLINE_LINUX_DEFAULT="quiet usbhid.mousepoll=1"`**

Save and exit.

- **`sudo update-grub`
- **`sudo update-grub2`
- **`sudo reboot`
- **`sudo update-grub`**
- **`sudo update-grub2`**
- **`sudo reboot`**

You can check mouse polling rate, opening a terminal and typing:

- **`cd /`
- **`cat sys/module/usbhid/parameters/mousepoll`
- **`cd /`**
- **`cat sys/module/usbhid/parameters/mousepoll`**

If you get "**1", then mouse polling rate (1000 Hz) is **ENABLED.
If you get "**1**", then mouse polling rate (1000 Hz) is **ENABLED**.

## Fix hid-generic 0003:1D57:FA0A.0002: usb_submit_urb(ctrl) failed: -1

Open a terminal and type:

- **`cd /`
- **`sudo pluma /etc/default/grub`
- **`cd /`**
- **`sudo pluma /etc/default/grub`**

In that file, look for the line that says **`"GRUB_CMDLINE_LINUX_DEFAULT ="quiet"` and add the following:
In that file, look for the line that says **`"GRUB_CMDLINE_LINUX_DEFAULT ="quiet"`** and add the following:

**`usbhid.quirks=0x1D57:0xFA0A:0x20000000`
**`usbhid.quirks=0x1D57:0xFA0A:0x20000000`**

The line should look like this:

**`"GRUB_CMDLINE_LINUX_DEFAULT="quiet usbhid.quirks=0x1D57:0xFA0A:0x20000000"`
**`"GRUB_CMDLINE_LINUX_DEFAULT="quiet usbhid.quirks=0x1D57:0xFA0A:0x20000000"`**

Save and exit.

- **`sudo update-grub`
- **`sudo update-grub2`
- **`sudo reboot`
- **`sudo update-grub`**
- **`sudo update-grub2`**
- **`sudo reboot`**

Tools for Vorago 404 "gaming mouse" under GNU/Linux. Coming soon... ;-)´

0 comments on commit 4d99f73

Please sign in to comment.