You are not logged in.

#1 2013-11-14 23:54:15

leha2000
Member
Registered: 2013-10-18
Posts: 4

echo disk > /sys/power/state broken

Hello all smile

After recent update after long time my hibernate was broken sad

#echo disk > /sys/power/state
does black screen and standby of display later. But system block not turned off, e.g. fans are worked.

#echo mem > /sys/power/state
is working. Before update echo mem not worked right smile

#cat > /sys/power/state
freeze mem disk

Install old kernel not resolve the problem.

I try to do debugging hibernation with https://www.kernel.org/doc/Documentatio … ugging.txt
echo freezer > /sys/power/pm_test
echo disk > /sys/power/state
worked
but
echo devices > /sys/power/pm_test
echo disk > /sys/power/state
not worked sad

If the "devices" test fails, most likely there is a driver that cannot suspend
or resume its device

Who can broke hibernation process?

dom ~ # lsmod 
Module                  Size  Used by
md5                     1933  0 
nfsd                  232504  11 
auth_rpcgss            39358  1 nfsd
oid_registry            1951  1 auth_rpcgss
nfs_acl                 1995  1 nfsd
ipt_MASQUERADE          1742  1 
iptable_nat             2746  1 
nf_conntrack_ipv4       7754  1 
nf_defrag_ipv4          1015  1 nf_conntrack_ipv4
nf_nat_ipv4             3008  1 iptable_nat
nf_nat                 12791  3 ipt_MASQUERADE,nf_nat_ipv4,iptable_nat
nf_conntrack           60457  5 ipt_MASQUERADE,nf_nat,nf_nat_ipv4,iptable_nat,nf_conntrack_ipv4
iptable_filter          1092  0 
ip_tables              10130  2 iptable_filter,iptable_nat
x_tables               11418  3 ip_tables,ipt_MASQUERADE,iptable_filter
arc4                    1628  2 
rt2800usb              15925  0 
rt2x00usb               7726  1 rt2800usb
rt2800lib              56572  1 rt2800usb
rt2x00lib              33544  3 rt2x00usb,rt2800lib,rt2800usb
powernow_k8            16256  0 
mac80211              389892  3 rt2x00lib,rt2x00usb,rt2800lib
hid_generic              749  0 
usbhid                 36545  0 
ppdev                   5998  0 
pcspkr                  1487  0 
cfg80211              337508  2 mac80211,rt2x00lib
hid                    71463  2 hid_generic,usbhid
psmouse                85683  0 
evdev                   8208  8 
serio_raw               3969  0 
k8temp                  2782  0 
crc_ccitt               1095  1 rt2800lib
rfkill                 12714  2 cfg80211
snd_intel8x0           23721  0 
snd_ac97_codec         89336  1 snd_intel8x0
ac97_bus                 906  1 snd_ac97_codec
snd_pcm                63876  2 snd_ac97_codec,snd_intel8x0
snd_page_alloc          5942  2 snd_intel8x0,snd_pcm
forcedeth              51894  0 
snd_timer              14942  1 snd_pcm
shpchp                 21973  0 
snd                    44566  4 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm
i2c_nforce2             4975  0 
soundcore               4386  1 snd
parport_pc             16611  0 
parport                25369  2 ppdev,parport_pc
button                  3685  0 
mperf                    959  0 
processor              22169  1 powernow_k8
nfs                   126852  0 
lockd                  65996  2 nfs,nfsd
sunrpc                188264  27 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
fscache                41347  1 nfs
sd_mod                 28311  8 
ata_generic             2434  0 
pata_acpi               2367  0 
pata_amd                8102  0 
sata_nv                17199  6 
firewire_ohci          27430  0 
firewire_core          44687  1 firewire_ohci
crc_itu_t               1095  1 firewire_core
libata                149201  4 pata_acpi,sata_nv,pata_amd,ata_generic
ohci_pci                3228  0 
ohci_hcd               21553  1 ohci_pci
ehci_pci                3404  0 
ehci_hcd               42788  1 ehci_pci
scsi_mod              108590  2 libata,sd_mod
usbcore               152939  7 rt2x00usb,ohci_hcd,ohci_pci,rt2800usb,ehci_hcd,ehci_pci,usbhid
usb_common              1399  1 usbcore
floppy                 48486  0 
ext4                  425668  4 
crc16                   1091  1 ext4
mbcache                 4290  1 ext4
jbd2                   70221  1 ext4
reiserfs              221231  0 
radeon               1119891  2 
i2c_algo_bit            4583  1 radeon
drm_kms_helper         31934  1 radeon
ttm                    47394  1 radeon
drm                   191258  4 ttm,drm_kms_helper,radeon
agpgart                22047  2 drm,ttm
i2c_core               19967  5 drm,drm_kms_helper,i2c_algo_bit,radeon,i2c_nforce2

Offline

Board footer

Powered by FluxBB