[Desktop-packages] [Bug 990129] Re: Suspend/Resume hangs and fails - Ubuntu 12.04LTS

2014-12-05 Thread Christopher M. Penalver
pst007x, could you please execute the following via a terminal in order for the 
necessary debugging information to be attached:
apport-collect 990129

** Attachment removed: /etc/pm/config.d/modules
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/990129/+attachment/3473349/+files/modules

** Attachment removed: 12.10
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/990129/+attachment/3747896/+files/2013-07-23-1394.jpg

** Package changed: pm-utils (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/990129

Title:
  Suspend/Resume hangs and fails - Ubuntu 12.04LTS

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Suspend/Resume hangs on a black screen and a hard reset is needed to
  start system.

  System76 laptop
  Ubuntu 12.04LTS 64bit

  Hardware Profile:
  pst007x@pst007x-Serval-Professional:~$ lspci
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  01:00.0 VGA compatible controller: NVIDIA Corporation Device 1211 (rev a1)
  01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio 
Controller (rev a1)
  02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller 
(rev 04)
  03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 05)
  03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 90)
  03:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host 
Controller (rev 90)
  03:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
90)
  04:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 
34)
  05:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host 
Controller (rev 30)
  pst007x@pst007x-Serval-Professional:~$

  Linux pst007x-Serval-Professional 3.2.0-24-generic #37-Ubuntu SMP Wed
  Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

  
  May have something to do with the gnome-power-manager and pm-utils

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 990129] Re: Suspend/Resume hangs and fails - Ubuntu 12.04LTS

2014-07-16 Thread Toby
For those of you looking for a workaround until this bug gets a proper
fix...

The following has worked for me on Ubuntu 14.04 x64 running on an intel
based motherboard (Core i3 2nd gen) with Realtek onboard ethernet

Step 1: Open up a terminal and create a script file as follows:

~~~
gksudo gedit /etc/pm/sleep.d/20_custom-ehci_hcd
~~~

Step 2: copy and paste the following code into the file:

~~~
#!/bin/sh
# File: /etc/pm/sleep.d/20_custom-ehci_hcd.
TMPLIST=/tmp/ehci-dev-list

case ${1} in
hibernate|suspend)

;;
resume|thaw)

 chvt 1
 chvt 7
;;
esac
~~~

Step 3:
Give the script permission to run by typing the following in the terminal:

~~~
sudo chmod 755 /etc/pm/sleep.d/20_custom-ehci_hcd
~~~

NOTE 1: This script was found from this thread:-
http://ubuntuforums.org/showthread.php?t=1978290p=12014988#post12014988
All credit to the original author

NOTE 2: Do not copy and paste the ~~'s, they are there purely to
demarcate code blocks from the rest of the text.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/990129

Title:
  Suspend/Resume hangs and fails - Ubuntu 12.04LTS

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  Suspend/Resume hangs on a black screen and a hard reset is needed to
  start system.

  System76 laptop
  Ubuntu 12.04LTS 64bit

  Hardware Profile:
  pst007x@pst007x-Serval-Professional:~$ lspci
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  01:00.0 VGA compatible controller: NVIDIA Corporation Device 1211 (rev a1)
  01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio 
Controller (rev a1)
  02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller 
(rev 04)
  03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 05)
  03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 90)
  03:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host 
Controller (rev 90)
  03:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
90)
  04:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 
34)
  05:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host 
Controller (rev 30)
  pst007x@pst007x-Serval-Professional:~$

  Linux pst007x-Serval-Professional 3.2.0-24-generic #37-Ubuntu SMP Wed
  Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

  
  May have something to do with the gnome-power-manager and pm-utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/990129/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 990129] Re: Suspend/Resume hangs and fails - Ubuntu 12.04LTS

2014-06-15 Thread v m pranav chandran
I am using Ubuntu 14.04 LTS on HP Pavilion e002-au with AMD A4-5000 GPU
and Radeon HD 8330 graphics.The same issue.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/990129

Title:
  Suspend/Resume hangs and fails - Ubuntu 12.04LTS

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  Suspend/Resume hangs on a black screen and a hard reset is needed to
  start system.

  System76 laptop
  Ubuntu 12.04LTS 64bit

  Hardware Profile:
  pst007x@pst007x-Serval-Professional:~$ lspci
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  01:00.0 VGA compatible controller: NVIDIA Corporation Device 1211 (rev a1)
  01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio 
Controller (rev a1)
  02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller 
(rev 04)
  03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 05)
  03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 90)
  03:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host 
Controller (rev 90)
  03:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
90)
  04:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 
34)
  05:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host 
Controller (rev 30)
  pst007x@pst007x-Serval-Professional:~$

  Linux pst007x-Serval-Professional 3.2.0-24-generic #37-Ubuntu SMP Wed
  Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

  
  May have something to do with the gnome-power-manager and pm-utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/990129/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 990129] Re: Suspend/Resume hangs and fails - Ubuntu 12.04LTS

2014-06-02 Thread Constantine
Ubuntu 14.04. Notebook Asus K55DR with AMD+AMD graphics system. The same
issue

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/990129

Title:
  Suspend/Resume hangs and fails - Ubuntu 12.04LTS

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  Suspend/Resume hangs on a black screen and a hard reset is needed to
  start system.

  System76 laptop
  Ubuntu 12.04LTS 64bit

  Hardware Profile:
  pst007x@pst007x-Serval-Professional:~$ lspci
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  01:00.0 VGA compatible controller: NVIDIA Corporation Device 1211 (rev a1)
  01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio 
Controller (rev a1)
  02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller 
(rev 04)
  03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 05)
  03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 90)
  03:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host 
Controller (rev 90)
  03:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
90)
  04:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 
34)
  05:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host 
Controller (rev 30)
  pst007x@pst007x-Serval-Professional:~$

  Linux pst007x-Serval-Professional 3.2.0-24-generic #37-Ubuntu SMP Wed
  Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

  
  May have something to do with the gnome-power-manager and pm-utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/990129/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 990129] Re: Suspend/Resume hangs and fails - Ubuntu 12.04LTS

2014-03-08 Thread pst007x
I found this: http://ubuntuforums.org/showthread.php?t=1978290

Seems to be a fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/990129

Title:
  Suspend/Resume hangs and fails - Ubuntu 12.04LTS

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  Suspend/Resume hangs on a black screen and a hard reset is needed to
  start system.

  System76 laptop
  Ubuntu 12.04LTS 64bit

  Hardware Profile:
  pst007x@pst007x-Serval-Professional:~$ lspci
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  01:00.0 VGA compatible controller: NVIDIA Corporation Device 1211 (rev a1)
  01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio 
Controller (rev a1)
  02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller 
(rev 04)
  03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 05)
  03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 90)
  03:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host 
Controller (rev 90)
  03:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
90)
  04:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 
34)
  05:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host 
Controller (rev 30)
  pst007x@pst007x-Serval-Professional:~$

  Linux pst007x-Serval-Professional 3.2.0-24-generic #37-Ubuntu SMP Wed
  Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

  
  May have something to do with the gnome-power-manager and pm-utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/990129/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 990129] Re: Suspend/Resume hangs and fails - Ubuntu 12.04LTS

2014-03-08 Thread pst007x
I was using Nvidia graphics card and the Nouveau display driver, this seemed to 
cause the problem.

I moved to a proprietary Nvidia driver, rebooted and suspend now works
fine.

So I would suggest checking what driver you are using and changing to
the proprietary driver available for your system.

Check in: SYSTEM SETTINGS / SOFTWARE  UPDATES / ADDITIONAL DRIVERS

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/990129

Title:
  Suspend/Resume hangs and fails - Ubuntu 12.04LTS

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  Suspend/Resume hangs on a black screen and a hard reset is needed to
  start system.

  System76 laptop
  Ubuntu 12.04LTS 64bit

  Hardware Profile:
  pst007x@pst007x-Serval-Professional:~$ lspci
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  01:00.0 VGA compatible controller: NVIDIA Corporation Device 1211 (rev a1)
  01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio 
