[TOSHIBA Satellite L300] suspend/resume failure

Bug #336158 reported by Willem Kan
54
This bug affects 4 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Expired
Medium
Unassigned

Bug Description

Toshiba L300 just hangs on resume, giving a blinking cursor.

** Workaround **
rmmod rtl8187

When I do that, laptop suspends fine. To also be able to get correctly out of suspend, I have to do

pm-suspend --quirk-s3-mode --quirk-vbe-post

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from resuming properly.
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.5
MachineType: TOSHIBA Satellite L300
Package: linux-image-2.6.28-8-generic 2.6.28-8.26
ProcAttrCurrent: unconfined
ProcCmdLine: User Name=UUID=b996cc9b-50d9-42d1-93b7-06a0ecf2946e ro quiet splash acpi_osi="Linux"
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
SourcePackage: linux
StressLog: Error: [Errno 2] No such file or directory: '/var/lib/pm-utils/stress.log'
Tags: resume suspend
Title: [TOSHIBA Satellite L300] suspend/resume failure
UserGroups:

Revision history for this message
Willem Kan (wrkan-deactivatedaccount) wrote :
Revision history for this message
stephen schwetz (stephen-schwetz) wrote :

I can confirm that this also occurs on 64bit release of the same kernel

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

*This is an automated response*

Could you please take a look the triage and debugging guide at https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume, specifically the Information Gathering section. Please provide any answers to the additional questions outlined there. Thanks.

Changed in linux (Ubuntu):
status: New → Incomplete
Revision history for this message
Alfonso Cepeda (cepeda) wrote :

Toshiba L300 just hangs on resume.

Did the machine break while going to sleep or waking up?
   I think it breaks while going to sleep because the screen light never switchs out (the screen blanks out but the light is
   always on)

Is it reproducible?
   It breaks every time I suspend, either with sudo pm-suspend or with /usr/share/checkbox/scripts/suspend_test

Did it work before?
   Sorry I can't know I have upgraded from 8.10 but I have never suspended before

Do you end up with flashing caps-lock or similar?
   No. Caps Lock key works, because when you press it (while "suspended") it switchs, but it doesn't flash.

I can't suspend from text mode because I have lost VT1-7 while upgrading (i mean, they are, but screen shows nothing, I can login and execute commands but I can't see the output), when I recover them I'll see if it also happends in text mode.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from resuming properly.
Architecture: i386
Date: Sat Mar 28 15:07:53 2009
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
Package: linux-image-2.6.28-11-generic
ProcAttrCurrent: unconfined
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcCwd: /
ProcEnviron: PATH=(custom, no user)

Revision history for this message
Attila Hammer (hammera) wrote :

I confirm this problem with clean Installed Jaunty Beta (vmlinuz-2.6.28-11-generic kernel).
I have got a similar Toshiba Satellite L300 notebook.
See my bugreport with https://bugs.launchpad.net/bugs/349641, but I think my bugreport is a duplicated report.

Attila

Revision history for this message
Frank (godfrank) wrote :

Hangs on resume on 64bits, and I do not see a blinking cursor at all.

Linux LAPTOP 2.6.28-11-generic #38-Ubuntu SMP Fri Mar 27 10:01:17 UTC 2009 x86_64 GNU/Linux

Alfonso Cepeda (cepeda)
Changed in linux:
status: Incomplete → Confirmed
Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

This looks like it might be a duplicate of bug 324808. Can anyone confirm the comment posted there: https://bugs.edge.launchpad.net/ubuntu/+bug/324808/comments/21 . Thanks.

Revision history for this message
Willem Kan (wrkan-deactivatedaccount) wrote :

What helps with my Toshiba L300 and which may give a clue, is to rmmod (remove) the driver for my network card RTL8187.

so: rmmod rtl8187

When I do that, laptop suspends fine. To also be able to get correctly out of suspend, I have to do

pm-suspend --quirk-s3-mode --quirk-vbe-post

That does the trick. However I don't know how to get this done properly automatically when clicking "suspend" in gnome.

Revision history for this message
chemamartin (chemamartin) wrote :

Confirmed that by removing the module rtl8187 computer go to sleep, but then does not recover from it.

Revision history for this message
tonycore (tonycore) wrote :

Confirmed for an L305 under 32bit 9.04

description: updated
tags: added: rtl8187
Changed in linux (Ubuntu):
importance: Undecided → Medium
status: Confirmed → Triaged
Revision history for this message
Brian Marshall (bmars) wrote :

On a Satellite L305, I can fix suspend by adding

        <match key="system.hardware.product" contains_outof="L305">
          <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
          <merge key="power_management.quirk.s3_bios" type="bool">false</merge>
        </match>

to /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi. Suspend worked without any configuration in 8.10.

Revision history for this message
Brian O'Keefe (okeefe) wrote :

The fix works on my L305 just as posted. Thanks!!

Revision history for this message
Adrian Nye (adrian-nye) wrote :

Worked for me too on L305-S5921. However, the fix must be placed *after* the existing <match> for "L30". I missed that the first time since there is not existing line for "L305" which is what I have.

Even suspends when I close the cover. Finally it's usable! A laptop without suspend is like cereal without milk!

Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

This bug report was marked as Triaged a while ago but has not had any updated comments for quite some time. Please let us know if this issue remains in the current Ubuntu release, http://www.ubuntu.com/getubuntu/download . If the issue remains, click on the current status under the Status column and change the status back to "New". Thanks.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: kj-triage
Changed in linux (Ubuntu):
status: Triaged → Incomplete
Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

This bug report was marked as Incomplete and has not had any updated comments for quite some time. As a result this bug is being closed. Please reopen if this is still an issue in the current Ubuntu release http://www.ubuntu.com/getubuntu/download . Also, please be sure to provide any requested information that may have been missing. To reopen the bug, click on the current status under the Status column and change the status back to "New". Thanks.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: kj-expired
Changed in linux (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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