Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pm-suspend does not work with networkmanager enabled
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ofosho
n00b
n00b


Joined: 06 Jan 2009
Posts: 4

PostPosted: Wed Jan 28, 2009 5:58 pm    Post subject: pm-suspend does not work with networkmanager enabled Reply with quote

I am trying to get my laptop to suspend properly, but when the networkmanager script is included in /usr/lib64/pm-utils/sleep.d suspend always fails.

Here is the dump of the log:
Initial commandline parameters: --quirk-none
Blacklisting 01grub.
Blacklisting 90clock.
Adding parameters
Wed Jan 28 12:25:05 EST 2009: Running hooks for suspend.
/usr/lib64/pm-utils/sleep.d/00clear suspend: success.
/usr/lib64/pm-utils/sleep.d/01grub suspend: disabled.
/usr/lib64/pm-utils/sleep.d/05led suspend: not applicable.
/usr/lib64/pm-utils/sleep.d/10NetworkManager suspend: success.
/usr/lib64/pm-utils/sleep.d/49bluetooth suspend: not applicable.
/usr/lib64/pm-utils/sleep.d/50modules suspend: success.
/usr/lib64/pm-utils/sleep.d/55battery suspend: success.
/usr/lib64/pm-utils/sleep.d/65alsa suspend: success.
/usr/lib64/pm-utils/sleep.d/90clock suspend: disabled.
/usr/lib64/pm-utils/sleep.d/94cpufreq suspend: success.
/usr/lib64/pm-utils/sleep.d/95led suspend: not applicable.
/usr/lib64/pm-utils/sleep.d/99video suspend: success.
Wed Jan 28 12:25:07 EST 2009: performing suspend
/usr/lib64/pm-utils/module.d/kernel: line 13: echo: write error: Resource temporarily unavailable
Wed Jan 28 12:25:28 EST 2009: Awake.
Wed Jan 28 12:25:28 EST 2009: Running hooks for resume
/usr/lib64/pm-utils/sleep.d/99video resume: success.
/usr/lib64/pm-utils/sleep.d/95led resume: not applicable.
/usr/lib64/pm-utils/sleep.d/94cpufreq resume: success.
/usr/lib64/pm-utils/sleep.d/90clock resume: disabled.
/usr/lib64/pm-utils/sleep.d/65alsa resume: success.
/usr/lib64/pm-utils/sleep.d/55battery resume: success.
/usr/lib64/pm-utils/sleep.d/50modules resume: success.
/usr/lib64/pm-utils/sleep.d/49bluetooth resume: not applicable.
/usr/lib64/pm-utils/sleep.d/10NetworkManager resume: success.
/usr/lib64/pm-utils/sleep.d/05led resume: not applicable.
/usr/lib64/pm-utils/sleep.d/01grub resume: disabled.
/usr/lib64/pm-utils/sleep.d/00clear resume: success.
Wed Jan 28 12:25:29 EST 2009: Finished.

Line 13 of kernel is: echo -n "mem" > /sys/power/state

I ran the code snippets from the networkmanager script to sleep/wake NM and it worked fine. Apparently when the script is run as part of the suspend sequence pm-suspend no longer has write permission to /sys/power/state? Any thoughts?

Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum