Bug 15570
Summary: | System powers off instead of suspending (MSI K8T Neo) | ||
---|---|---|---|
Product: | Power Management | Reporter: | unggnu |
Component: | Hibernation/Suspend | Assignee: | power-management_other |
Status: | CLOSED INVALID | ||
Severity: | normal | CC: | rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugs.launchpad.net/ubuntu/+source/linux/+bug/540516 | ||
Kernel Version: | 2.6.33 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216 | ||
Attachments: |
script to get acpi tables
acpi tables Dmesg after suspend with pm_test |
Description
unggnu
2010-03-18 02:02:55 UTC
Created attachment 25576 [details]
script to get acpi tables
please use this script as root user to get all the acpi tables of your laptop.
please build a kernel with CONFIG_PM_DEBUG=y, CONFIG_ACPI_DEBUG=y and run the following test, 1. echo core > /sys/power/pm_test 2. echo mem > /sys/power/state does the system resume back after about 10 seconds? Created attachment 25587 [details]
acpi tables
I have used the mainline kernel 2.6.33 from http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.33/ and it resumed after about 10 seconds with the described method. But it seems to be only standby or something like that since the fan never stopped rotating. Created attachment 25588 [details]
Dmesg after suspend with pm_test
Btw. just for the records with the Ubuntu Kernel 2.6.32 I got this message on startup in dmesg: [ 18.066808] ACPI: I/O resource vt596_smbus [0x400-0x407] conflicts with ACPI region SMOV [0x400-0x406] What do you normally do to suspend it? Thanks for your reply. I use the Gnome Suspend function but the same happens if I run "sudo pm-suspend" in console. What kind of graphics hardware/driver is used? 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc R360 NJ [Radeon 9800 XT] [1002:4e4a] The open radeon driver with KMS is used. Ok, it seems that according to another bug report about this pc suspend works fine with 2.6.31 and 2.6.28 Kernel of Ubuntu Karmic and Jaunty except of some graphic glitches. So it seems to be a regression. I have to recheck it with a Karmic Live CD though. Would it be possible to try without KMS and/or from runlevel 3 (ie. no X)? Ok, I have the same problem with the Karmic Live CD. Windows XP still works fine so it shouldn't be a hardware error. The same happens with radeon.modeset=0 and without X (I suppose recovery mode with KMS should be similar). In that case there seems to be a platform (BIOS/firmware) problem with the box we're not aware how to handle at the moment. We're in the process of adding some ACPI-related fixes to the kernel that in theory might be related to the issue with your system. Anyway, if that is a regression, it would be very helpful if you could identify the change that caused the failure to start appearing (eg. by means of bisection). After removing a USB voice communication device suspend seems to work fine at least with Ubuntu Lucid. It also works with the mainline Kernel but there are some graphical problems but this has something to do with radeon or similar since the system shuts down after ctrl + alt + del and or on acpi events. I don't know why Windows XP hasn't this problem but since suspend works without the SideWinder Game Voice I am closing this report. Sorry for taking your time. No problem. |