|
Bugzilla – Full Text Bug Listing |
| Summary: | upgrade to 2.6.27.29 comes with weird post-suspend issues | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | Kernel | Assignee: | Danny Al-Gaaf <dalgaaf> |
| Status: | VERIFIED NORESPONSE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | jeffm |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jon Nelson
2009-08-24 01:53:08 UTC
When this happens, can you do "echo w > /proc/sysrq-trigger" and attach the output of dmesg? Please see bug 536549 which I believe is ultimately the same issue. I found out today I don't have to suspend to cause the issue. This continues to be a regression even with 2.6.27.37 It would appear that all kernels after 2.6.27.25 suffer from this issue. It might continue to be bug 536549. Does openSUSE 11.2 resolve this? Yes, openSUSE 11.2 suspends to RAM perfectly, *provided* I supply the appropriate HAL fdi:
cat /usr/share/hal/fdi/information/20thirdparty/05-fix_suspend.fdi
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="system.hardware.vendor" string="LENOVO">
<match key="system.hardware.product" prefix_outof="6460">
<merge key="power_management.quirk.s3_bios" type="bool">false</merge>
<merge key="power_management.quirk.vbe_post" type="bool">false</merge>
<merge key="power_management.quirk.s3_mode" type="bool">false</merge>
<merge key="power_management.quirk.vbemode_restore" type="bool">false</merge>
</match>
</match>
</device>
</deviceinfo>
Ok, this conflicts with 20-video-quirk-pm-lenovo.fdi Assigning to HAL maintainer. What kind of video driver did you use? NVidia? I am using the nvidia proprietary driver. However, since I switched to a newer kernel (I'm on openSUSE 11.2 now) my laptop suspends and wakes beautifully, with or without the nvidia driver. However, I believe the above HAL fdi fix is still appropriate for my model, regardless of which video driver is used. The T61p comes with several different video chipsets, and I don't think the nvidia one was set up properly (or at all?) (In reply to comment #8) > I am using the nvidia proprietary driver. > However, since I switched to a newer kernel (I'm on openSUSE 11.2 now) my > laptop suspends and wakes beautifully, with or without the nvidia driver. It suspends now also without the fdi-file from comment #5 ? No response on NEEDINFO in ~3weeks --> CLOSED NORESPONSE |