fixing USB-Mouse sleep on battery power in Mint 13

sam33
  10 years ago
  2

Some people say when they're running on battery their external usb-attached mouse has a sleep pause every 5 seconds or so. I experienced it myself.

This problem appears when you install 'laptop-mode-tools' to save energy and cool down the system by giving sleep orders to unnecessary operations. But usb-mouse shouldn't sleep at all. that's why we need to alter a file:

      sudo gedit /etc/laptop-mode/conf.d/usb-autosuspend.conf

change the following line: 

      AUTOSUSPEND_USBTYPE_BLACKLIST=""

with:

       AUTOSUSPEND_USBTYPE_BLACKLIST="usbhid usb-storage"

save and close. comming back to terminal. save all your work because you are going to restart your system.

       sudo reboot

Comments
jahid_0903014 10 years ago

nice


MagicMint 10 years ago

It’s OK, but using an external mouse on a battery-powered laptop ;-)