No suspend/hibernate after up4

Archived topics about LMDE 1 and LMDE 2
Locked
ael

No suspend/hibernate after up4

Post by ael »

Since I have done the up4 update I can't suspend/hibernate.

Hibernation: After has done the hibernation process, it just boot without any input.
Suspend to ram: After has done the suspend process, the screen just turns without any input.

Code: Select all

System:    Kernel 3.2.0-2-amd64 x86_64 (64 bit) Distro Linux Mint Debian Edition
CPU:       Single core AMD Athlon 64 X2 6000+ (-UP-) cache 1024 KB flags (lm nx sse sse2 sse3 svm) bmips 2009.42 clocked at 1000.00 MHz 
Graphics:  Card nVidia G92 [GeForce 9800 GT] X.Org 1.11.4 Res: 1440x900@50.0hz 
           GLX Renderer GeForce 9800 GT/PCIe/SSE2 GLX Version 3.3.0 NVIDIA 295.40 Direct Rendering Yes
Audio:     Card-1 nVidia MCP61 High Definition Audio driver snd_hda_intel BusID: 00:05.0
                Sound: Advanced Linux Sound Architecture Version 1.0.24
Network:   Card nVidia MCP61 Ethernet driver forcedeth at port d480 BusID: 00:07.0
Disks:     HDD Total Size: 700.2GB (-) 1: /dev/sda WDC_WD5000AAJS 500.1GB 
           2: /dev/sdb WDC_WD2000JD 200.0GB 
Partition: ID:/ size: 65G used: 28G (45%) fs: rootfs ID:/ size: 65G used: 28G (45%) fs: ext4 
           ID:swap-1 size: 2.15GB used: 0.00GB (0%) fs: swap 

Info:      Processes 138 Memory 783.8/2012.8MB Runlevel 2 
Time ago I had a problem with the update of kernel 3.0 in debian but i remember that was a problem with nouveau driver. After the installation of proprietary one everything goes right.

Sorry I'm a noob and I don't know what info you need to help. suspend.log?

I love lmde especially the new cinnamon. Great Job! :D
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
äxl

Re: No suspend/hibernate after up4

Post by äxl »

Not solved: http://forums.linuxmint.com/viewtopic.p ... +hibernate
It could be a kernel or module problem. Try another kernel or check if the modules are loaded correctly (swsusp, suspend2, pmdisk or uswsusp?).

Code: Select all

lsmod | grep -Ei 'swsusp|suspend|pmdisk'
I haven't tried suspend or hibernate but they are not loaded for me ...?

Though it should be fixed do you have USB 3? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584830

- - - - - - -
Edit: Tried suspend and it works superb! May use this more often. But I still don't really see what manages this.
Hibernation doesn't work but from my Ubuntu experience this isn't really faster then a complete start anyways.
ael

Re: No suspend/hibernate after up4

Post by ael »

how do i install a previous kernel?
äxl

Re: No suspend/hibernate after up4

Post by äxl »

You should still have the old kernels installed. You can choose them at computer startup in the GRUB menu.

Also look at /var/log/pm-suspend.log and /var/log/kern.log when you try to suspend/hibernate.
ael

Re: No suspend/hibernate after up4

Post by ael »

this is kern.log since I try to suspend, it wake up without any input.

Code: Select all

