[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-06-20 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/713787/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-04-21 Thread madbiologist
@Rob A - Firstly, slowtrain is using NVIDIA hardware, not ATI.  Second,
fglrx does not use the kernel DRM, so the bug is in fglrx.  If you are
still having this problem after updating to the latest version of fglrx
you should file a new bug in that package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-04-21 Thread slowtrain
Hi madbiologist:  Thanks for the tip.  Unfortunately, I couldn't wait
any longer w/ a system that didn't work for my purposes (I step away a
lot from my machine and hate wasting energy, so want something I can
suspend).  Consequently, I cannot now test your suggested solution.  Am
not sure why Ubuntu wouldn't auto-install the latest version of fglrx,
but am guessing you are suggesting I install it manually from something
newer than what the repos have?

I installed Windows XP and am running Ubuntu in VirtualBox within
Windows.  Windows is able to suspend / hibernate without problems.  This
is the 2nd Ubuntu system I've had this problem with:  Also recently had
a new box from ZaReason that worked find for 3 days and then, after a
kernel update, the system started hanging after suspend and hibernate.
ZaReason tried hard to find the source of the problem and traced it to
the kernel update but could find no solution.  That box also had a
Nvidia card.  I sent it back to the manufacturer.

At this point I have 3 computers, two of which are running Ubuntu in
Virtualbox in Windows.  My old ZaReason office desktop, which has no
graphics card, does not get suspend / hibernate issues.  Given my
experiences with the last ZaReason computer, I suspect my next purchase
will be for a Windows machine from HP on which I'll install Ubuntu in
VirtualBox, perhaps on a separate partition so I can run it
independently if Ubuntu ever shows signs of fixing its suspend /
hibernate problems.  Ironically, Ubuntu is converting me into a Windows
user (used to be a Mac person).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-02-26 Thread slowtrain
Hi Maciek:  Thanks for the tip!  Unfortunately, searching for 'tpm' in
lsmod indicates that my kernel has no tpm modules to begin with, so
removing them shouldn't make a difference.

Latest theory by the company that sold me the computer is that the
software is using APM rather than ACPI, hence the problem.

I love using linux.  Just wish it was more robust with respect to
hardware and wake / suspend.  I guess it's not the fault of the Linux
community if the hardware companies don't give them the specs needed to
make the hardware work fully with the software.  Ought to be a law!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-02-24 Thread Maciek Klimkowski
See if this fixes the suspend issue for you (it did for me on a W500
exhibiting the same symptoms)

create /etc/pm/sleep.d/10_tpm_tis_remove

that contains:

rmmod tpm_tis
rmmod tpm
rmmod tpm_bios

then chmod a+x /etc/pm/sleep.d/10_tpm

and suspend / resume

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-02-23 Thread slowtrain
** Tags removed: needs-upstream-testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-02-22 Thread Jeremy Foshee
Hi slowtrain,

If you could also please test the latest upstream kernel available that would 
be great.  It will allow additional upstream developers to examine the issue.  
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested the 
upstream kernel, please remove the 'needs-upstream-testing' tag.  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.  
Please let us know your results.

Thanks in advance.

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


** Tags added: kernel-suspend

** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-02-11 Thread Rob A
I have an IBM T500 laptop with dual graphics, an Intel i965 (ICH9 family
motherboard), and an ATI HD3650:

rob@rob-kubuntu3:~$ lspci |grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3650

I have 2 xorg.conf files, one for each card, chosen at boot by:
rob@rob-kubuntu3:~$ cat /etc/init.d/xorg-conf-picker 
#!/bin/sh
VIDEO=`/usr/bin/lspci |/bin/grep -c ATI`

if [ $VIDEO = 1 ]; then
cp -f /etc/X11/xorg.conf.ati /etc/X11/xorg.conf
else
cp -f /etc/X11/xorg.conf.intel /etc/X11/xorg.conf
fi

No other changes are made depending on which card is in use - the same stock 
maverick kernel is used in both cases.
If I am using the Intel card, sleep and resume work fine.  If i switch to the 
ATI card, everything *except* resume work.  So it has to be in the ATI driver 
or kernel.  I can't test an updated kernel, because the fglrx package from 
Ubuntu fails to compile with later stock kernels from kernel.org.  From a bit 
of testing, my suscipicion is that the restore of the LCD backlight is what's 
causing this, but I can't get pm-powersave to stop trying to restore the 
backlight state (insert rant about laptop-mode-tools being deprecated. : )

