5

I have a fresh installed Ubuntu 12.04 LTS on my HP ProBook.

My external mouse and touchpad freeze in battery mode, but I can reinitialize them with Ctrl+Alt+1 and back to 7. As long as I move the mouse everything is fine. But not touching the mouse for one second will freeze it.

I could solve the problem for my touchpad putting these two lines into rc.local:

sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps

But I have no solution for my external wired mouse. How to fix it?

Braiam
  • 67,791
  • 32
  • 179
  • 269
Michael
  • 81

1 Answers1

3

Thank you:

sudo apt-get install powernap
sudo powernap-action --disable usb_autosuspend

solved my problem!

Michael
  • 81