May  4 11:07:42 aelcasa kernel: [ 4121.121109] PM: Syncing filesystems ... done.
May  4 11:07:42 aelcasa kernel: [ 4121.123513] PM: Preparing system for mem sleep
May  4 11:07:42 aelcasa kernel: [ 4121.123524] Freezing user space processes ... (elapsed 0.01 seconds) done.
May  4 11:07:42 aelcasa kernel: [ 4121.136043] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
May  4 11:07:42 aelcasa kernel: [ 4121.152021] PM: Entering mem sleep
May  4 11:07:42 aelcasa kernel: [ 4121.152052] Suspending console(s) (use no_console_suspend to debug)
May  4 11:07:42 aelcasa kernel: [ 4121.152214] sd 7:0:0:0: [sdf] Synchronizing SCSI cache
May  4 11:07:42 aelcasa kernel: [ 4121.152852] serial 00:0c: disabled
May  4 11:07:42 aelcasa kernel: [ 4121.152857] serial 00:0c: wake-up capability disabled by ACPI
May  4 11:07:42 aelcasa kernel: [ 4121.152871] i8042 kbd 00:0a: wake-up capability enabled by ACPI
May  4 11:07:42 aelcasa kernel: [ 4121.153130] parport_pc 00:06: disabled
May  4 11:07:42 aelcasa kernel: [ 4121.153441] sd 0:0:0:0: [sda] Synchronizing SCSI cache
May  4 11:07:42 aelcasa kernel: [ 4121.153661] sd 0:0:0:0: [sda] Stopping disk
May  4 11:07:42 aelcasa kernel: [ 4121.164095] sata_nv 0000:00:08.1: PCI INT B disabled
May  4 11:07:42 aelcasa kernel: [ 4121.188028] ohci_hcd 0000:00:02.0: PCI INT A disabled
May  4 11:07:42 aelcasa kernel: [ 4121.264015] ehci_hcd 0000:00:02.1: PCI INT B disabled
May  4 11:07:42 aelcasa kernel: [ 4121.400027] snd_hda_intel 0000:00:05.0: PCI INT B disabled
May  4 11:07:42 aelcasa kernel: [ 4121.607497] sata_nv 0000:00:08.0: PCI INT A disabled
May  4 11:07:42 aelcasa kernel: [ 4121.620018] PM: suspend of devices complete after 467.824 msecs
May  4 11:07:42 aelcasa kernel: [ 4121.620162] forcedeth 0000:00:07.0: PME# enabled
May  4 11:07:42 aelcasa kernel: [ 4121.620169] forcedeth 0000:00:07.0: wake-up capability enabled by ACPI
May  4 11:07:42 aelcasa kernel: [ 4121.636035] ehci_hcd 0000:00:02.1: PME# enabled
May  4 11:07:42 aelcasa kernel: [ 4121.636039] ehci_hcd 0000:00:02.1: wake-up capability enabled by ACPI
May  4 11:07:42 aelcasa kernel: [ 4121.652022] ohci_hcd 0000:00:02.0: PME# enabled
May  4 11:07:42 aelcasa kernel: [ 4121.652027] ohci_hcd 0000:00:02.0: wake-up capability enabled by ACPI
May  4 11:07:42 aelcasa kernel: [ 4121.668091] PM: late suspend of devices complete after 48.069 msecs
May  4 11:07:42 aelcasa kernel: [ 4121.668250] ACPI: Preparing to enter system sleep state S3
May  4 11:07:42 aelcasa kernel: [ 4121.669216] PM: Saving platform NVS memory
May  4 11:07:42 aelcasa kernel: [ 4121.669412] Disabling non-boot CPUs ...
May  4 11:07:42 aelcasa kernel: [ 4121.669447] Extended CMOS year: 2000
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ACPI: Low-level resume complete
May  4 11:07:42 aelcasa kernel: [ 4121.669447] PM: Restoring platform NVS memory
May  4 11:07:42 aelcasa kernel: [ 4121.669447] Extended CMOS year: 2000
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ACPI: Waking up from system sleep state S3
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:01.0: restoring config space at offset 0x4 (was 0x0, writing 0x901)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ohci_hcd 0000:00:02.0: restoring config space at offset 0x1 (was 0xb00007, writing 0xb00003)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ohci_hcd 0000:00:02.0: wake-up capability disabled by ACPI
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ohci_hcd 0000:00:02.0: PME# disabled
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ehci_hcd 0000:00:02.1: restoring config space at offset 0x1 (was 0xb00006, writing 0xb00002)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ehci_hcd 0000:00:02.1: wake-up capability disabled by ACPI
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ehci_hcd 0000:00:02.1: PME# disabled
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:00.0: Found enabled HT MSI Mapping
May  4 11:07:42 aelcasa kernel: [ 4121.669447] snd_hda_intel 0000:00:05.0: restoring config space at offset 0x1 (was 0xb00006, writing 0xb00002)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:00.0: Found enabled HT MSI Mapping
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:00.0: Found enabled HT MSI Mapping
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:00.0: Found enabled HT MSI Mapping
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:00.0: Found enabled HT MSI Mapping
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pcieport 0000:00:09.0: restoring config space at offset 0x1 (was 0x100007, writing 0x100407)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:00.0: Found enabled HT MSI Mapping
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pcieport 0000:00:0b.0: restoring config space at offset 0x1 (was 0x100004, writing 0x100404)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:00.0: Found enabled HT MSI Mapping
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pcieport 0000:00:0c.0: restoring config space at offset 0x1 (was 0x100004, writing 0x100404)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:00.0: Found enabled HT MSI Mapping
May  4 11:07:42 aelcasa kernel: [ 4121.669447] nvidia 0000:02:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] nvidia 0000:02:00.0: restoring config space at offset 0x9 (was 0x1, writing 0xec01)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] nvidia 0000:02:00.0: restoring config space at offset 0x7 (was 0x4, writing 0xdc000004)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] nvidia 0000:02:00.0: restoring config space at offset 0x5 (was 0xc, writing 0xc000000c)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] nvidia 0000:02:00.0: restoring config space at offset 0x4 (was 0x0, writing 0xdf000000)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] nvidia 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
May  4 11:07:42 aelcasa kernel: [ 4121.669447] PM: early resume of devices complete after 0.794 msecs
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 11 (level, low) -> IRQ 11
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ohci_hcd 0000:00:02.0: setting latency timer to 64
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 10 (level, low) -> IRQ 10
May  4 11:07:42 aelcasa kernel: [ 4121.669447] ehci_hcd 0000:00:02.1: setting latency timer to 64
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pci 0000:00:04.0: setting latency timer to 64
May  4 11:07:42 aelcasa kernel: [ 4121.669447] snd_hda_intel 0000:00:05.0: PCI INT B -> Link[LAZA] -> GSI 11 (level, low) -> IRQ 11
May  4 11:07:42 aelcasa kernel: [ 4121.669447] snd_hda_intel 0000:00:05.0: setting latency timer to 64
May  4 11:07:42 aelcasa kernel: [ 4121.669447] pata_amd 0000:00:06.0: setting latency timer to 64
May  4 11:07:42 aelcasa kernel: [ 4121.669447] forcedeth 0000:00:07.0: wake-up capability disabled by ACPI
May  4 11:07:42 aelcasa kernel: [ 4121.669447] forcedeth 0000:00:07.0: PME# disabled
May  4 11:07:42 aelcasa kernel: [ 4121.673460] ata6: port disabled--ignoring
May  4 11:07:42 aelcasa kernel: [ 4121.673473] sata_nv 0000:00:08.0: PCI INT A -> Link[LSA0] -> GSI 15 (level, low) -> IRQ 15
May  4 11:07:42 aelcasa kernel: [ 4121.673475] sata_nv 0000:00:08.0: setting latency timer to 64
May  4 11:07:42 aelcasa kernel: [ 4121.673485] sata_nv 0000:00:08.1: PCI INT B -> Link[LSA1] -> GSI 5 (level, low) -> IRQ 5
May  4 11:07:42 aelcasa kernel: [ 4121.673487] sata_nv 0000:00:08.1: setting latency timer to 64
May  4 11:07:42 aelcasa kernel: [ 4121.720979] sd 0:0:0:0: [sda] Starting disk
May  4 11:07:42 aelcasa kernel: [ 4121.722426] parport_pc 00:06: activated
May  4 11:07:42 aelcasa kernel: [ 4121.722441] i8042 kbd 00:0a: wake-up capability disabled by ACPI
May  4 11:07:42 aelcasa kernel: [ 4121.723416] serial 00:0c: activated
May  4 11:07:42 aelcasa kernel: [ 4121.968278] ata5.00: ACPI cmd ef/03:44:00:00:00:a0 (SET FEATURES) filtered out
May  4 11:07:42 aelcasa kernel: [ 4121.968282] ata5.00: ACPI cmd ef/03:01:00:00:00:a0 (SET FEATURES) filtered out
May  4 11:07:42 aelcasa kernel: [ 4121.968285] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
May  4 11:07:42 aelcasa kernel: [ 4121.968293] ata5: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5000000) ACPI=0x1f01f (30:900:0x11)
May  4 11:07:42 aelcasa kernel: [ 4121.984204] ata5.00: configured for UDMA/66
May  4 11:07:42 aelcasa kernel: [ 4122.140015] usb 1-2: reset high-speed USB device number 3 using ehci_hcd
May  4 11:07:42 aelcasa kernel: [ 4122.384012] usb 1-3: reset high-speed USB device number 6 using ehci_hcd
May  4 11:07:42 aelcasa kernel: [ 4122.454215] ata4: SATA link down (SStatus 0 SControl 300)
May  4 11:07:42 aelcasa kernel: [ 4122.464425] ata2: SATA link down (SStatus 0 SControl 300)
May  4 11:07:42 aelcasa kernel: [ 4122.470986] snd-usb-audio 1-2:1.2: no reset_resume for driver snd-usb-audio?
May  4 11:07:42 aelcasa kernel: [ 4122.470988] snd-usb-audio 1-2:1.3: no reset_resume for driver snd-usb-audio?
May  4 11:07:42 aelcasa kernel: [ 4122.634203] ata3: SATA link down (SStatus 0 SControl 300)
May  4 11:07:42 aelcasa kernel: [ 4122.692018] usb 2-1: reset full-speed USB device number 2 using ohci_hcd
May  4 11:07:42 aelcasa kernel: [ 4123.212017] usb 2-4: reset low-speed USB device number 3 using ohci_hcd
May  4 11:07:42 aelcasa kernel: [ 4123.732011] usb 2-7: reset full-speed USB device number 4 using ohci_hcd
May  4 11:07:42 aelcasa kernel: [ 4124.001112] usb 2-1.1: reset full-speed USB device number 5 using ohci_hcd
May  4 11:07:42 aelcasa kernel: [ 4124.169112] usb 2-1.2: reset full-speed USB device number 6 using ohci_hcd
May  4 11:07:42 aelcasa kernel: [ 4126.388032] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May  4 11:07:42 aelcasa kernel: [ 4126.396106] ata1.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
May  4 11:07:42 aelcasa kernel: [ 4126.396109] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
May  4 11:07:42 aelcasa kernel: [ 4126.409168] ata1.00: configured for UDMA/133
May  4 11:07:42 aelcasa kernel: [ 4126.413927] PM: resume of devices complete after 4742.118 msecs
May  4 11:07:42 aelcasa kernel: [ 4126.621445] PM: Finishing wakeup.
May  4 11:07:42 aelcasa kernel: [ 4126.621447] Restarting tasks ... done.
May  4 11:07:43 aelcasa kernel: [ 4127.068083] usb 1-3: USB disconnect, device number 6
May  4 11:07:43 aelcasa kernel: [ 4127.172597] sd 7:0:0:0: [sdf] Synchronizing SCSI cache
May  4 11:07:43 aelcasa kernel: [ 4127.172629] sd 7:0:0:0: [sdf]  Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
May  4 11:07:43 aelcasa kernel: [ 4127.595182] forcedeth 0000:00:07.0: irq 19 for MSI/MSI-X
May  4 11:07:54 aelcasa kernel: [ 4137.872022] eth1: no IPv6 routers present
and this is from pm-suspend.log

