Announcement

Collapse
No announcement yet.

Fixed Suspend issues

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Fixed Suspend issues

    After installing Kubuntu Suspend did not work on my Lenovo Thinkpad W500. It would throw an error message (Device 00:0a failed to suspend) and return to the active session. Some googling made me aware of the issue and the fix:
    - create a file /etc/pm/config.d/unload modules
    - put in a line that says
    Code:
    SUSPEND_MODULES="tpm tpm_bios tpm_tis"
    After this, the machine would suspend, but erratically freeze after blanking the screen. Some more googling and investigating gave me the final (so it seems) solution:
    - create a file /etc/pm/config.d/99local
    - put in the following lines:
    Code:
    DISPLAY_QUIRK_VBE_POST="true"
    DISPLAY_QUIRK_VBEMODE_RESTORE="true"
    QUIRKOPTS="true"
    Hope this helps someone with the same issues.

    #2
    Thank you! Now my pc sleeps fine... but at the weak up it looses wifi connection and I don't know how to restore it...
    Last edited by Snowhog; May 11, 2012, 08:47 PM.

    Comment


      #3
      Originally posted by lonfo View Post
      Thank you! Now my pc sleeps fine... but at the weak up it looses wifi connection and I don't know how to restore it...
      Let's see what wireless you have. Please reply with the output of
      Code:
      sudo lspci -k

      Comment


        #4
        Originally posted by SteveRiley View Post
        Let's see what wireless you have. Please reply with the output of
        Code:
        sudo lspci -k
        I have fixed it following this thread. Thanks.

        Comment


          #5
          Ah, very good. Glad you got it sorted.

          Comment

          Working...
          X