Since one of the recent updates, something has been waking up my computer from sleep. After using
cat /proc/acpi/wakeup
cat /proc/acpi/wakeup
and
sudo dmidecode |grep Wake-up
sudo dmidecode |grep Wake-up
, I figured out it was either the mouse or keyboard. I attempted to disable the mouse to see if it'll stop by using
sudo sh -c "echo I225 > /proc/acpi/wakeup"
sudo sh -c "echo I225 > /proc/acpi/wakeup"
, which I found online.
It did disable the mouse, but I now can't use the mouse now even if I reenable it in the terminal. Rebooting only temporary enables the mouse before disabling the second I log in. Any way to fix this?