UEFI BIOS and resume/suspend
Karl Auer
kauer at biplane.com.au
Fri Aug 24 21:09:01 UTC 2012
On Fri, 2012-08-24 at 17:26 +0100, Colin Law wrote:
> If I write disabled to the file
> /sys/devices/pci0000:00/0000:00:1a.0/power/wakeup and then suspend the
> keyboard no longer triggers a resume. I got the device code by
> unplugging and reinserting the keyboard and running dmesg.
> Unfortunately when I power cycle it gets set back to enabled, so there
> must be something writing to it at boot. No idea what at the moment
> though.
The right way to manipulate the /proc filesystem is to use the sysctl
program. See "man sysctl".
The /proc filesystem is virtual; it's not on disk, so all your changes
will vanish on reboot.
To make desired changes permanent, edit /etc/sysctl.conf, or create a
new entry in /etc/sysctl.d (read the README there first).
Regards, K.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au)
http://www.biplane.com.au/kauer
http://www.biplane.com.au/blog
GPG fingerprint: AE1D 4868 6420 AD9A A698 5251 1699 7B78 4EEE 6017
Old fingerprint: DA41 51B1 1481 16E1 F7E2 B2E9 3007 14ED 5736 F687
More information about the ubuntu-users
mailing list