It is incredibly annoying to me that my mouse wakes the computer when I barely touch it. If I want my PC to turn on, I press the Super key.
I find very hacky scripts online, I tried some but they didn’t work. How did you disable it?
This option is missing from settings.
- MyNameIsRichard ( @MyNameIsRichard@lemmy.ml ) 15•9 months ago
I created a systemd service by putting the following in /etc/systemd/system/disable-mouse-wakeup.service
[Unit] Description=Disable Mouse wakeup triggers [Service] Type=oneshot ExecStart=/bin/sh -c "echo XHC0 > /proc/acpi/wakeup" ExecStop=/bin/sh -c "echo XHC0 > /proc/acpi/wakeup" RemainAfterExit=yes [Install] WantedBy=multi-user.target
Then I ran
sudo systemctl enable --now disable-mouse-wakeup
It works perfectly on my AMD machine.
- Papamousse ( @Frederic@beehaw.org ) 3•9 months ago
On mine it was playing with some /sys/bus/usb/devices/1-4/power/wakeup or something, (use the right device number from lsusb), also there is some settings in the BIOS to power or not USB when sleeping, obviously if some USB port have no power, wakeup cannot work :) Every setup/BIOS is kinda different though.
And I have had the same problem as OP with just knocking the desk and the computer wakes up and it is annoying!
My latest trackball I switched it to Bluetooth mode so when PC is sleeping, no BT at all.
unfortunately, that doesn’t work.
- MyNameIsRichard ( @MyNameIsRichard@lemmy.ml ) 1•9 months ago
Run
cat /proc/acpi/wakeup
and try some of the other devices instead of XHC0 if they are enabledEdit: Remember to run
sudo systemctl stop disable-mouse-wakeup
to reset them if it doesn’t workUnfortunately, disabling the devices doesn’t work.
RP01 S4 *enabled pci:0000:00:1c.0 RP05 S4 *enabled pci:0000:00:1c.4 RP06 S4 *enabled pci:0000:00:1c.5 LID0 S3 *enabled platform:PNP0C0D:00 PBTN S3 *enabled platform:PNP0C0C:00
I had this device earlier but I disabled it with your systemctl service earlier and although I stopped the service, it didn’t come back. Probably, it’s back on next reboot.
XHC S0 *enabled pci:0000:00:14.0
I didn’t test LID0 or Powerbutton.
- Red ( @reddthat@reddthat.com ) English3•9 months ago
Those wakelock devices map to specific devices. If you run
lsusb
you will see thepci: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.
- Doompickaxe ( @Doompickaxe@feddit.de ) 5•9 months ago
Maybe a setting in the BIOS? It will most probably not have a setting for the Mouse but USB
As dar as I remember there is no setting for it in the bios, but I’ll check
- Akip ( @Akip@feddit.de ) English4•9 months ago
you can try if your monitor has a USB hub put it on there, when the monitor is off so goes the mouse.
- aes ( @aes@programming.dev ) 2•9 months ago
Turn the mouse upside down.
Also, check your BIOS settings. Turning it on from completely off also sounds sus, surely it’s ‘hibernating’ or something, right?
- marionberrycore ( @marionberrycore@lemmy.blahaj.zone ) 2•9 months ago
I’ve been working on a fix for a similar issue, but it might not apply because my issue is caused by my mouse’s wireless reciever. I wrote a little script to replace the bluetooth wakup config file, and it works when I manually run it. However, this resets every time I restart and I’m having difficulty getting it to run on startup, probably because it requires sudo.
- MangoPenguin ( @MangoPenguin@lemmy.blahaj.zone ) English1•9 months ago
It’s amazing how difficult this is to do. I like Linux and all, but seriously in Windows this is a couple clicks to fix.
- trustnoone ( @trustnoone@lemmy.sdf.org ) 1•9 months ago
- peasntanks ( @peasntanks@lemmy.ml ) 1•9 months ago
I just unplug the mouses USB from the PC and plug it back in after putting the PC to sleep. Et voila, pc no longer wakes from mouse.
- Pantherina ( @Pantherina@feddit.de ) 1•9 months ago
Plug it out lol