1

I have been getting a very annoying problem since recently in Ubuntu 12.04, probably due to another update that did more bad than good...

When I resume from sleep on battery power my Lenovo Thinkpad T420, my wireless laser mouse (Logitech M705) freezes everytime I leave it for 2 seconds. It then starts moving again when I shake it for 5 seconds. The touchpad works normally.

I'm guessing the mouse enters some sleep mode and I'd like to know where to change this "timeout" value.

R Pennese
  • 1,265

2 Answers2

3

I found a solution on this page:

http://ubuntuforums.org/showthread.php?t=1675277

here's what I did:

in /etc/laptop-mode/conf.d/usb-autosuspend.conf

CONTROL_USB_AUTOSUSPEND=0

And everything works normal now.

R Pennese
  • 1,265
0

I'm not sure which kernel module the mouse drivers are using (you could check that). There's the possibility to mark modules problematic to suspend/resume, having them removed at suspend - and reloaded at resume. This is done using the SUSPEND_MODULES setting, as e.g. described in this question. Worth trying.

Izzy
  • 3,620