Comment 164 for bug 1166442

Revision history for this message
Daniel Ceregatti (dlniel) wrote :

I'm still having to rmmod psmouse and modprobe psmouse after every boot. Upon boot, dmesg shows this:

[ 4.929432] psmouse serio1: elantech: unknown hardware version, aborting...

But after I rmmod and modprobe dmesg reports this:

[ 1750.169375] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x495f01)
[ 1750.179735] psmouse serio1: elantech: Synaptics capabilities query result 0x70, 0x15, 0x0e.

There is only one psmouse.ko in /lib/modules:

$ find /lib/modules -name psmouse.ko
/lib/modules/3.13.0-24-generic/updates/psmouse.ko

Sure, "locate psmouse.ko" finds the old module that dkms backed up in /var/lib/dkms/psmouse/original_module/3.13.0-24-generic/x86_64/psmouse.ko, but surely this isn't the one that's loading on boot, right? It seems something else is going on. I just wish I knew what. Thoughts?