makes touchpad working.
Now I’m trying to make this solution working for every user (in automatic).
I’ve followed the suggestion in the above link but it doesn’t work.
I’ve created (and made it executable) a file in /lib/systemd/system-sleep/touchpad
#!/bin/sh case $1 in
post)
/usr/sbin/rmmod i2c_hid && /usr/sbin/modprobe i2c_hid
;;
esac
and this script works if manually invoked by root (./touchpad post).
I also think the ‘post’ parameter is superfluous and I can delete it from the script (maybe it’s necessary for Ubuntu but I really don’t know).
So the problem is to run the script without user’s interaction (each user not only root) …
Cosa posso aggiungere Dino? Funziona perfettamente. Grazie, grazie, grazie.
Your nick suggest to me you could have italian origin and you could understand what I’ve written in the above row.
If not this is the same in english :
What can I add Deano? It works perfectly. Thanks … many many many times.