[Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work

Øyvind Stegard oyvinst at ifi.uio.no
Tue Aug 31 08:07:05 UTC 2010


TP Diffenbach <550625 at bugs.launchpad.net> writes:

> Stupid noob question here: every time I reboot, to install Andrew
> Skalski's modified psmouse.ko, I have to sudo rmmod psmouse; sudo insmod
> psmouse.ko.
>
> How can I get Skalski's psmouse.ko loaded automatically?

Well, you could put these two lines in /etc/rc.local:

modprobe -r psmouse || true
insmod /path/to/hacked/psmouse.ko || echo 'Failed to load hacked psmouse.ko, probably needs recompiling.'

Haven't tested it, though. I'll rather wait till the fixes are
incorporated into the default kernel. You'll need to be aware when
kernel [ABI] upgrades happen. This approach will fail in that scenario
(if new kernel version requires module recompile).

Øyvind
-- 
< Øyvind Stegard
 < http://folk.uio.no/oyvinst/

-- 
Alps touchpad is recognized but synaptics clients and scrolling do not work
https://bugs.launchpad.net/bugs/550625
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list