You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a Logitech wireless keyboard and mouse via unifying receiver. Running my Framework 13 in clam shell mode I wasn't able to wake the laptop from sleep with keyboard or mouse activity.
I did the following to correct this:
Find the device
grep -iH . /sys/bus/usb/devices/*/manufacturer
Look for entry for Logitech. It will look along the lines of:
/sys/bus/usb/devices/1-3/manufacturer:Logitech
Check if wakeup is enabled
cat /sys/bus/usb/devices/1-3/power/wakeup
Enable wakeup persistently - make a udev rule
udevadm info -a -p /sys/bus/usb/devices/1-3 | grep '{idVendor}\|{idProduct}'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use a Logitech wireless keyboard and mouse via unifying receiver. Running my Framework 13 in clam shell mode I wasn't able to wake the laptop from sleep with keyboard or mouse activity.
I did the following to correct this:
Look for entry for Logitech. It will look along the lines of:
udev
rulewhich will return something like:
add the following content:
restart the device manager if you want things to take effect right away via
Beta Was this translation helpful? Give feedback.
All reactions