I have been keeping current on kernel and OS upgrades; the nature of
failure in both suspend and hibernate has shifted occasionally, but
neither has regained function since regressing around the beginning of
2013.
Details below; please advise on whether you would prefer a status change
here to Confirmed or instead a new bug report.
Current kernel: 3.8.0-26 generic/extra.
Current hibernate failure: machine never enters hibernation. Video feed
turns off, but LCD backlight remains on. After about 10 seconds,
lock/unlock screen appears, and session is never interrupted.
Current suspend failure: same as hibernation failure. Machine never
enters suspend. Video feed turns off, but LCD backlight remains on.
After about 10 seconds, lock/unlock screen appears, and session is never
interrupted.
etc/pm files:
in Config.d -
00sleep_module:
SUSPEND_MODULES="xhci-hcd"
and
unload_module:
SUSPEND_MODULES="xhci-hcd"
Have tried removing these files; error states remain unchanged.
in sleep.d -
10_grub-common:
case "$1" in
thaw)
[ -s /boot/grub/grubenv ] || rm -f /boot/grub/grubenv
mkdir -p /boot/grub
grub-editenv /boot/grub/grubenv unset recordfail
;;
esac
10_unattended-upgrades-hibernate:
PATH=/sbin:/usr/sbin:/bin:/usr/bin
SHUTDOWN_HELPER=/usr/share/unattended-upgrades/unattended-upgrade-shutdown
if [ ! -x /usr/share/unattended-upgrades/unattended-upgrade-shutdown ]; then
exit 0
fi
case "${1}" in
hibernate)
if [ -e $SHUTDOWN_HELPER ]; then
python3 $SHUTDOWN_HELPER
fi
;;
resume|thaw)
# nothing
;;
esac
novatel_3g_suspend:
if [ ! -x /sys/bus/usb/devices/${BUS}-${DEVICE}/power/level ]; then
exit 0
fi
case $1 in
suspend|suspend_hybrid|hibernate)
echo suspend > /sys/bus/usb/devices/${BUS}-${DEVICE}/power/level
;;
resume|thaw)
# No need to do anything here, kernel unsuspends USB devices
:
;;
esac
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1154873
Title:
Sony Corporation VPCF119HX suspend/resume failure non-free: nvidia
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1154873/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs