@ tbreustedt: did you also remove the driver first (rmmod hid_multitouch)? Also, you could try the same with i2c-hid: sudo rmmod i2c-hid sudo modprobe i2c-hid
Instead of odie's script you can also try the following for a "permanent" solution: sudo touch /etc/pm/config.d/00sleep_module sudo chmod 755 /etc/pm/config.d/00sleep_module edit the file and insert SUSPEND_MODULES="$SUSPEND_MODULES i2c-hid" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393079 Title: Touchpad not working after suspend/resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1393079/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
