Comment 168 for bug 550625

Revision history for this message
Øyvind Stegard (oyvindstegard) wrote : Re: [Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work

Øyvind Stegard <email address hidden> 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/