Code: Select all

Fri May  4 11:07:34 CEST 2012: Running hooks for suspend.
Running hook /usr/lib/pm-utils/sleep.d/000kernel-change suspend suspend:

/usr/lib/pm-utils/sleep.d/000kernel-change suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
Linux aelcasa 3.2.0-2-amd64 #1 SMP Sun Mar 4 22:48:17 UTC 2012 x86_64 GNU/Linux
Module                  Size  Used by
nls_utf8               12456  1 
nls_cp437              16553  1 
vfat                   17316  1 
fat                    45642  1 vfat
powernow_k8            17574  1 
mperf                  12453  1 powernow_k8
cpufreq_powersave      12454  0 
cpufreq_userspace      12576  0 
cpufreq_stats          12866  0 
cpufreq_conservative    13147  0 
ppdev                  12763  0 
lp                     17149  0 
bnep                   17567  2 
rfcomm                 33656  0 
bluetooth             119406  10 bnep,rfcomm
rfkill                 19012  3 bluetooth
binfmt_misc            12957  1 
fuse                   61981  3 
nfsd                  211858  13 
nfs                   312062  0 
lockd                  67328  2 nfsd,nfs
fscache                36739  1 nfs
auth_rpcgss            37143  2 nfsd,nfs
nfs_acl                12511  2 nfsd,nfs
sunrpc                173671  19 nfsd,nfs,lockd,auth_rpcgss,nfs_acl
loop                   22641  0 
dm_crypt               22586  0 
dm_mod                 63545  1 dm_crypt
snd_hda_codec_analog    78059  1 
uvcvideo               57744  0 
videodev               70889  1 uvcvideo
usb_storage            43870  1 
media                  18148  2 uvcvideo,videodev
nvidia              12250130  40 
snd_usb_audio          84836  1 
snd_usbmidi_lib        23420  1 snd_usb_audio
snd_hda_intel          26345  2 
snd_hda_codec          77994  2 snd_hda_codec_analog,snd_hda_intel
snd_hwdep              13186  2 snd_usb_audio,snd_hda_codec
usbhid                 36379  0 
uas                    13296  0 
hid                    81288  1 usbhid
v4l2_compat_ioctl32    16655  1 videodev
snd_pcm_oss            41081  0 
snd_mixer_oss          17916  1 snd_pcm_oss
snd_pcm                63900  4 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi           12848  0 
snd_rawmidi            23060  2 snd_usbmidi_lib,snd_seq_midi
amd64_edac_mod         22334  0 
snd_seq_midi_event     13316  1 snd_seq_midi
edac_core              35258  3 amd64_edac_mod
edac_mce_amd           17103  1 amd64_edac_mod
evdev                  17562  8 
k8temp                 12647  0 
snd_seq                45093  2 snd_seq_midi,snd_seq_midi_event
parport_pc             22364  1 
snd_timer              22917  2 snd_pcm,snd_seq
snd_seq_device         13176  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    52850  19 snd_hda_codec_analog,snd_usb_audio,snd_usbmidi_lib,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              13065  1 snd
pcspkr                 12579  0 
snd_page_alloc         13003  2 snd_hda_intel,snd_pcm
parport                31858  3 ppdev,lp,parport_pc
i2c_nforce2            12584  0 
asus_atk0110           17297  0 
i2c_core               23876  3 videodev,nvidia,i2c_nforce2
serio_raw              12931  0 
processor              28059  1 powernow_k8
thermal_sys            18040  1 processor
button                 12937  0 
ext4                  350557  1 
mbcache                13065  1 ext4
jbd2                   62015  1 ext4
crc16                  12343  2 bluetooth,ext4
btrfs                 509576  0 
zlib_deflate           25638  1 btrfs
crc32c                 12656  1 
libcrc32c              12426  1 btrfs
sr_mod                 21899  0 
sd_mod                 36136  6 
cdrom                  35401  1 sr_mod
crc_t10dif             12348  1 sd_mod
ohci_hcd               22467  0 
ata_generic            12479  0 
pata_amd               13322  0 
sata_nv                26690  3 
ehci_hcd               40215  0 
libata                140589  3 ata_generic,pata_amd,sata_nv
usbcore               128498  9 uvcvideo,usb_storage,snd_usb_audio,snd_usbmidi_lib,usbhid,uas,ohci_hcd,ehci_hcd
scsi_mod              162458  5 usb_storage,uas,sr_mod,sd_mod,libata
forcedeth              49241  0 
usb_common             12354  1 usbcore
             total       used       free     shared    buffers     cached
