Hello,
I have autosuspend that turn on automatically after each reboot and I always deactivate it through powertop menu. It’s autosuspend for unknown USB device
which make my mouse disconnect after 3 seconds after each use, which is very annoying because it takes a few seconds to wake it up every time I want to use it
This is my power configuration :
services = {
thermald.enable = true;
tlp = {
enable = true;
settings = {
USB_AUTOSUSPEND = 0; # keep mouse awake
};
};
blueman.enable = true;
upower.enable = true;
};
But as you can see I already tried to disable it. I tried to remove powertop, but same thing
Where can I look to disable that ?