crash after hibernation on vaio n21s

Bug #156969 reported by Alexander
4
Affects Status Importance Assigned to Milestone
linux-source-2.6.22 (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Hi!

Pressing the suspend/hibernate button just causes my laptop to crash. Kindly ask for your help.

My laptop: sony vaio vgn-n21s/w
kernel: Linux kocian-nb 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux
filesystem: ubuntu 7.10 gutsy
output of lspci: 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 16)
06:00.0 Ethernet controller: Atheros Communications, Inc. AR5006EG 802.11 b/g Wireless PCI Express Adapter (rev 01)
08:03.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
08:03.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
08:03.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)

Revision history for this message
Mario Young (mayeco) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at [WWW] https://wiki.ubuntu.com/Bugs/FindRightPackage. I have classified this bug as a bug in linux-source-2.6.22.

Revision history for this message
Alexander (ak71vie) wrote :

Following up my problem, I tried to execute f2disk. This command works the first time. However, from the second time on, my laptop resumes by showing a white cursor on a black screen.

Revision history for this message
Alexander (ak71vie) wrote :

s2disk*

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Alexander, thank you for taking the time to report this bug and helping to make Ubuntu better. Can you please attach the following information:

* uname -a > uname-a.log
* cat /proc/version_signature > version.log
* dmesg > dmesg.log
* sudo lspci -vvnn > lspci-vvnn.log

Please be sure to attach each file as a separate attachment. Please note that the most useful information you can provide will be regarding the kernel crash. This is usually found in the dmesg output. However, if this crash completely locks up your machine, reboot to a known working kernel and try looking at /var/log/kern.log.0 to see if anything was logged there regarding the crash. Please attach kern.log.0 if anything useful appears. For more information regarding the kernel team bug policy, please refer to https://wiki.ubuntu.com/KernelTeamBugPolicies . Thanks again and we appreciate your help and feedback.

Changed in linux-source-2.6.22:
status: New → Incomplete
Revision history for this message
Alexander (ak71vie) wrote : Re: [Bug 156969] Re: crash after hibernation on vaio n21s

Hi!

Here you go.

best, Alexander.

      ____________________________________________________________________________________
Be a better sports nut! Let your teams follow you
with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ

Revision history for this message
Alexander (ak71vie) wrote :
Revision history for this message
Alexander (ak71vie) wrote :
Revision history for this message
Alexander (ak71vie) wrote :
Revision history for this message
Alexander (ak71vie) wrote :
Revision history for this message
Alexander (ak71vie) wrote :

and here is the log-file /var/log/kern.log

it looks like there is something fishy with the sonypi - module.

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Alexander,

It looks like you have both the sonypi and sony-laptop modules installed. Can you attach the output of 'lsmod' so that I can verify? It is my understanding that sonypi is obsoleted in favor of using sony-laptop. You can even see by some of the dmesg output:

sonypi: please try the sony-laptop module instead and report failures, see also http://www.linux.it/~malattia/wiki/index.php/Sony_drivers

Care to try the following:

1. sudo rmmod sonypi
2. then try to suspend and resume

Please let us know of your results. If the issue still persists, the following might help, https://wiki.ubuntu.com/DebuggingKernelSuspend . Otherwise, you'll probably want to blacklist sonypi. Thanks!

Revision history for this message
Alexander (ak71vie) wrote :

Hi Lean!

lsmod | grep sony

yields

sony_laptop 32088 0
sonypi 23960 0

you are right, both modules are installed. Attached you find the output of lsmod (lsmod.log)

Revision history for this message
Alexander (ak71vie) wrote :

I have removed the module sonypi

(Uncomment the line "modprobe sonypi" in /etc/init.d/hotkey-setup! notice that blacklisting the module in /etc/modprobe.d/blacklist does not remove it permanently for some reasons)

now suspend/hibernate works!

thank you very much!

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Alexander,

That's great to hear this is working now. I'll be closing this bug report due to your last comment regarding this being fixed after blacklisting the sonypi module. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You can learn more about bug statuses at [WWW] https://wiki.ubuntu.com/Bugs/Status . Thank you again for taking the time to report this bug and helping to make Ubuntu better. Feel free to submit any future bugs that you may find, we really do appreciate it.

Changed in linux-source-2.6.22:
status: Incomplete → Invalid
Alexander (ak71vie)
Changed in linux-source-2.6.22:
status: Invalid → Incomplete
Revision history for this message
Alexander (ak71vie) wrote :

Hi Leann,

notice that in few cases the green LED for AC-power on the front remains on after the hibernation process. I have to manually press the shut-down button.

best, Alexander.

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Alexander,

If you wouldn't mind, could you open up a new bug report regarding this new issue? It's more helpful to us and our development teams if bug reports target only one particular issue. Feel free to subscribe me to your new bug report. Again, as you did in this report, in your new bug report can you attach

* uname -a > uname-a.log
* cat /proc/version_signature > version.log
* dmesg > dmesg.log
* sudo lspci -vvnn > lspci-vvnn.log

And the dmesg output might be more helpful if you capture it after hibernation. Thanks!

Changed in linux-source-2.6.22:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.