Mem:       2061112    1976952      84160          0      23908    1272628
-/+ buffers/cache:     680416    1380696
Swap:      2097148        224    2096924

/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 /etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend:

/etc/pm/sleep.d/10_unattended-upgrades-hibernate suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/55NetworkManager suspend suspend:
Having NetworkManager put all interaces to sleep...Failed.

/usr/lib/pm-utils/sleep.d/55NetworkManager suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend:
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory

/usr/lib/pm-utils/sleep.d/60_wpa_supplicant suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:

/usr/lib/pm-utils/sleep.d/75modules suspend suspend: not applicable.
Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:

/usr/lib/pm-utils/sleep.d/90clock suspend suspend: not applicable.
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: not applicable.
Running hook /usr/lib/pm-utils/sleep.d/95packagekit suspend suspend:

/usr/lib/pm-utils/sleep.d/95packagekit suspend suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
nVidia binary video drive 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.
Fri May  4 11:07:35 CEST 2012: performing suspend
Fri May  4 11:07:42 CEST 2012: Awake.
Fri May  4 11:07:42 CEST 2012: 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/95packagekit resume suspend:
method return sender=:1.89 -> dest=:1.92 reply_serial=2

/usr/lib/pm-utils/sleep.d/95packagekit resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:

/usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.
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: not applicable.
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/60_wpa_supplicant resume suspend:
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory

