You are not logged in.
As the title says, I'm having some issues with pm-suspend. A little info on my computer:
I'm running x86 Arch Linux on a Toshiba NB500 netbook.
The netbook has no hard drive in it. Arch is installed to an off the shelf USB drive.
As I write this, my install is up to date (just pacman -Syu'd)
Running kernel 2.6.39-ARCH
Here's what happens when I run `pm-suspend`
# pm-suspend
--- laptop goes to sleep now. when i bring it back up: ---
[155...] EXT4-fs error (device sda1) in ext4_reserve_inode_write:5569: Journal has aborted
[156...] journal commit I/O error
[157...] EXT4-fs error (device sda1) in ext4_dirty_inode:5696: Journal has aborted
[160...] EXT4-fs error (device sda1): ext4_journal_start_sb:2779:
[160...] EXT4-fs (sda1): Remounting filesystem read-only
[163...] EXT4-fs error (device sda1): ext4_journal_start_sb:279: Detected aborted jorunal
2011 Jul 13 09:28:45 myhost [156...] journal commit I/O error--- now, shit's broken ---
# reboot
-bash: /sbin/reboot: Input/output error
My pm-suspend.log doesn't show any errors. At least, none that I can see:
Initial commandline parameters:
Tue Jul 12 08:35:12 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
joydev 7535 0
i915 557838 1
arc4 1094 2
snd_hda_codec_realtek 225687 1
ecb 1645 2
ath9k 70997 0
snd_hda_intel 19261 0
mac80211 189598 1 ath9k
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
ath9k_common 1648 1 ath9k
snd_hwdep 4919 1 snd_hda_codec
drm_kms_helper 24245 1 i915
ath9k_hw 276916 2 ath9k,ath9k_common
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
serio_raw 3430 0
drm 147653 2 i915,drm_kms_helper
uvcvideo 55084 0
videodev 70734 1 uvcvideo
snd_timer 15542 1 snd_pcm
ath 11679 2 ath9k,ath9k_hw
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
i2c_algo_bit 4431 1 i915
sg 21022 0
intel_agp 8664 1 i915
iTCO_wdt 10333 0
media 8513 1 videodev
psmouse 55927 0
cfg80211 126930 3 ath9k,mac80211,ath
r8169 34891 0
battery 8905 0
i2c_i801 7039 0
processor 21884 0
sparse_keymap 2636 0
evdev 7310 0
soundcore 5018 1 snd
pcspkr 1415 0
iTCO_vendor_support 1553 1 iTCO_wdt
mii 3383 1 r8169
intel_gtt 11417 3 i915,intel_agp
button 3654 1 i915
rfkill 12510 1 cfg80211
i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_algo_bit,i2c_i801
ac 2545 0
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
video 9852 1 i915
agpgart 22160 3 drm,intel_agp,intel_gtt
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
ums_realtek 3718 0
usb_storage 35215 3 ums_realtek
ahci 18093 0
libahci 16581 1 ahci
uhci_hcd 19312 0
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 133164 885580 0 83200 18568
-/+ buffers/cache: 31396 987348
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Tue Jul 12 08:35:14 WST 2011: performing suspend
Tue Jul 12 08:35:18 WST 2011: Awake.
Tue Jul 12 08:35:18 WST 2011: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
/usr/lib/pm-utils/sleep.d/95led resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
/usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
Reloaded unloaded modules.
/usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
/usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
/usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
Initial commandline parameters:
Tue Jul 12 09:58:01 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
joydev 7535 0
snd_hda_codec_realtek 225687 1
arc4 1094 2
ecb 1645 2
ath9k 70997 0
snd_hda_intel 19261 0
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
i915 557838 1
snd_hwdep 4919 1 snd_hda_codec
mac80211 189598 1 ath9k
drm_kms_helper 24245 1 i915
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
ath9k_common 1648 1 ath9k
uvcvideo 55084 0
drm 147653 2 i915,drm_kms_helper
ath9k_hw 276916 2 ath9k,ath9k_common
videodev 70734 1 uvcvideo
snd_timer 15542 1 snd_pcm
serio_raw 3430 0
ath 11679 2 ath9k,ath9k_hw
intel_agp 8664 1 i915
i2c_i801 7039 0
i2c_algo_bit 4431 1 i915
iTCO_wdt 10333 0
media 8513 1 videodev
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
cfg80211 126930 3 ath9k,mac80211,ath
sg 21022 0
psmouse 55927 0
evdev 7310 0
pcspkr 1415 0
sparse_keymap 2636 0
r8169 34891 0
intel_gtt 11417 3 i915,intel_agp
battery 8905 0
ac 2545 0
processor 21884 0
iTCO_vendor_support 1553 1 iTCO_wdt
rfkill 12510 1 cfg80211
i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
soundcore 5018 1 snd
mii 3383 1 r8169
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
button 3654 1 i915
agpgart 22160 3 drm,intel_agp,intel_gtt
video 9852 1 i915
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
ums_realtek 3718 0
usb_storage 35215 3 ums_realtek
ahci 18093 0
uhci_hcd 19312 0
libahci 16581 1 ahci
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 54988 963756 0 6572 18428
-/+ buffers/cache: 29988 988756
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Tue Jul 12 09:58:02 WST 2011: performing suspend
Tue Jul 12 09:58:05 WST 2011: Awake.
Tue Jul 12 09:58:05 WST 2011: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
/usr/lib/pm-utils/sleep.d/95led resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
/usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
Reloaded unloaded modules.
/usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
/usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
/usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
/usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
/usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
Tue Jul 12 09:58:13 WST 2011: Finished.
Initial commandline parameters:
Tue Jul 12 12:26:01 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
joydev 7535 0
snd_hda_codec_realtek 225687 1
arc4 1094 2
ecb 1645 2
snd_hda_intel 19261 0
i915 557838 1
ath9k 70997 0
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4919 1 snd_hda_codec
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
mac80211 189598 1 ath9k
drm_kms_helper 24245 1 i915
ath9k_common 1648 1 ath9k
snd_timer 15542 1 snd_pcm
drm 147653 2 i915,drm_kms_helper
uvcvideo 55084 0
ath9k_hw 276916 2 ath9k,ath9k_common
i2c_algo_bit 4431 1 i915
videodev 70734 1 uvcvideo
intel_agp 8664 1 i915
media 8513 1 videodev
intel_gtt 11417 3 i915,intel_agp
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
ath 11679 2 ath9k,ath9k_hw
serio_raw 3430 0
iTCO_wdt 10333 0
sparse_keymap 2636 0
i2c_i801 7039 0
cfg80211 126930 3 ath9k,mac80211,ath
psmouse 55927 0
sg 21022 0
pcspkr 1415 0
soundcore 5018 1 snd
i2c_core 16665 6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
agpgart 22160 3 drm,intel_agp,intel_gtt
r8169 34891 0
evdev 7310 0
rfkill 12510 1 cfg80211
iTCO_vendor_support 1553 1 iTCO_wdt
battery 8905 0
mii 3383 1 r8169
ac 2545 0
video 9852 1 i915
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
processor 21884 0
button 3654 1 i915
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
usb_storage 35215 2
ahci 18093 0
uhci_hcd 19312 0
libahci 16581 1 ahci
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
usbcore 119324 5 uvcvideo,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 66712 952032 0 9656 21316
-/+ buffers/cache: 35740 983004
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Tue Jul 12 12:26:04 WST 2011: performing suspend
Tue Jul 12 12:26:10 WST 2011: Awake.
Tue Jul 12 12:26:10 WST 2011: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
/usr/lib/pm-utils/sleep.d/95led resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
/usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
Reloaded unloaded modules.
/usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
/usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
/usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
/usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
/usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
Tue Jul 12 12:26:29 WST 2011: Finished.
Initial commandline parameters:
Tue Jul 12 12:28:01 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
uas 6480 0
ums_realtek 3718 0
joydev 7535 0
snd_hda_codec_realtek 225687 1
arc4 1094 2
ecb 1645 2
snd_hda_intel 19261 0
i915 557838 1
ath9k 70997 0
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4919 1 snd_hda_codec
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
mac80211 189598 1 ath9k
drm_kms_helper 24245 1 i915
ath9k_common 1648 1 ath9k
snd_timer 15542 1 snd_pcm
drm 147653 2 i915,drm_kms_helper
uvcvideo 55084 0
ath9k_hw 276916 2 ath9k,ath9k_common
i2c_algo_bit 4431 1 i915
videodev 70734 1 uvcvideo
intel_agp 8664 1 i915
media 8513 1 videodev
intel_gtt 11417 3 i915,intel_agp
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
ath 11679 2 ath9k,ath9k_hw
serio_raw 3430 0
iTCO_wdt 10333 0
sparse_keymap 2636 0
i2c_i801 7039 0
cfg80211 126930 3 ath9k,mac80211,ath
psmouse 55927 0
sg 21022 0
pcspkr 1415 0
soundcore 5018 1 snd
i2c_core 16665 6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
agpgart 22160 3 drm,intel_agp,intel_gtt
r8169 34891 0
evdev 7310 0
rfkill 12510 1 cfg80211
iTCO_vendor_support 1553 1 iTCO_wdt
battery 8905 0
mii 3383 1 r8169
ac 2545 0
video 9852 1 i915
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
processor 21884 0
button 3654 1 i915
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
usb_storage 35215 3 ums_realtek
ahci 18093 0
uhci_hcd 19312 0
libahci 16581 1 ahci
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 5 uas,sg,sd_mod,usb_storage,libata
usbcore 119324 7 uas,ums_realtek,uvcvideo,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 65960 952784 0 9740 21640
-/+ buffers/cache: 34580 984164
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Tue Jul 12 12:28:03 WST 2011: performing suspend
Initial commandline parameters:
Tue Jul 12 15:04:01 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
snd_hda_codec_realtek 225687 1
arc4 1094 2
ecb 1645 2
snd_hda_intel 19261 0
ath9k 70997 0
joydev 7535 0
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
i915 557838 1
mac80211 189598 1 ath9k
snd_hwdep 4919 1 snd_hda_codec
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
ath9k_common 1648 1 ath9k
ath9k_hw 276916 2 ath9k,ath9k_common
drm_kms_helper 24245 1 i915
snd_timer 15542 1 snd_pcm
drm 147653 2 i915,drm_kms_helper
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
ath 11679 2 ath9k,ath9k_hw
i2c_algo_bit 4431 1 i915
uvcvideo 55084 0
videodev 70734 1 uvcvideo
r8169 34891 0
intel_agp 8664 1 i915
serio_raw 3430 0
iTCO_wdt 10333 0
soundcore 5018 1 snd
i2c_i801 7039 0
media 8513 1 videodev
cfg80211 126930 3 ath9k,mac80211,ath
intel_gtt 11417 3 i915,intel_agp
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
psmouse 55927 0
sparse_keymap 2636 0
sg 21022 0
iTCO_vendor_support 1553 1 iTCO_wdt
evdev 7310 0
agpgart 22160 3 drm,intel_agp,intel_gtt
i2c_core 16665 6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
pcspkr 1415 0
ac 2545 0
mii 3383 1 r8169
rfkill 12510 1 cfg80211
battery 8905 0
video 9852 1 i915
button 3654 1 i915
processor 21884 0
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
ums_realtek 3718 0
usb_storage 35215 3 ums_realtek
ahci 18093 0
libahci 16581 1 ahci
uhci_hcd 19312 0
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 59700 959044 0 11316 18416
-/+ buffers/cache: 29968 988776
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Tue Jul 12 15:04:02 WST 2011: performing suspend
Tue Jul 12 15:04:07 WST 2011: Awake.
Tue Jul 12 15:04:07 WST 2011: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
/usr/lib/pm-utils/sleep.d/95led resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
/usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
Reloaded unloaded modules.
/usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
/usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
/usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
/usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
/usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
Tue Jul 12 15:04:22 WST 2011: Finished.
Initial commandline parameters:
Tue Jul 12 15:44:01 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
uas 6480 0
snd_hda_codec_realtek 225687 1
arc4 1094 2
ecb 1645 2
snd_hda_intel 19261 0
ath9k 70997 0
joydev 7535 0
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
i915 557838 1
mac80211 189598 1 ath9k
snd_hwdep 4919 1 snd_hda_codec
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
ath9k_common 1648 1 ath9k
ath9k_hw 276916 2 ath9k,ath9k_common
drm_kms_helper 24245 1 i915
snd_timer 15542 1 snd_pcm
drm 147653 2 i915,drm_kms_helper
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
ath 11679 2 ath9k,ath9k_hw
i2c_algo_bit 4431 1 i915
uvcvideo 55084 0
videodev 70734 1 uvcvideo
r8169 34891 0
intel_agp 8664 1 i915
serio_raw 3430 0
iTCO_wdt 10333 0
soundcore 5018 1 snd
i2c_i801 7039 0
media 8513 1 videodev
cfg80211 126930 3 ath9k,mac80211,ath
intel_gtt 11417 3 i915,intel_agp
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
psmouse 55927 0
sparse_keymap 2636 0
sg 21022 0
iTCO_vendor_support 1553 1 iTCO_wdt
evdev 7310 0
agpgart 22160 3 drm,intel_agp,intel_gtt
i2c_core 16665 6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
pcspkr 1415 0
ac 2545 0
mii 3383 1 r8169
rfkill 12510 1 cfg80211
battery 8905 0
video 9852 1 i915
button 3654 1 i915
processor 21884 0
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
ums_realtek 3718 0
usb_storage 35215 3 ums_realtek
ahci 18093 0
libahci 16581 1 ahci
uhci_hcd 19312 0
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 5 uas,sg,sd_mod,usb_storage,libata
usbcore 119324 7 uas,uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 59604 959140 0 11428 18932
-/+ buffers/cache: 29244 989500
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Tue Jul 12 15:44:03 WST 2011: performing suspend
Initial commandline parameters:
Wed Jul 13 09:10:03 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
joydev 7535 0
snd_hda_codec_realtek 225687 1
arc4 1094 2
snd_hda_intel 19261 0
ecb 1645 2
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
ath9k 70997 0
i915 557838 1
snd_hwdep 4919 1 snd_hda_codec
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
mac80211 189598 1 ath9k
drm_kms_helper 24245 1 i915
ath9k_common 1648 1 ath9k
snd_timer 15542 1 snd_pcm
drm 147653 2 i915,drm_kms_helper
ath9k_hw 276916 2 ath9k,ath9k_common
uvcvideo 55084 0
ath 11679 2 ath9k,ath9k_hw
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
videodev 70734 1 uvcvideo
cfg80211 126930 3 ath9k,mac80211,ath
intel_agp 8664 1 i915
iTCO_wdt 10333 0
media 8513 1 videodev
sparse_keymap 2636 0
i2c_algo_bit 4431 1 i915
i2c_i801 7039 0
serio_raw 3430 0
soundcore 5018 1 snd
r8169 34891 0
psmouse 55927 0
sg 21022 0
intel_gtt 11417 3 i915,intel_agp
evdev 7310 0
i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
iTCO_vendor_support 1553 1 iTCO_wdt
rfkill 12510 1 cfg80211
pcspkr 1415 0
ac 2545 0
processor 21884 0
battery 8905 0
mii 3383 1 r8169
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
video 9852 1 i915
button 3654 1 i915
agpgart 22160 3 drm,intel_agp,intel_gtt
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
usb_storage 35215 2
ahci 18093 0
uhci_hcd 19312 0
libahci 16581 1 ahci
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
usbcore 119324 5 uvcvideo,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 54644 964100 0 5652 18560
-/+ buffers/cache: 30432 988312
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Wed Jul 13 09:10:12 WST 2011: performing suspend
Wed Jul 13 09:10:19 WST 2011: Awake.
Wed Jul 13 09:10:19 WST 2011: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
/usr/lib/pm-utils/sleep.d/95led resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
/usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
Reloaded unloaded modules.
/usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
/usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
/usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
/usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
/usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
Wed Jul 13 09:10:30 WST 2011: Finished.
Initial commandline parameters:
Wed Jul 13 09:17:46 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
uas 6480 0
ums_realtek 3718 0
joydev 7535 0
snd_hda_codec_realtek 225687 1
arc4 1094 2
snd_hda_intel 19261 0
ecb 1645 2
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
ath9k 70997 0
i915 557838 1
snd_hwdep 4919 1 snd_hda_codec
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
mac80211 189598 1 ath9k
drm_kms_helper 24245 1 i915
ath9k_common 1648 1 ath9k
snd_timer 15542 1 snd_pcm
drm 147653 2 i915,drm_kms_helper
ath9k_hw 276916 2 ath9k,ath9k_common
uvcvideo 55084 0
ath 11679 2 ath9k,ath9k_hw
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
videodev 70734 1 uvcvideo
cfg80211 126930 3 ath9k,mac80211,ath
intel_agp 8664 1 i915
iTCO_wdt 10333 0
media 8513 1 videodev
sparse_keymap 2636 0
i2c_algo_bit 4431 1 i915
i2c_i801 7039 0
serio_raw 3430 0
soundcore 5018 1 snd
r8169 34891 0
psmouse 55927 0
sg 21022 0
intel_gtt 11417 3 i915,intel_agp
evdev 7310 0
i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
iTCO_vendor_support 1553 1 iTCO_wdt
rfkill 12510 1 cfg80211
pcspkr 1415 0
ac 2545 0
processor 21884 0
battery 8905 0
mii 3383 1 r8169
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
video 9852 1 i915
button 3654 1 i915
agpgart 22160 3 drm,intel_agp,intel_gtt
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
usb_storage 35215 3 ums_realtek
ahci 18093 0
uhci_hcd 19312 0
libahci 16581 1 ahci
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 5 uas,sg,sd_mod,usb_storage,libata
usbcore 119324 7 uas,ums_realtek,uvcvideo,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 54060 964684 0 5880 19004
-/+ buffers/cache: 29176 989568
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Wed Jul 13 09:17:48 WST 2011: performing suspend
Initial commandline parameters:
Wed Jul 13 09:23:02 WST 2011: Running hooks for hibernate.
Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
snd_hda_codec_realtek 225687 1
joydev 7535 0
snd_hda_intel 19261 0
arc4 1094 2
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
i915 557838 1
snd_hwdep 4919 1 snd_hda_codec
ecb 1645 2
ath9k 70997 0
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
drm_kms_helper 24245 1 i915
mac80211 189598 1 ath9k
snd_timer 15542 1 snd_pcm
uvcvideo 55084 0
drm 147653 2 i915,drm_kms_helper
ath9k_common 1648 1 ath9k
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
ath9k_hw 276916 2 ath9k,ath9k_common
videodev 70734 1 uvcvideo
serio_raw 3430 0
iTCO_wdt 10333 0
soundcore 5018 1 snd
intel_agp 8664 1 i915
ath 11679 2 ath9k,ath9k_hw
i2c_algo_bit 4431 1 i915
sparse_keymap 2636 0
media 8513 1 videodev
i2c_i801 7039 0
sg 21022 0
psmouse 55927 0
evdev 7310 0
r8169 34891 0
intel_gtt 11417 3 i915,intel_agp
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
cfg80211 126930 3 ath9k,mac80211,ath
pcspkr 1415 0
iTCO_vendor_support 1553 1 iTCO_wdt
battery 8905 0
i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_algo_bit,i2c_i801
ac 2545 0
video 9852 1 i915
processor 21884 0
rfkill 12510 1 cfg80211
mii 3383 1 r8169
button 3654 1 i915
agpgart 22160 3 drm,intel_agp,intel_gtt
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
ums_realtek 3718 0
usb_storage 35215 3 ums_realtek
ahci 18093 0
libahci 16581 1 ahci
uhci_hcd 19312 0
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 54660 964084 0 6268 18100
-/+ buffers/cache: 30292 988452
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate:
/usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub hibernate hibernate:
/usr/lib/pm-utils/sleep.d/01grub hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg hibernate hibernate:
/usr/lib/pm-utils/sleep.d/11netcfg hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate:
/usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate:
/usr/lib/pm-utils/sleep.d/75modules hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate:
/usr/lib/pm-utils/sleep.d/90clock hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate:
/usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/95led hibernate hibernate:
/usr/lib/pm-utils/sleep.d/95led hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/99video hibernate hibernate:
/usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success.
Wed Jul 13 09:23:03 WST 2011: performing hibernate
Initial commandline parameters:
Wed Jul 13 09:26:48 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
joydev 7535 0
snd_hda_codec_realtek 225687 1
arc4 1094 2
snd_hda_intel 19261 0
i915 557838 1
ecb 1645 2
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
ath9k 70997 0
snd_hwdep 4919 1 snd_hda_codec
mac80211 189598 1 ath9k
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
drm_kms_helper 24245 1 i915
ath9k_common 1648 1 ath9k
ath9k_hw 276916 2 ath9k,ath9k_common
uvcvideo 55084 0
snd_timer 15542 1 snd_pcm
drm 147653 2 i915,drm_kms_helper
ath 11679 2 ath9k,ath9k_hw
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
r8169 34891 0
cfg80211 126930 3 ath9k,mac80211,ath
iTCO_wdt 10333 0
serio_raw 3430 0
videodev 70734 1 uvcvideo
soundcore 5018 1 snd
i2c_i801 7039 0
intel_agp 8664 1 i915
media 8513 1 videodev
i2c_algo_bit 4431 1 i915
sparse_keymap 2636 0
sg 21022 0
psmouse 55927 0
intel_gtt 11417 3 i915,intel_agp
evdev 7310 0
i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
rfkill 12510 1 cfg80211
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
mii 3383 1 r8169
ac 2545 0
iTCO_vendor_support 1553 1 iTCO_wdt
pcspkr 1415 0
button 3654 1 i915
battery 8905 0
agpgart 22160 3 drm,intel_agp,intel_gtt
processor 21884 0
video 9852 1 i915
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
ums_realtek 3718 0
usb_storage 35215 3 ums_realtek
ahci 18093 0
libahci 16581 1 ahci
uhci_hcd 19312 0
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 4 sg,sd_mod,usb_storage,libata
usbcore 119324 6 uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 54504 964240 0 6256 18132
-/+ buffers/cache: 30116 988628
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Wed Jul 13 09:26:52 WST 2011: performing suspend
Wed Jul 13 09:27:01 WST 2011: Awake.
Wed Jul 13 09:27:01 WST 2011: Running hooks for resume
Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
/usr/lib/pm-utils/sleep.d/95led resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
/usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules resume suspend:
Reloaded unloaded modules.
/usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
/usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
/usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
/usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
/usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
Wed Jul 13 09:27:14 WST 2011: Finished.
Initial commandline parameters:
Wed Jul 13 09:28:16 WST 2011: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011 i686 Intel(R) Atom(TM) CPU N550 @ 1.50GHz GenuineIntel GNU/Linux
Module Size Used by
uas 6480 0
joydev 7535 0
snd_hda_codec_realtek 225687 1
arc4 1094 2
snd_hda_intel 19261 0
i915 557838 1
ecb 1645 2
snd_hda_codec 66665 2 snd_hda_codec_realtek,snd_hda_intel
ath9k 70997 0
snd_hwdep 4919 1 snd_hda_codec
mac80211 189598 1 ath9k
snd_pcm 60311 2 snd_hda_intel,snd_hda_codec
drm_kms_helper 24245 1 i915
ath9k_common 1648 1 ath9k
ath9k_hw 276916 2 ath9k,ath9k_common
uvcvideo 55084 0
snd_timer 15542 1 snd_pcm
drm 147653 2 i915,drm_kms_helper
ath 11679 2 ath9k,ath9k_hw
snd 43399 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
r8169 34891 0
cfg80211 126930 3 ath9k,mac80211,ath
iTCO_wdt 10333 0
serio_raw 3430 0
videodev 70734 1 uvcvideo
soundcore 5018 1 snd
i2c_i801 7039 0
intel_agp 8664 1 i915
media 8513 1 videodev
i2c_algo_bit 4431 1 i915
sparse_keymap 2636 0
sg 21022 0
psmouse 55927 0
intel_gtt 11417 3 i915,intel_agp
evdev 7310 0
i2c_core 16665 6 i915,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
rfkill 12510 1 cfg80211
snd_page_alloc 5909 2 snd_hda_intel,snd_pcm
mii 3383 1 r8169
ac 2545 0
iTCO_vendor_support 1553 1 iTCO_wdt
pcspkr 1415 0
button 3654 1 i915
battery 8905 0
agpgart 22160 3 drm,intel_agp,intel_gtt
processor 21884 0
video 9852 1 i915
ext4 334562 1
mbcache 4321 1 ext4
jbd2 59098 1 ext4
crc16 1077 1 ext4
sd_mod 25483 3
ums_realtek 3718 0
usb_storage 35215 3 ums_realtek
ahci 18093 0
libahci 16581 1 ahci
uhci_hcd 19312 0
libata 154285 2 ahci,libahci
ehci_hcd 34847 0
scsi_mod 110702 5 uas,sg,sd_mod,usb_storage,libata
usbcore 119324 7 uas,uvcvideo,ums_realtek,usb_storage,uhci_hcd,ehci_hcd
total used free shared buffers cached
Mem: 1018744 54668 964076 0 6292 18816
-/+ buffers/cache: 29560 989184
Swap: 488444 0 488444
/usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
/usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
/usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
/usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
/usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
/usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
/usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
/usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
/usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
Kernel modesetting video driver detected, not using quirks.
/usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
kernel.acpi_video_flags = 0
/usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
Wed Jul 13 09:28:18 WST 2011: performing suspend
My theory is: The laptop is waking up before the USB drive gets a chance to spin up.
If I'm correct, my idea is to find a way to have pm-utils set a priority on my USB interface in the resume stage so the USB can wake up before Arch continues trying to bring everything else up - Something I have no idea how to do.
Any thoughts?
EDIT: Spelling. Sorry for the huge log... Figured the quote tags would have a max-height set on them.
Last edited by tehkane (2011-07-13 05:12:01)
Offline
Hello fellow Archers.
Just to check if this issue was resolved as I'm having the same issue in a very similar scenario (I'm using Arch from an SD Card).
My netbook is an Asus 1201n sporting simple Openbox WM (with latest 3.0-ARCH kernel and updates) and I installed acpid, acpi-eeepc-generic package from AUR and laptop-mod-tools and configured as per the 1201NL wiki page and also read the acpid and pm-utils wiki pages.
My logs are pretty similar to OP's.
Let me know if this was already solved and/or if you need additional info to help us troubleshoot this issue.
Thanks.
Octavian
Edit: Adding some more details.
Last edited by octavian (2011-10-04 14:13:34)
No signature yet...
Offline
I found something that caught my eye, don't know if it is important but right after I issued the pm-suspend command, I tried opeding a terminal window and Openbox showed me a message telling me that the child process couldn't be executed (rxvt can't be found), then it sleeps.
When I wake up and everything seems to be loaded, I can't start any process through Openbox with similar messages. Then trying to get to any TTY I can't login due to the old messages OP's having telling about EXT4 I/O issues that shouldn't happen and can't seem to be stored in any log file.
I have Crunchbang installed on the HD. I'll try to mimic the configuration there that has been working OK for me for the last year.
I'll keep you posted. Please let me know if you need more info as this is the only remaining issue on my laptop.
Thanks,
Octavian
No signature yet...
Offline
Can't see the light at the end of the tunnel...
I tried several things with the exact same results:
Mimmic Crunchbang behavior by using pointer to #!'s pm config files (can't use the same as I believe #!'s version is older than arch's)
Used the original echo -n "mem" >/sys/power/state that come with acpi-eeepc-generic
Every other troubleshoot I could find on the forums and web in general
I noticed that after a while once resumed from ram, Openbox outputs a message saying that login authentication fails and drops me back to SiLM. When I log in back the screen flickers and I am left with a black back lited screen with no possibilities to get to any TTY nor input any commands...
I'm at your mercy. Hope you have any ideas...
Octavian
No signature yet...
Offline
Have you tried ordering the hooks? https://wiki.archlinux.org/index.php/Pm … _own_hooks
I laugh, yet the joke is on me
Offline
Have you tried ordering the hooks? https://wiki.archlinux.org/index.php/Pm … _own_hooks
Hey sad clown,
What I did involved using the ones I have on Crunchbang that work fine there and also some tweaking with the same outcome I'm afraid.
I'm thinking on removing all of pm-utils, and acpid and starting over. I may have messed really bad on something.
Thanks for the suggestion though. I wouldn't mind taking a look at someone else's hooks
No signature yet...
Offline
just to let you know I am having a similiar problem, an Asus 1015PN running from SD drive, all is working after
echo -n "mem" >/sys/power/state
but the SD drive, the / mount is simply gone
Offline