You are not logged in.
Hello.
Following the advice here, I have added the line "options usbhid mousepoll=2" to the file /etc/modprobe.d/modprobe.conf.
However, it seems to have no effect on boot. Running,
cat /sys/module/usbhid/parameters/mousepoll
returns the default value of 0.
Confusingly, manually inserting the module gives the correct rate!
sudo modprobe -r usbhid && sudo modprobe usbhid
cat /sys/module/usbhid/parameters/mousepoll
2
Does anyone know why I cannot get this option to apply automatically on boot?
Cheers.
Last edited by Red Pen (2011-12-20 12:48:49)
Offline
Offline
Thankyou Falconindy, that worked perfectly. (I went for option number two.)
Offline