[LinuxBIOS] power on via usb

Shaddam Corrino IV shaddamcorrinoiv at gmail.com
Fri Dec 22 23:00:18 CET 2006


FWIW, partial success

# sleep 1 ; printf "\x20" | dd bs=1 seek=$((0x4000+4+1)) of=/dev/port
count=1 >& /dev/null
sytem power off.
# sleep 1 ; printf "\x24" | dd bs=1 seek=$((0x4000+4+1)) of=/dev/port
count=1 >& /dev/null
stops playing video, system hangs
# sleep 1 ; printf "\x28" | dd bs=1 seek=$((0x4000+4+1)) of=/dev/port
count=1 >& /dev/null
system reboot
# sleep 1 ; printf "\x2C" | dd bs=1 seek=$((0x4000+4+1)) of=/dev/port
count=1 >& /dev/null
stops playing video, screen is lit, resumes on usb event
# sleep 1 ; printf "\x30" | dd bs=1 seek=$((0x4000+4+1)) of=/dev/port
count=1 >& /dev/null
stops playing video, screen is lit, resumes on usb event


however, I still haven't gotten to the point where either
* "suspend -s 00:01" wakes up on usb event.
or
* "suspend -S 00:01" does not wake up on eth event.

or some other method for "power on suspend"+USB to work.

-- 
Thanks!
Shaddam IV
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20061222/fda74641/attachment.html>


More information about the coreboot mailing list