← Back to team overview

kernel-packages team mailing list archive

[Bug 1368908] Re: [Sony VAIO SVP13215CDB] suspend/resume failure

 

I have set up to do the bisection.  I am not sure if what I have done is
right, so here it is, comments are welcome.

Requirements:
* about 12 GB of free disk space
* 3-4 hours (YMMV depending on internet connection speed and processing power)

Dependencies:
* Some were already present on the machine and the others I worked myself with apt-get every time the process broke, based on the error messages.  Next time I shall start from a clean slate install and document exactly what dependencies I have installed.

Initial Setup:

mkdir -p ~/src/kernel
cd ~/src/kernel
git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-stable
git clone git://kernel.ubuntu.com/kteam-tools.git kteam-tools
cd linux-stable
git remote add trusty git://kernel.ubuntu.com/ubuntu/ubuntu-trusty.git
git config user.email "my@xxxxxxxxxx"
git config user.name "me"
git checkout -b mybisect origin/master
git bisect start
git bisect good v3.12.30
git bisect bad v3.14-rc4

output of the last command:
Bisecting: a merge base must be tested
[5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52] Linux 3.12

build and install first bisection:

cp /boot/config-`uname -r` .config
make oldconfig
make clean
make -j `getconf _NPROCESSORS_ONLN` deb-pkg LOCALVERSION=-custom
cd ..
mkdir first
mv *.dpkg first/
cd first
sudo dpkg -i linux-*

now I have rebooted into this first interaction kernel and the challenge
is to reproduce the bug.  This may take some days.

-- 
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/1368908

Title:
  [Sony VAIO SVP13215CDB] suspend/resume failure

Status in “linux” package in Ubuntu:
  In Progress

Bug description:
  System worked well with Xubuntu 13.10.  Installed Xubuntu 14.04LTS
  from scratch. Now the system is unstable.

  To reproduce:
  * boot up
  * close the laptop lid
  * reopen the lid
  * try to access files
  * repeat

  Usually, after closing the laptop's lid, the system will correctly go
  to sleep.  Sometimes the system is OK after reopening the lid, but
  eventually and consistently, after a few cycles, reopening the lid
  turns the screen back on but every command fails. Disks and USB keys
  give buffer I/O errors, the system is unstable and I am left with no
  other option than to long-press the power button and lose work.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  yuv        1970 F.... pulseaudio
   /dev/snd/controlC1:  yuv        1970 F.... pulseaudio
  CurrentDesktop: XFCE
  Date: Fri Sep 12 14:41:40 2014
  MachineType: Sony Corporation SVP13215CDB
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=81550e22-0f37-4cad-a8b3-d22a8a001a2b ro acpi_osi=Linux acpi_backlight=vendor
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware                             1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/10/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0260V7
  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.:bvrR0260V7:bd05/10/2013:svnSonyCorporation:pnSVP13215CDB:pvrC60BYFSW:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: SVP13215CDB
  dmi.product.version: C60BYFSW
  dmi.sys.vendor: Sony Corporation

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


References