The recover from suspension/sleep mostly work (hybrid suspension). When i wakeup my pc the wifi is off, but all i need to do is click the icon. The main issue is the disabled touchpad.
Browsing around i’ve found the working command to re-enable it:
sudo modprobe -r psmouse sudo modprobe psmouse
any way to re-enable the touchpad (and if possible the wifi) after sleep with some script or something?