From the end of my last failed resume attempt:

Jan 31 20:36:28 rob-kubuntu3 kernel: [  918.112008] [fglrx] IRQ 52 Disabled
Jan 31 20:36:28 rob-kubuntu3 kernel: [  918.112075] [fglrx] Preparing suspend 
fglrx in kernel.
Jan 31 20:36:28 rob-kubuntu3 kernel: [  918.377530] [fglrx] Suspending fglrx in 
kernel completed.
Jan 31 20:36:28 rob-kubuntu3 kernel: [  918.377533] [fglrx] Power down the ASIC 
.
Jan 31 20:36:28 rob-kubuntu3 kernel: [  918.377574] PM: suspend of 
drv:fglrx_pci dev::01:00.0 complete after 265.6
21 msecs

...cut...

Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.481079] uhci_hcd :00:1d.1: PCI 
INT B - GSI 17 (level, low) - IRQ 17
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.481117] usb usb7: root hub lost 
power or was reset
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.481142] uhci_hcd :00:1d.2: PCI 
INT C - GSI 18 (level, low) - IRQ 18
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.481179] usb usb8: root hub lost 
power or was reset
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.481439] [fglrx] Kernel supports PAT 
but it has been disabled
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.481441] [fglrx] Using driver 
built-in PAT support instead
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.483925] fglrx_pci :01:00.0: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.484049] sdhci-pci :15:00.2: PCI 
INT C - GSI 18 (level, low) - IRQ 18
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.484052] sdhci-pci :15:00.2: 
Will use DMA mode even though HW doesn't fully claim to support it.
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.485088] fglrx_pci :01:00.0: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.485397] uhci_hcd :00:1a.0: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.485404] uhci_hcd :00:1a.2: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.485409] ehci_hcd :00:1a.7: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.485415] uhci_hcd :00:1d.0: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.485420] ehci_hcd :00:1d.7: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.486319] sd 0:0:0:0: [sda] Starting 
disk
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.496326] uhci_hcd :00:1a.0: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.496331] uhci_hcd :00:1a.0: PCI 
INT A - GSI 20 (level, low) - IRQ 20
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.496371] usb usb3: root hub lost 
power or was reset
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.496641] uhci_hcd :00:1a.2: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.496645] uhci_hcd :00:1a.2: PCI 
INT C - GSI 22 (level, low) - IRQ 22
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.496684] usb usb5: root hub lost 
power or was reset
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.496904] ehci_hcd :00:1a.7: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.496911] ehci_hcd :00:1a.7: PCI 
INT D - GSI 23 (level, low) - IRQ 23
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.497150] uhci_hcd :00:1d.0: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.497155] uhci_hcd :00:1d.0: PCI 
INT A - GSI 16 (level, low) - IRQ 16
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.497196] usb usb6: root hub lost 
power or was reset
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.497405] ehci_hcd :00:1d.7: 
power state changed by ACPI to D0
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.497411] ehci_hcd :00:1d.7: PCI 
INT D - GSI 19 (level, low) - IRQ 19
Jan 31 20:36:28 rob-kubuntu3 kernel: [  921.516267] [fglrx] Power up the ASIC
Jan 31 

[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-02-05 Thread slowtrain


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-02-05 Thread slowtrain
I can now confirm that on a single hibernate attempt, the system hangs
as well.  It resumes and allows me to enter my password, but the next
screen is completely blank and I cannot shift to another terminal to
shut down more gracefully.

I don't see much in the kernel log that indicates a problem, except
maybe this:

Feb  5 16:25:18 GhostWheel kernel: [ 3707.703091] EXT4-fs (sda1): re-mounted. 
Opts: errors=remount-ro,commit=0
Feb  5 16:25:22 GhostWheel kernel: [ 3711.658655] [drm] nouveau :01:00.0: 
PFIFO_INTR 0x0010 - Ch 2
...(last line is repeated many times)


I wonder if that means the hard disk was remounted read only?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 713787] Re: System hangs shortly after any wake from suspend

2011-02-05 Thread slowtrain
And, I can now confirm that the problem occurs with an upstream version
of the kernel, specifically:

@GhostWheel:~$ uname -a
Linux GhostWheel 2.6.36-020636-generic #201010210905 SMP Thu Oct 21 10:17:53 
UTC 2010 i686 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/713787

Title:
  System hangs shortly after any wake from suspend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs