Does this give any output?

lsmod |grep psmouse

I.e. is the psmouse module loaded? If yes, try removing it to see if that disables the touchpad.

sudo rmmod psmouse

If yes, you can reload it with

sudo modprobe psmouse

You could try editing the suspend/hibernate scripts to remove the module before and reload if after suspend/hib.

Reply via email to