With bullseye this line in /etc/rc.local worked:
echo enabled > /sys/bus/usb/devices/usb3/power/
... to enable a keypress to wake up the system from suspend. Doesn't work in bookworm. These other efforts were suggested: (hopefully adding resume via mouse as well as keyboard):
echo enabled > /sys/bus/usb/devices/5-2/power/wakeup
echo enabled > /sys/bus/usb/devices/8-1/power/wakeup
... or:
echo enabled > /sys/class/usbmisc/hiddev0/power/wakeup
echo enabled > /sys/class/usbmisc/hiddev1/power/wakeup
... but nothing works. Is this functionality still available?
echo enabled > /sys/bus/usb/devices/usb3/power/
... to enable a keypress to wake up the system from suspend. Doesn't work in bookworm. These other efforts were suggested: (hopefully adding resume via mouse as well as keyboard):
echo enabled > /sys/bus/usb/devices/5-2/power/wakeup
echo enabled > /sys/bus/usb/devices/8-1/power/wakeup
... or:
echo enabled > /sys/class/usbmisc/hiddev0/power/wakeup
echo enabled > /sys/class/usbmisc/hiddev1/power/wakeup
... but nothing works. Is this functionality still available?
Statistics: Posted by rayandrews — 2024-03-17 15:41 — Replies 2 — Views 27