[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
** Changed in: dri Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Seems to work for me too. I'm sure one of Alex's patches helped out too, so thank you Alex. I do get this on resume, but that's probably for another bug: [ 117.375124] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting [ 117.375127] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing E442 (len 2585, WS 4, PS 4) @ 0xEB2C [ 117.436913] [drm:radeon_dp_link_train_cr] *ERROR* clock recovery reached max voltage [ 117.436914] [drm:radeon_dp_link_train_cr] *ERROR* clock recovery failed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #54) > Awesome. To spell it out a little more explicitly, here is what I did (Arch > x86_64 3.14-mainline) to have this apparently accomplished automatically > from now on: > > sudo su > > echo 'ADD_PARAMETERS="--quirk-test --quirk-s3-bios"' >> > /etc/pm/config.d/00-fix_dv6z_suspend_screen > > pm-suspend --quirk-test --quirk-s3-bios --store-quirks-as-lkw > > Which should save the quirks, perhaps with some redundancy. Checking the > contents of the (new) > > /etc/pm/last_known_working.quirkdb > > file should show the matches made against your particular system, especially > e.g. hardware and firmware details. I guess these could be patched into (for > my HP at least) > > /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-hp.quirkdb > > with some of the returned information, given that this file is supposed to > have a fairly up-to-date {white,black,broken}-list. > > Obviously follow this only at your own risk, etc. I have no idea how this > would work when it comes to fglrx, or even how stable it is against > kernel/pm/upower/whatever updates. Here are some more good references for > information: > > https://trisquel.info/en/wiki/troubleshooting-suspendhibernate > > https://wiki.archlinux.org/index.php/pm-utils Hmm. I just did: sudo nano /etc/default/grub found GRUB_CMDLINE_LINUX_DEFAULT and added acpi_sleep=s3_bios just before quiet ctrl+o and ctrl+x sudo grub-mkconfig -o /boot/grub/grub.cfg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Awesome. To spell it out a little more explicitly, here is what I did (Arch x86_64 3.14-mainline) to have this apparently accomplished automatically from now on: sudo su echo 'ADD_PARAMETERS="--quirk-test --quirk-s3-bios"' >> /etc/pm/config.d/00-fix_dv6z_suspend_screen pm-suspend --quirk-test --quirk-s3-bios --store-quirks-as-lkw Which should save the quirks, perhaps with some redundancy. Checking the contents of the (new) /etc/pm/last_known_working.quirkdb file should show the matches made against your particular system, especially e.g. hardware and firmware details. I guess these could be patched into (for my HP at least) /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-hp.quirkdb with some of the returned information, given that this file is supposed to have a fairly up-to-date {white,black,broken}-list. Obviously follow this only at your own risk, etc. I have no idea how this would work when it comes to fglrx, or even how stable it is against kernel/pm/upower/whatever updates. Here are some more good references for information: https://trisquel.info/en/wiki/troubleshooting-suspendhibernate https://wiki.archlinux.org/index.php/pm-utils -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #55) > (In reply to comment #49) > > I have a similar issue with a samsumg series 3 laptop with "VGA compatible > > controller: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD > > 6620G]" and "VGA compatible controller: Advanced Micro Devices, Inc. > > [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]". after resume an external > > monitor show the system is still responsive. > > > > BUT I can make the screen turn on after suspend with the next command: > > sudo pm-suspend --quirk-test --quirk-s3-bios > > > > so if you can try and this work maybe we can kick this issue. > > GREAT, it works for me, thank you very much! > I did try pm-suspend with different flags some months ago.. I guess my > testing was too conservative :( > @ klausenb...@hotmail.com and austin.hop...@live.com , thank you too! and > once again, thanks AMD devs :) I see now... I DID test the '--quirk-s3-bios' flag, but I need '--quirk- test', which is not documented in the manpage... from pm-utils-1.4.1/README.debugging: "* To override the usual quirk filtering (for kernel modesetting, binary drivers, and exotic hardware), pass --quirk-test along with any other quirks you want to try. This may make your system crash in new and exciting ways by conflicting with the kernel when suspending or resuming, but is very useful for debugging. You have been warned." Oh, well, I'm happy that someone found a solution and shared it with us all :D -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
*** This bug has been marked as a duplicate of bug 42960 *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #49) > I have a similar issue with a samsumg series 3 laptop with "VGA compatible > controller: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD > 6620G]" and "VGA compatible controller: Advanced Micro Devices, Inc. > [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]". after resume an external > monitor show the system is still responsive. > > BUT I can make the screen turn on after suspend with the next command: > sudo pm-suspend --quirk-test --quirk-s3-bios > > so if you can try and this work maybe we can kick this issue. GREAT, it works for me, thank you very much! I did try pm-suspend with different flags some months ago.. I guess my testing was too conservative :( @ klausenb...@hotmail.com and austin.hop...@live.com , thank you too! and once again, thanks AMD devs :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
** Bug watch added: freedesktop.org Bugzilla #42960 https://bugs.freedesktop.org/show_bug.cgi?id=42960 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
maybe the same issue? https://bugs.freedesktop.org/show_bug.cgi?id=42960 also, isn't pm-utils somehow deprecated? if we add the parameter in /etc/pm/config.d/ will the command "systemctl suspend" be able to turn on the screen? i think that "systemctl suspend" doesn't rely on pm-utils -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #49) > I have a similar issue with a samsumg series 3 laptop with "VGA compatible > controller: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD > 6620G]" and "VGA compatible controller: Advanced Micro Devices, Inc. > [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]". after resume an external > monitor show the system is still responsive. > > BUT I can make the screen turn on after suspend with the next command: > sudo pm-suspend --quirk-test --quirk-s3-bios whoa, that worked as well for me! I'll try to dissect unless someone else jumps to it, and then make good on my promise above :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
I have a similar issue with a samsumg series 3 laptop with "VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6620G]" and "VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]". after resume an external monitor show the system is still responsive. BUT I can make the screen turn on after suspend with the next command: sudo pm-suspend --quirk-test --quirk-s3-bios so if you can try and this work maybe we can kick this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #51) > maybe the same issue? https://bugs.freedesktop.org/show_bug.cgi?id=42960 > > also, isn't pm-utils somehow deprecated? > if we add the parameter in /etc/pm/config.d/ will the command "systemctl > suspend" be able to turn on the screen? i think that "systemctl suspend" > doesn't rely on pm-utils I looked in the pm-utils sourcecode, and adding acpi_sleep=s3_bios to the cmdline fix it for me. You can read a little about it here: https://www.kernel.org/doc/Documentation/power/video.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #45) > Any updates one this? > Kernel 3.14-rc6 + mesa 10.2-git (I tested it a couple weeks ago), still the > same. > Any clues on where to look for bugs and/or how to debug? I also want a status on this. This is 1% to make Linux 100% perfect. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Any updates one this? Kernel 3.14-rc6 + mesa 10.2-git (I tested it a couple weeks ago), still the same. Any clues on where to look for bugs and/or how to debug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
I got the same issue here. After I suspend my machine and try to wake up, the screen does not display anything else. And I'd have to blindly switch to tty terminal and type reboot. Info: Linux 3.13.8-1 (Arch linux) Mesa - 10.1.0 Radeon 7520G -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Kernel 3.14-rc8 (with PRIME) + mesa 10.2-git (radeon driver with kms and dpm) Still the same issue, suspend + resume works fine but the laptop's screen does not turn back on. Using an external monitor confirms that the system itself is functional after resume. When running fglrx, there is no issue. HP dv6z 6100 CTO QE (ca. 2011). CPU: AMD 18-3510mx, iGPU: Radeon HD 6620g, dGPU: Radeon HD 6750m. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
This bug is really old and really annoying as it makes the laptops unusable for suspend -- what kind of traces would be required to understand the core of the problem, from what I can tell the display engine is in a severely hosed state, but I lack documentation to understand what is wrong. Does setting out a bounty for this bug help? I'm willing to immediately cash in at $300. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Same problem here running on a HP Laptop Pavillion G7 with AMD A6-3400M CPU/GPU. Currently running 3.12.5 kernel from openSuse Tumbleweed, though ive had this problem for ages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
1.79 + linux-restricted-modules-3.5.0-7-generic N/A + linux-backports-modules-3.5.0-7-generic N/A + linux-firmware 1.79 Tags: precise running-unity Uname: Linux 3.5.0-7-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip kvm libvirtd lpadmin plugdev sambashare sudo WifiSyslog: - + dmi.bios.date: 07/28/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8IET34WW(1.07) dmi.board.asset.tag: Not Available dmi.board.name: 12002KG dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8IET34WW(1.07):bd07/28/2011:svnLENOVO:pn12002KG:pvrThinkPadE525:rvnLENOVO:rn12002KG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 12002KG dmi.product.version: ThinkPad E525 dmi.sys.vendor: LENOVO -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
Geoff: >"Would you like me to try install oneiric server on it again to see exactly what happens?" No, this should be enough info. Given the upstream patch didn't address your issue, and the upstream bug was closed, it woudn't hurt utilizing the upstream format in https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Kernel.org_Format to e-mail linux-pm CC Alex on how the upstream patch didn't address the issue. ** Changed in: linux (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
Christopher. The answers: 1. No. 2. I'm having to think back two years now, but I believe I had to install from Ubuntu Server and install FGLRX to get it working on oneiric and alpha versions of precise. I know for sure that the desktop install CD would hang prior to precise. Would you like me to try install oneiric server on it again to see exactly what happens? 3. Yes, suspend/resume with FGLRX does work perfectly on both this AMD A8-3500M and on my wife's AMD A10-5750M based machine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
Geoff Teale, given the DRI report is similar problem, different hardware model, and it has many "Me too!" comments, those types of reports tend to be lost in the shuffle. However, a couple of follow up questions: 1) Just to clarify, did the patch mentioned in https://bugzilla.kernel.org/show_bug.cgi?id=46241#c8 address your problem? 2) Did this problem not occur in a release prior to Precise? 3) Does fglrx provide a WORKAROUND? ** Changed in: linux (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
** Summary changed: - 1002:9641 [Lenovo ThinkPad E525] Screen black on resume + 1002:9641 1002:9641 [Lenovo ThinkPad E525] Screen black on resume -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
Christopher. Thanks for your help. That kernel bug was marked as resolved, but the DRI bug (already linked here and on the kernel bug) is still in New status and many people are reporting the same issues there still. Is it really worth re-raising the Kernel bug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
Geoff Teale, the issue you are reporting is an upstream one. Did this patch mentioned in https://bugzilla.kernel.org/show_bug.cgi?id=46241#c8 ever address your problem? If not, could you please report this problem through the appropriate channel by following the instructions _verbatim_ at https://wiki.ubuntu.com/Bugs/Upstream/kernel#KernelTeam.2BAC8-KernelTeamBugPolicies.Overview_on_Reporting_Bugs_Upstream ? Please provide a direct URL to your post once you have made it so that it may be tracked. Thank you for your understanding. ** Tags removed: needs-suspend-logs ** Changed in: linux (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
This attachment contains the full output of dmesg following the "resume- trace" procedure described on https://wiki.ubuntu.com/DebuggingKernelSuspend ** Attachment added: "dmesg output following pm_trace enabled suspend." https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+attachment/3917478/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
Attached wakeup file. ** Attachment added: "wakeup" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+attachment/3917474/+files/wakeup -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
Geoff Teale, could you please provide the information following https://wiki.ubuntu.com/DebuggingKernelSuspend ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
I don't think I ever had a release prior to precise running on the laptop - I was using the development ISOs when I first got the machine about 2 years ago. As I recall it was really hard to get it running at all (I had to use the server CD) - things have improved since then ;-) On Mon, Nov 25, 2013 at 1:01 PM, Christopher M. Penalver < christopher.m.penal...@gmail.com> wrote: > Geoff Teale, did this problem not occur in a release prior to Precise? > > ** Tags removed: kernel-bug-exists-upstream-v3.13.0 > ** Tags added: kernel-bug-exists-upstream-v3.13-rc1 > > ** Changed in: linux (Ubuntu) >Status: Confirmed => Incomplete > > ** Tags added: needs-suspend-logs > > ** Attachment removed: "/proc/version_signature" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+attachment/3251356/+files/version.log > > ** Attachment removed: "lspci output" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+attachment/3251355/+files/lspci > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1034002 > > Title: > 1002:9641 [Lenovo ThinkPad E525] Screen black on resume > > Status in Direct Rendering Infrastructure: > Confirmed > Status in The Linux Kernel: > Fix Released > Status in “linux” package in Ubuntu: > Incomplete > > Bug description: > I did the kernel smoke test for the quantal kernel on precise. > > I can suspend and resume however when I resume I the screen stays > black. It looks like the backlight isn't coming on, but it's > noteable that I don't see anything on my external screen either.I > can see consoles on my external monitor (over HDMI) and if I > disconnect the HDMI cable and reconnect it then I am also able to see > my Unity session on that screen. > > This issue is present with both the quantal kernel and the stock 12.04 > one. > > My setup is a Lenovo Thinkpad E525, AMD A8-3500m. > --- > AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25. > ApportVersion: 2.0.1-0ubuntu12 > Architecture: amd64 > ArecordDevices: > List of CAPTURE Hardware Devices >card 1: Generic_1 [HD-Audio Generic], device 0: CONEXANT Analog > [CONEXANT Analog] > Subdevices: 1/1 > Subdevice #0: subdevice #0 > AudioDevicesInUse: >USERPID ACCESS COMMAND >/dev/snd/controlC1: tealeg 2861 F pulseaudio >/dev/snd/controlC0: tealeg 2861 F pulseaudio > Card0.Amixer.info: >Card hw:0 'Generic'/'HD-Audio Generic at 0xf0b44000 irq 48' > Mixer name : 'ATI R6xx HDMI' > Components : 'HDA:1002aa01,00aa0100,00100200' > Controls : 6 > Simple ctrls : 1 > Card0.Amixer.values: >Simple mixer control 'IEC958',0 > Capabilities: pswitch pswitch-joined penum > Playback channels: Mono > Mono: Playback [on] > Card1.Amixer.info: >Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf0b4 irq 16' > Mixer name : 'Conexant CX20590' > Components : 'HDA:14f1506e,17aa21ea,0012' > Controls : 18 > Simple ctrls : 10 > Card29.Amixer.info: >Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, > fw unknown' > Mixer name : 'ThinkPad EC (unknown)' > Components : '' > Controls : 1 > Simple ctrls : 1 > Card29.Amixer.values: >Simple mixer control 'Console',0 > Capabilities: pswitch pswitch-joined penum > Playback channels: Mono > Mono: Playback [on] > DistroRelease: Ubuntu 12.04 > HibernationDevice: ># RESUME=/dev/sda5 >RESUME='UUID=61453936-e394-41de-8b00-5ee8f17023b3' > InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Alpha > amd64 (2029) > MachineType: LENOVO 12002KG > Package: linux 3.2.0.27.29 > PackageArchitecture: amd64 > ProcEnviron: >LANGUAGE=en_GB:en >TERM=xterm >PATH=(custom, user) >LANG=en_GB.UTF-8 >SHELL=/bin/bash > ProcFB: 0 radeondrmfb > ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-7-generic > root=UUID=c2742c1e-158f-446d-9884-d6f037d7fa8c ro quiet splash > elevator=deadline > ProcVersionSignature: Ubuntu 3.5.0-7.7~precise1-generic 3.5.0 > RelatedPackageVersions: >linux-restricted-modules-3.5.0-7-generic N/A >linux-backports-modules-3.5.0-7-generic N/A >linux-firmware 1.79 > Tags: precise running-unity > Uname: Li
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
Geoff Teale, did this problem not occur in a release prior to Precise? ** Tags removed: kernel-bug-exists-upstream-v3.13.0 ** Tags added: kernel-bug-exists-upstream-v3.13-rc1 ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete ** Tags added: needs-suspend-logs ** Attachment removed: "/proc/version_signature" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+attachment/3251356/+files/version.log ** Attachment removed: "lspci output" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+attachment/3251355/+files/lspci -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume
Hi. I've confirmed that the bug still exists with kernel 3.13.0 (and tagged as requested) - I will try with a clean install from the daily ISO when I get a little time to do so, hopefully in the next few days. ** Tags added: kernel-bug-exists-upstream-v3.13.0 ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
Geoff Teale, could you please confirm this issue exists with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/current/ . If the issue remains, please just make a comment to this. Also, could you please test the latest upstream kernel available (not the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream developers to examine the issue.Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags: kernel-fixed-upstream kernel-fixed-upstream-VERSION-NUMBER where VERSION-NUMBER is the version number of the kernel you tested. For example: kernel-fixed-upstream-v3.12.1 This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description. As well, please remove the tag: needs-upstream-testing If the mainline kernel does not fix this bug, please add the following tags: kernel-bug-exists-upstream kernel-bug-exists-upstream-VERSION-NUMBER As well, please remove the tag: needs-upstream-testing Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed. Please let us know your results. Thank you for your understanding. ** Tags removed: bios-outdated-1.13 ** Tags added: latest-bios-1.14 ** Summary changed: - Lenovo E525 screen black on resume + 1002:9641 [Lenovo ThinkPad E525] Screen black on resume -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: 1002:9641 [Lenovo ThinkPad E525] Screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
So, updating my BIOS, sadly, did not fix the problem. The result was exactly the same. I suspend the laptop, then resume it. The machine resumes from suspend in every respect except that it doesn't turn the backlight on the screen back on. With the new BIOS, the output of `sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date` is: 8IET41WW(1.14) 02/26/2013 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
I'm using kernel 3.13-rc0 from: http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-next/2013-11-14-trusty/ 3.12.0-996-generic #201311140516 and this is still happening... I guess I'll have to go back to fglrx. I wished I could help devs, but this is driving me crazy. Not being able to resume from suspend is why I wanted to test the open-source driver in the first place... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
Geoff Teale, as per http://download.lenovo.com/express/ddfm.html an update is available for your BIOS (1.13). If you update to this following https://help.ubuntu.com/community/BiosUpdate , does it change anything? If not, could you please both specify what happened, and provide the output of the following terminal command: sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date Please note your current BIOS is already in the Bug Description, so posting this on the old BIOS would not be helpful. For more on BIOS updates and linux, please see https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette . Thank you for your understanding. ** Tags added: bios-outdated-1.13 ** Changed in: linux (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Any process? This is the most annoying thing about using Linux.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Same issue for my A8-450M laptop with Integrated or Discrete GPU set. I made some tests from kernel 3.8.0 to 3.12-RC6 on Ubuntu. I got same result with other distro like ArchLinux or Fedora. # lspci 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1 fh) Processor Root Complex 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinit y [Radeon HD 7640G] Some other tests on my main kernel 3.11.6 (Ubuntu PPA) (CPU and GPU firmware has been updated to latest version) - After suspend and resume, with ssh I can check brightness control on /sys/class/blacklight/radeon_bl0/brightness and change the value but nothing change on screen (always black screen) - no syslog entry give information on the problem - no more information with drm.debug on kernel - fglrx doesn't have the same problem, suspend and resume work fine (but fglrx don't allow to change brightness). So, this concern seems to come from the drm driver and not from kernel or acpi, but I don't have enough knowledge to go further to identify the root cause in xorg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Same issue with me. I have an HP with an A8-3550MX (6620G graphics). This issue as plagued me (and I am sure others) for quite some time. I have pretty much relegated myself to using the fglrx binary blob. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
I'm not sure if I have the same issue. In particular, I could not find this error in my dmesg: .. [drm:radeon_acpi_init] *ERROR* Cannot find a backlight controller .. But I do have the issue that my laptop does not wake up fully (the screen is black). There is some noise starts in the notebook and led indicators start blinking, but the screen does not turn ON. I know, there are many possible reasons, but it worked with Catalyst, so, I think it has to be connected to video driver (dri, kms, xf86 -video-ati, whatever..). $ lspci | grep VGA 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6520G] 02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] $ uname -a Linux pilat-book 3.11.1-2-ARCH #1 SMP PREEMPT Sun Sep 22 19:45:00 CEST 2013 x86_64 GNU/Linux I use radeon.dpm=1 in the kernel options; Here's the bug-report to Archlinux tracker, but they suggested to file the bug here: https://bugs.archlinux.org/task/37078 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Created attachment 86031 dmesg, xorg I installed 3.12-rc1 from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.12-rc1-saucy/ , it didn't help :( Attached are the logs from dmesg (before and after running pm-suspend) and Xorg.0.log (there were no messages after resuming from suspend) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #32) > (In reply to comment #31) > > Created attachment 84276 [details] [review] [review] > > possible fix 2/2 > > > > Please apply both patches in this set. > > Unfortunately these patches do not help. same for me, the patches didn't work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Sorry, I forgot to precise it was with kernel 3.11 and dpm activated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
I have the exact same problem here but with a radeon HD 7310. I can try patches. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Created attachment 85691 dmesg+Xorg.0.log Same bug here... HP laptop (dv6-6174la), dual GPU: 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6520G] [1002:9647] (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6630M/6650M/6750M/7670M/7690M] [1002:6741] (prog-if 00 [VGA controller]) Linux hostname 3.11.0-7-generic #13-Ubuntu SMP Tue Sep 10 20:55:38 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux workaround: use an external monitor (HDMI and VGA worked, with some problems though, but that is unrelated [you can see some warning and backtraces] and didn't happen before) attached: whole dmesg, Xorg.0.log files after two consecutive suspend/resume cycles plus some testing with external monitors, and .diff files (from other session) showing messages logged only after suspend to RAM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Created attachment 84275 possible fix 1/2 Does this patch set fix the issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #31) > Created attachment 84276 [details] [review] > possible fix 2/2 > > Please apply both patches in this set. Unfortunately these patches do not help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Created attachment 84276 possible fix 2/2 Please apply both patches in this set. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
I've the same issue on my HP4545s laptop (A4-4300M CPU). At boot time I get ... [drm:radeon_acpi_init] *ERROR* Cannot find a backlight controller ... then the computer boots and works just fine (except the brightness control is @ /sys/class/backlight/radeon_bl0/brightness, commonly unrecognizable by the software) but after resuming I have totally black screen. I can still ssh to it: it resumes normally - the only thing that goes wrong is the screen remains off. (It goes off as soon as the resume process begins). Kernels 3.9.X still have the issue. I'm not sure the absence of the ACPI-controllable brightness is relevant to the case. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
** Bug watch added: freedesktop.org Bugzilla #42162 https://bugs.freedesktop.org/show_bug.cgi?id=42162 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #26) > Created attachment 82347 [details] [review] > possible fix > > Does the attached patch help? Have just tested, and it dont change anything. I still also don't know what it have to do with backlight? The screen is completely turned off, if I use a flash light I can see the screen is 100% off. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
These problems seem similar to the bug I reported: https://bugs.freedesktop.org/show_bug.cgi?id=42162 . One common thread is that many of the affected machines are HP laptops. Maybe the HP ACPI implementation does something funny? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
*** Bug 61470 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Created attachment 82347 possible fix Does the attached patch help? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #23) > I had a similar problem with my x700 (rv410) radeon, and fixed it with: > radeontool light off > radeonreg regset 0x0284 0x1bd34208 > radeonreg regset 0x02d0 0x003c00a1 > radeonreg regset CL:03 0x001c0007 > radeonreg regset CL:04 0x0002004a > radeonreg regset CL:05 0x0002004a > radeonreg regset CL:06 0x0002004a > radeontool light on > > Have you guys tried the radeontool light thingy? Please file a separate bug for this, this should be handled properly in the driver. These registers are only relevant for very old radeons so they don't apply to newer asics. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
I had a similar problem with my x700 (rv410) radeon, and fixed it with: radeontool light off radeonreg regset 0x0284 0x1bd34208 radeonreg regset 0x02d0 0x003c00a1 radeonreg regset CL:03 0x001c0007 radeonreg regset CL:04 0x0002004a radeonreg regset CL:05 0x0002004a radeonreg regset CL:06 0x0002004a radeontool light on Have you guys tried the radeontool light thingy? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Still getting this. Linux kernel 3.8.0 (9e2d59ad580d590134285f361a0e80f0e98c0207) xf86-video-ati 343b01c9bf35b125cd0c3df8db7c01a5fb227bda -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Created attachment 73235 a10-4600m dmesg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Created attachment 73234 a10-4600m_lspci -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
I have the same problem with HP Pavilion g6-2137sr laptop with A10-4600M APU. I've attached dmesg and lspci output of my laptop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #18) > I have the same problem with HP Pavilion g6-2137sr laptop with A10-4600M > APU. I've attached dmesg and lspci output of my laptop. P.S. Kernel version 3.7.3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #16) > (In reply to comment #15) > > A patch referencing this bug report has been merged in Linux v3.7-rc1: > > > > commit bced76f27165ca7733437715185c3a1aa526f7a1 > > Author: Alex Deucher > > Date: Fri Sep 14 09:45:50 2012 -0400 > > > > drm/radeon: restore backlight level on resume > > appears to be the same patch as mentioned in comment #10, and (at least for > me) still does not fix the issue I have think i have same problem with a Radeon HD 6520G (AMD A6-3410MX), it have "nothing" with backlight to do, if i use a flashlight i can see the screen is 100% off. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
** Changed in: linux Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #15) > A patch referencing this bug report has been merged in Linux v3.7-rc1: > > commit bced76f27165ca7733437715185c3a1aa526f7a1 > Author: Alex Deucher > Date: Fri Sep 14 09:45:50 2012 -0400 > > drm/radeon: restore backlight level on resume appears to be the same patch as mentioned in comment #10, and (at least for me) still does not fix the issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
A patch referencing this bug report has been merged in Linux v3.7-rc1: commit bced76f27165ca7733437715185c3a1aa526f7a1 Author: Alex Deucher Date: Fri Sep 14 09:45:50 2012 -0400 drm/radeon: restore backlight level on resume -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
I seem to be having this issue with A6-4400M (at least symptoms are all the same). At first i thought that it's the same issue as #52256, but apparently it is not so simple. I've tried merging http://cgit.freedesktop.org/~agd5f/linux/commit/?h =drm-next-3.7-wip&id=c49170742d6928b16fb3839b47a94cc41630dbe0 into current kernel master HEAD (it had 1 merge conflict, resolved it by sticking to the branch being merged in) and compiling&installing the resulting kernel - no luck. Should i try attachment 67249 too and post the results? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Created attachment 67252 t525-dmesg-patch-bug43829 (In reply to comment #12) > Created attachment 67249 [details] [review] > testing patch > > If my 3.7 branch by itself doesn't work, does this patch on top of my 3.7 > branch help? Please attach the output of dmesg after resume with this patch > applied. attached (the added DRM_INFO yields "bl_level: 0xff" ) as an additional experiment, I used "kexec" after suspending to reboot the same kernel and let the radeon driver do a full reinitialization -- but even that fails to bring the display back to life :( Anything further I can do? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
Created attachment 67249 testing patch If my 3.7 branch by itself doesn't work, does this patch on top of my 3.7 branch help? Please attach the output of dmesg after resume with this patch applied. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
(In reply to comment #10) > This should be fixed in my drm-next-3.7-wip branch: > http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.7-wip Just tried on Thinkpad E525 (see bug #54484), and it does *not* fix the issue ( it does however also not wedge the system as 3.6-rc3 did, in case you want would like any data collected or experiments performed). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
This should be fixed in my drm-next-3.7-wip branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.7-wip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002]
*** Bug 54484 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
Launchpad has imported 9 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=43829. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. On 2011-12-14T07:27:01+00:00 Zboszor wrote: Created attachment 54422 dmesg showing suspend/resume I have installed Fedora 16 on my new ASUS K53TA laptop that has these devices: # lspci 00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Complex 00:01.0 VGA compatible controller: ATI Technologies Inc Device 9648 00:01.1 Audio device: ATI Technologies Inc Device 1714 00:02.0 PCI bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Port 00:04.0 PCI bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Port 00:05.0 PCI bridge: Advanced Micro Devices [AMD] Family 12h Processor Root Port 00:10.0 USB controller: Advanced Micro Devices [AMD] Hudson USB XHCI Controller (rev 03) 00:11.0 SATA controller: Advanced Micro Devices [AMD] Hudson SATA Controller [AHCI mode] (rev 40) 00:12.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11) 00:12.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11) 00:14.0 SMBus: Advanced Micro Devices [AMD] Hudson SMBus Controller (rev 13) 00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller (rev 01) 00:14.3 ISA bridge: Advanced Micro Devices [AMD] Hudson LPC Bridge (rev 11) 00:14.4 PCI bridge: Advanced Micro Devices [AMD] Hudson PCI Bridge (rev 40) 00:14.7 SD Host controller: Advanced Micro Devices [AMD] Hudson SD Flash Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43) 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3 00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4 00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6 00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5 00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7 01:00.0 VGA compatible controller: ATI Technologies Inc Whistler [AMD Radeon HD 6600M Series] (rev ff) 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) I had to install kernel-3.2.0-0.rc5.git1.1.fc17.x86_64 from Rawhide to make KMS work on the integrated video. I tried suspend/resume by closing the lid, suspend worked. Resume woke up the machine but left the screen black. dmesg for the suspend/resume is attached. Reply at: https://bugs.launchpad.net/dri/+bug/1034002/comments/0 On 2012-01-05T17:21:16+00:00 Joshua Roys wrote: Created attachment 55194 difference of `radeontool regmatch \*` from before and after suspend HP G4-1215DX with an A4-3300 APU here. Everything comes back but the display on a resume from a suspend. I can ssh into the machine and get any kind of debugging info needed. Reply at: https://bugs.launchpad.net/dri/+bug/1034002/comments/1 On 2012-01-08T11:02:35+00:00 Joshua Roys wrote: Created attachment 55303 difference of `radeonreg regs dce4` from before and after suspend I have the full before and after dumps still if you need them also. Reply at: https://bugs.launchpad.net/dri/+bug/1034002/comments/2 On 2012-01-11T14:16:55+00:00 agd5f wrote: Do these patches help? http://people.freedesktop.org/~agd5f/dce_fixes/ Reply at: https://bugs.launchpad.net/dri/+bug/1034002/comments/3 On 2012-01-11T14:21:05+00:00 agd5f wrote: against drm-next or Linus' git. Reply at: https://bugs.launchpad.net/dri/+bug/1034002/comments/4 On 2012-01-12T14:32:43+00:00 Joshua Roys wrote: No- these patches leave my screen dark after KMS kicks in. Reply at: https://bugs.launchpad.net/dri/+bug/1034002/comments/5 On 2012-01-14T19:14:30+00:00 Zboszor wrote: Same for me - black screen. Reply at: https://bugs.launchpad.net/dri/+bug/1034002/
[Bug 1034002] Re: Lenovo E525 screen black on resume
** Changed in: linux Status: Unknown => Confirmed ** Changed in: linux Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
The original bug was marked as a duplicate of this one. ** Bug watch added: freedesktop.org Bugzilla #43829 https://bugs.freedesktop.org/show_bug.cgi?id=43829 ** Also affects: dri via https://bugs.freedesktop.org/show_bug.cgi?id=43829 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
Reported on upstream bugzilla and linked. ** Bug watch added: Linux Kernel Bug Tracker #46241 http://bugzilla.kernel.org/show_bug.cgi?id=46241 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=46241 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
Reported via e-Mail upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
This issue appears to be an upstream bug, since you tested the latest upstream kernel. Would it be possible for you to open an upstream bug report at bugzilla.kernel.org [1]? That will allow the upstream Developers to examine the issue, and may provide a quicker resolution to the bug. If you are comfortable with opening a bug upstream, It would be great if you can report back the upstream bug number in this bug report. That will allow us to link this bug to the upstream report. [1] https://wiki.ubuntu.com/Bugs/Upstream/kernel ** Changed in: linux (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
Tested with mainstream and bug updated as per you request. Thanks jsalisbury. ** Tags added: kernel-bug-exists-upstream ** Tags removed: needs-upstream-testing ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252224/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252225/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252223/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/325/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252221/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252220/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252219/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] PciMultimedia.txt
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252218/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252217/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252216/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252215/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Dependencies.txt
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252214/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Card1.Codecs.codec.0.txt
apport information ** Attachment added: "Card1.Codecs.codec.0.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252212/+files/Card1.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252213/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Card1.Amixer.values.txt
apport information ** Attachment added: "Card1.Amixer.values.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252211/+files/Card1.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Card0.Codecs.codec.0.txt
apport information ** Attachment added: "Card0.Codecs.codec.0.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252210/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252209/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252208/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] AplayDevices.txt
apport information ** Attachment added: "AplayDevices.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252207/+files/AplayDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
apport information ** Tags added: apport-collected precise running-unity ** Description changed: I did the kernel smoke test for the quantal kernel on precise. I can suspend and resume however when I resume I the screen stays black. It looks like the backlight isn't coming on, but it's noteable that I don't see anything on my external screen either.I can see consoles on my external monitor (over HDMI) and if I disconnect the HDMI cable and reconnect it then I am also able to see my Unity session on that screen. This issue is present with both the quantal kernel and the stock 12.04 one. My setup is a Lenovo Thinkpad E525, AMD A8-3500m. + --- + AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25. + ApportVersion: 2.0.1-0ubuntu12 + Architecture: amd64 + ArecordDevices: + List of CAPTURE Hardware Devices + card 1: Generic_1 [HD-Audio Generic], device 0: CONEXANT Analog [CONEXANT Analog] +Subdevices: 1/1 +Subdevice #0: subdevice #0 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC1: tealeg 2861 F pulseaudio + /dev/snd/controlC0: tealeg 2861 F pulseaudio + Card0.Amixer.info: + Card hw:0 'Generic'/'HD-Audio Generic at 0xf0b44000 irq 48' +Mixer name : 'ATI R6xx HDMI' +Components : 'HDA:1002aa01,00aa0100,00100200' +Controls : 6 +Simple ctrls : 1 + Card0.Amixer.values: + Simple mixer control 'IEC958',0 +Capabilities: pswitch pswitch-joined penum +Playback channels: Mono +Mono: Playback [on] + Card1.Amixer.info: + Card hw:1 'Generic_1'/'HD-Audio Generic at 0xf0b4 irq 16' +Mixer name : 'Conexant CX20590' +Components : 'HDA:14f1506e,17aa21ea,0012' +Controls : 18 +Simple ctrls : 10 + Card29.Amixer.info: + Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' +Mixer name : 'ThinkPad EC (unknown)' +Components : '' +Controls : 1 +Simple ctrls : 1 + Card29.Amixer.values: + Simple mixer control 'Console',0 +Capabilities: pswitch pswitch-joined penum +Playback channels: Mono +Mono: Playback [on] + DistroRelease: Ubuntu 12.04 + HibernationDevice: + # RESUME=/dev/sda5 + RESUME='UUID=61453936-e394-41de-8b00-5ee8f17023b3' + InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Alpha amd64 (2029) + MachineType: LENOVO 12002KG + Package: linux 3.2.0.27.29 + PackageArchitecture: amd64 + ProcEnviron: + LANGUAGE=en_GB:en + TERM=xterm + PATH=(custom, user) + LANG=en_GB.UTF-8 + SHELL=/bin/bash + ProcFB: 0 radeondrmfb + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-7-generic root=UUID=c2742c1e-158f-446d-9884-d6f037d7fa8c ro quiet splash elevator=deadline + ProcVersionSignature: Ubuntu 3.5.0-7.7~precise1-generic 3.5.0 + RelatedPackageVersions: + linux-restricted-modules-3.5.0-7-generic N/A + linux-backports-modules-3.5.0-7-generic N/A + linux-firmware 1.79 + Tags: precise running-unity + Uname: Linux 3.5.0-7-generic x86_64 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm cdrom dip kvm libvirtd lpadmin plugdev sambashare sudo + WifiSyslog: + + dmi.bios.date: 07/28/2011 + dmi.bios.vendor: LENOVO + dmi.bios.version: 8IET34WW(1.07) + dmi.board.asset.tag: Not Available + dmi.board.name: 12002KG + dmi.board.vendor: LENOVO + dmi.board.version: Not Available + dmi.chassis.asset.tag: No Asset Information + dmi.chassis.type: 10 + dmi.chassis.vendor: LENOVO + dmi.chassis.version: Not Available + dmi.modalias: dmi:bvnLENOVO:bvr8IET34WW(1.07):bd07/28/2011:svnLENOVO:pn12002KG:pvrThinkPadE525:rvnLENOVO:rn12002KG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: + dmi.product.name: 12002KG + dmi.product.version: ThinkPad E525 + dmi.sys.vendor: LENOVO ** Attachment added: "AcpiTables.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252205/+files/AcpiTables.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] AlsaDevices.txt
apport information ** Attachment added: "AlsaDevices.txt" https://bugs.launchpad.net/bugs/1034002/+attachment/3252206/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
It would also be helpful if you could submit apport logs with the following command: apport-collect 1034002 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1034002] Re: Lenovo E525 screen black on resume
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.5kernel[0] (Not a kernel in the daily directory) and install both the linux-image and linux-image-extra .deb packages. Once you've tested the upstream kernel, please remove the 'needs- upstream-testing' tag. Please only remove that one tag and leave the other tags. This can be done by clicking on the yellow pencil icon next to the tag located at the bottom of the bug description and deleting the 'needs-upstream-testing' text. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix this bug, please add the tag: 'kernel-bug-exists-upstream'. If you are unable to test the mainline kernel, for example it will not boot, please add the tag: 'kernel-unable-to-test-upstream'. Once testing of the upstream kernel is complete, please mark this bug as "Confirmed". Thanks in advance. [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6-rc1-quantal/ ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Tags added: needs-upstream-testing ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034002 Title: Lenovo E525 screen black on resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034002/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs