← Back to team overview

kernel-packages team mailing list archive

[Bug 1154873] Re: Sony Corporation VPCF119HX suspend/resume failure non-free: nvidia

 

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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1154873

Title:
   Sony Corporation VPCF119HX  suspend/resume failure  non-free: nvidia

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Attempted hibernate.  Screen went black, fan continued, lock lights
  blinked in characteristic kernel panic pattern.  Required hard
  restart.  No evidence of session being saved.  This error auto-
  generated.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-12-generic 3.8.0-12.21
  ProcVersionSignature: Ubuntu 3.8.0-12.21-generic 3.8.2
  Uname: Linux 3.8.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  Annotation: This occured during a previous suspend and prevented it from resuming properly.
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC1:  adam       2952 F.... pulseaudio
   /dev/snd/controlC0:  adam       2952 F.... pulseaudio
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Wed Mar 13 19:22:57 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=211ef7b9-3f94-4709-a92b-3cad2e8dacb2
  InstallationDate: Installed on 2013-02-12 (29 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120822.4)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Sony Corporation VPCF119HX
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-12-generic root=/dev/mapper/4lgroup-root ro quiet splash acpi_backlight=sony
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-12-generic N/A
   linux-backports-modules-3.8.0-12-generic  N/A
   linux-firmware                            1.104
  SourcePackage: linux
  Title: [Sony Corporation VPCF119HX] suspend/resume failure [non-free: nvidia]
  UpgradeStatus: Upgraded to raring on 2013-03-09 (4 days ago)
  UserGroups: fuse
  dmi.bios.date: 05/14/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0280Y6
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrR0280Y6:bd05/14/2010:svnSonyCorporation:pnVPCF119HX:pvrA222GY5F:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCF119HX
  dmi.product.version: A222GY5F
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1154873/+subscriptions