hi,
since 3.8, I get a lock screen instead of a suspend when I close my laptop's lid. ThinkPad X220, intel graphics.
(Was ok in 3.7.)
Anyone is having the same issue ?
Thanks.
hi,
since 3.8, I get a lock screen instead of a suspend when I close my laptop's lid. ThinkPad X220, intel graphics.
(Was ok in 3.7.)
Anyone is having the same issue ?
Thanks.
Last edited by ft_; January 12th, 2013 at 08:47 PM.
works for me on my xubuntu qunatal with 3.8.0-030800rc3-generic (my laptop; see signature)
Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included
I frequently edit my post several times when I have the last post
Putting your Networked Printer's scanner software to shame PHP Scanner Server
OK !
I got it.
It was caused by a script which avoid suspend-bug with usb 3, located in /etc/pm/sleep.d .
I removed this well-known script and my comp went suspended without any trouble.
Sorry for the non-existing issue.
(Note that this script never caused issue before, ie with kernels 3.5 and 3.7.)
Since it is absolutely not an official script I deleted, I did not create any bug report. Nonetheless, it may be useful to know this workaround for updaters. I did find that with some flair, absolutely not reading any error log...So I damn do not know why now this script avoid suspend.
what was the script? care to share the name of this "well known" script
Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included
I frequently edit my post several times when I have the last post
Putting your Networked Printer's scanner software to shame PHP Scanner Server
I do not think that an user who has created this script in /etc/pm/sleep.d will have any doubt, but if you care about it :
It was designed for an Asus K43SA but I migrated my hard disk to a ThinkPad X220 without USB 3. I forgot to delete it, without any consequence before kernel 3.8.Code:#!/bin/sh EHCI_BUSES="0000:00:1a.0 0000:00:1d.0" case "${1}" in hibernate|suspend) # Switch USB buses off for bus in $EHCI_BUSES; do echo -n $bus > /sys/bus/pci/drivers/ehci_hcd/unbind done ;; resume|thaw) # Switch USB buses back on for bus in $EHCI_BUSES; do echo -n $bus > /sys/bus/pci/drivers/ehci_hcd/bind done ;; esac
Last edited by ft_; January 13th, 2013 at 09:50 AM.
By the way, I don't believe automatic suspend on screen closing works with the GNOME3 Staging PPA. The GNOME developers really want us to use systemd.
Since I removed the script, the suspend works perfectly : quick + password back from suspend.
Bookmarks