[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:23:14 UTC 2010


Øyvind Stegard <oyvinst at ifi.uio.no> writes:
> modprobe -r psmouse || true
> insmod /path/to/hacked/psmouse.ko || echo 'Failed to load hacked
> psmouse.ko, probably needs recompiling.'

Perhaps slightly better is to fallback to the regular psmouse module, if
the other one fails to load:

modprobe -r psmouse || true
insmod /path/to/hacked/psmouse.ko || { echo 'Failed to load hacked psmouse.ko, falling back to standard.'; modprobe psmouse; true; }

Ø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