I am trying to get my mouse to wake up the pc after sleep. I went through the post here Wake up from suspend using wireless USB keyboard or mouse (for any Linux Distro). But no luck. But i noticed that for some reason my device is not listed in when I do grep . /sys/bus/usb/devices/*/power/wakeup
. I get the following output:
/sys/bus/usb/devices/1-2/power/wakeup:disabled
/sys/bus/usb/devices/3-1/power/wakeup:disabled
/sys/bus/usb/devices/3-3/power/wakeup:enabled
/sys/bus/usb/devices/usb1/power/wakeup:disabled
/sys/bus/usb/devices/usb2/power/wakeup:disabled
/sys/bus/usb/devices/usb3/power/wakeup:enabled
/sys/bus/usb/devices/usb4/power/wakeup:disabled
But when I do lsusb
I get the following:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 046d:c53d Logitech, Inc. USB Receiver
Bus 003 Device 002: ID 046d:c537 Logitech, Inc. Cordless Mouse Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1462:7c56 Micro Star International MYSTIC LIGHT
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
As you can see my device 3-2 is not listed in the grep . /sys/bus/usb/devices/*/power/wakeup
but it is listed in lsusb
. I looked in the /sys/bus/usb/devices/
folder and there is no folder for 3-1. The mouse is working it just won't wake up the pc from sleep.
Can anyone shine some light on this for me and maybe point me in the right direction on how to get my mouse to wakup my pc.