Hi,

I tried to enable keyboard wakeup from suspend to RAM for my Mac mini.
I had success with the following command line:

for i in `grep "USB.*disabled" /proc/acpi/wakeup | cut -d' ' -f1` ; do
        echo "$i" > /proc/acpi/wakeup
done

Here is the content of my /proc/acpi/wakeup:

PXS1      S4     disabled  pci:0000:01:00.0
PXS2      S4     disabled  pci:0000:02:00.0
USB1      S3     enabled   pci:0000:00:1d.0
USB2      S3     enabled   pci:0000:00:1d.1
USB3      S3     enabled   pci:0000:00:1d.2
USB4      S3     enabled   pci:0000:00:1d.3
USB7      S3     enabled   pci:0000:00:1d.7

Doe anyone know if one of the USB entries are statically connected to
the keyboard? Or does it depend on the USB port that your keyboard is
connected to? I think that USB1-USB4 are the 4 ports, and USB7 is
bluetooth.

Regards,
Tino

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mactel-linux-users mailing list
Mactel-linux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

Reply via email to