/usr/lib/pm-utils/sleep.d/60_wpa_supplicant resume suspend: success.
Running hook /usr/lib/pm-utils/sleep.d/55NetworkManager resume suspend:
Having NetworkManager wake interfaces back up...Failed.

/usr/lib/pm-utils/sleep.d/55NetworkManager resume suspend: success.
Running hook /etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend:

/etc/pm/sleep.d/10_unattended-upgrades-hibernate 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.
Running hook /usr/lib/pm-utils/sleep.d/000kernel-change resume suspend:

/usr/lib/pm-utils/sleep.d/000kernel-change resume suspend: success.
Fri May  4 11:07:43 CEST 2012: Finished.
I tried to find problem but I can't.

the previous kernel version was cleaned up by smxi (ops!), how do I reinstall one of those?
äxl

Re: No suspend/hibernate after up4

Post by äxl »

ael wrote:this is kern.log since I try to suspend, it wake up without any input.
Only thing that I can see is that you video driver is not idling.
and this is from pm-suspend.log
Looks normal to me.
the previous kernel version was cleaned up by smxi (ops!), how do I reinstall one of those?
Maybe smxi is the problem. Have you tried to install a graphics drivers with another method?
You can install other kernels like this:

Code: Select all

sudo apt-get install linux-headers-2.6.39-2-amd64
sudo apt-get install linux-image-2.6.39-2-amd64
sudo apt-get install linux-headers-3.0.0-1-amd64
sudo apt-get install linux-image-3.0.0-1-amd64
On next reboot the should be available in the GRUB menu.
ael

Re: No suspend/hibernate after up4

Post by ael »

I had tried to install the graphics drivers in both method, from apt following the Debian guide, and with smxi but no ways to get working suspend/hibernate.

At this point I think it's a conflict kernel <--> nvidia-dirver
äxl

Re: No suspend/hibernate after up4

Post by äxl »

ael wrote:I had tried to install the graphics drivers in both method
There are five methods in the link in this post:
http://forums.linuxmint.com/viewtopic.p ... 65#p567165
At this point I think it's a conflict kernel <--> nvidia-dirver
Only one way to find out.
ael

Re: No suspend/hibernate after up4

Post by ael »

How i can install a previous kernel?? I only have two kernel header in my apt, both installed, the one I'm using and another one that doesn't have nvidia driver installed (startx doesn't work).

Please help me, I forget my computer on every time and my bill knows it :)
äxl

Re: No suspend/hibernate after up4

Post by äxl »

There are only 3.2 and 3.0 in the current LMDE repositories. I don't know for sure but the next try would be a kernel from debian.org I guess.

But first you could try to reinstall the graphic drivers with kernel 3.0
Like you did before or with the methods described in the link above.
Locked

Return to “LMDE Archive”