Menu

#2 acpitool syntax: setting multiple devices

v1.0 (example)
open
nobody
acpitool (1)
5
2019-04-01
2019-04-01
CIV
No

Hello:

In an effort to weed out an acpi problem, I need to set all the /proc/acpi/wakeup variables to disabled, which means setting 8 out of possible 20.

At the moment I'm doing it with a rough script which works but does not seem the proper way to do it.

acpitool -W USB0 && acpitool -W USB1 &&...

Is it possible to do this with just one command using acpitool?

I was thinking something like acpitool -W USBx;EUSB.

The manpage only specifies how to do it one by one, separately.

Thanks in advance.

CIV

Discussion


Log in to post a comment.