Controller (rev a1)
  02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller 
(rev 04)
  03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 05)
  03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 90)
  03:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host 
Controller (rev 90)
  03:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
90)
  04:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 
34)
  05:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host 
Controller (rev 30)
  pst007x@pst007x-Serval-Professional:~$

  Linux pst007x-Serval-Professional 3.2.0-24-generic #37-Ubuntu SMP Wed
  Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

  
  May have something to do with the gnome-power-manager and pm-utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/990129/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 990129] Re: Suspend/Resume hangs and fails - Ubuntu 12.04LTS

2013-12-25 Thread Vanessa Ezekowitz
So what's gonna be with this bug?  It still persists as of 25 Dec. on
both 12.04 and 13.10 (on two very different hardware setups).  Random
freezes either on the way down or on the way back up.

Guys, this kind of... stuff has to stop.  Suspend and resume are core
functionality - it absolutely MUST work.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/990129

Title:
  Suspend/Resume hangs and fails - Ubuntu 12.04LTS

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  Suspend/Resume hangs on a black screen and a hard reset is needed to
  start system.

  System76 laptop
  Ubuntu 12.04LTS 64bit

  Hardware Profile:
  pst007x@pst007x-Serval-Professional:~$ lspci
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  01:00.0 VGA compatible controller: NVIDIA Corporation Device 1211 (rev a1)
  01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio 
Controller (rev a1)
  02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller 
(rev 04)
  03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 05)
  03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 90)
  03:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host 
Controller (rev 90)
  03:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
90)
  04:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 
34)
  05:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host 
Controller (rev 30)
  pst007x@pst007x-Serval-Professional:~$

  Linux pst007x-Serval-Professional 3.2.0-24-generic #37-Ubuntu SMP Wed
  Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

  
  May have something to do with the gnome-power-manager and pm-utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/990129/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 990129] Re: Suspend/Resume hangs and fails - Ubuntu 12.04LTS

2012-04-29 Thread pst007x
** Description changed:

  Suspend/Resume hangs on a black screen and a hard reset is needed to
  start system.
  
  System76 laptop
  Ubuntu 12.04LTS 64bit
  
  Hardware Profile:
  pst007x@pst007x-Serval-Professional:~$ lspci
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  01:00.0 VGA compatible controller: NVIDIA Corporation Device 1211 (rev a1)
  01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio 
Controller (rev a1)
  02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller 
(rev 04)
  03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 05)
  03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev 90)
  03:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host 
Controller (rev 90)
  03:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 
90)
  04:00.0 Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 
34)
  05:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host 
Controller (rev 30)
  pst007x@pst007x-Serval-Professional:~$
  
- 
- Linux pst007x-Serval-Professional 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 
08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
+ Linux pst007x-Serval-Professional 3.2.0-24-generic #37-Ubuntu SMP Wed
+ Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

** Package changed: ubuntu = gnome-power-manager (Ubuntu)

** Description changed:

  Suspend/Resume hangs on a black screen and a hard reset is needed to
  start system.
  
  System76 laptop
  Ubuntu 12.04LTS 64bit
  
  Hardware Profile:
  pst007x@pst007x-Serval-Professional:~$ lspci
  00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family 
DRAM Controller (rev 09)
  00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core 
Processor Family PCI Express Root Port (rev 09)
  00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series 
Chipset Family MEI Controller #1 (rev 04)
  00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 05)
  00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)
  00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 1 (rev b5)
  00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 2 (rev b5)
  00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 3 (rev b5)
  00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI 
Express Root Port 4 (rev b5)
  00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 05)
  00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC 
Controller (rev 05)
  00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset 
Family 6 port SATA AHCI Controller (rev 05)
  00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus 
Controller (rev 05)
  01:00.0 VGA compatible controller: NVIDIA Corporation Device 1211 (rev a1)
  01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio 
Controller (rev a1)
  02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller 
(rev 04)
  03:00.0 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 05)
  03:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 
(rev