I post content. You view content. I moderate content. You no like, you no pay

  • 8 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle








  • Those wakelock devices map to specific devices. If you run lsusb you will see the pci:0000:00:1c.4 and others.

    • Find the one that your mouse is.
    • Do the echo command into that device RP05.
    • Confirm it’s disabled.
    • suspend & then try moving the mouse
    • if it works edit the systemd script with the correct echo command
    • make sure you make the service Enabled (otherwise it won’t start on boot)
    • reboot and confirm it’s still disabled.

    That should be what is needed to disable waking up from the mouse.