I'm having a similar problem with a 1008HA. The test suspend/resume with 
uadmin almost works, everything comes back except the track pad.

J?rgen, I presume the kernel parameters you tweak in your test script 
output some additional information somewhere? dmesg?

  --joe

J?rgen Keil wrote:
>> Would anyone be able to suggest where to turn next in diagnosing the
>> lack of suspend/resume on my Asus EeePC 1000HE? This is on build 118.
>>
>> I manually enabled S3 power mgmt, and the system appears to suspend ok.
>> i.e. it goes "off" with the correct light flashing, and the "suspend
>> successful" msg appears in the messages file (as viewed later).
>>
>> On resume however, the system locks up solid almost immediately and has
>> to be power-cycled. After that boot, there is nothing in messages
>> following the successful suspend report, other than normal boot messages.
>>
>> any suggestions, please, as to what I should be trying next?
>>     
>
> Does a "test suspend / resume" with command "uadmin 3 22" work?
>
> It suspends and resumes all device drivers, but doesn't use
> acpi to remove power from the system.  
>
> I'm using something like this:
>
> % cat /usr/tmp/test-suspend 
> #!/bin/sh
>
> /usr/sbin/pmconfig
> /usr/sbin/modload -p misc/cpr
> (
>     echo 'cpr_debug/W 3;'
>     echo 'pm_debug/W 0x80000000;'
> ) | mdb -wk
>
> sync;sync;sync
> /sbin/uadmin 3 22
>   


Reply via email to