The laptop-mode tag has no wiki summary.
9
votes
1answer
6k views
How to disable auto suspend when I close laptop lid?
I'm using archlinux. It never auto-suspend before a recent system upgrade(maybe I updated the kernel?).
I think it is related to laptop-mode or acpid, so I stop them:
/etc/rc.d/laptop-mode stop
...
1
vote
0answers
197 views
Can't set a blacklist for usb autosuspending
I'm trying to disable usb autosuspend for my wireless USB mouse:
CONTROL_USB_AUTOSUSPEND="auto"
AUTOSUSPEND_USE_WHITELIST=0
AUTOSUSPEND_USBID_BLACKIST="046d:c52f"
I already put these values to ...