The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    HP Pavilion dv6 laptop frozen after closing lid

    Discussion in 'Linux Compatibility and Software' started by hanging.wednesday, Apr 6, 2011.

  1. hanging.wednesday

    hanging.wednesday Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    I just finished installing Ubuntu 10.10 last night. Today, while in Ubuntu I shut the lid of my lap top because I had to hurry to take care of something.

    When I attempted to reopen the laptop and start using it again I had to turn it on via the power button which was odd. It was also odd that it appeared to come back on, but the screen stayed off.

    The fan spins up and is going harder than usual and the keyboard seems unresponsible. I've tried Ctr + Alt + F keys to try and see if that was the issue, but no luck so far.

    I've seen this question asked for this model as I looked for solutions and have never seen a solid answer to it. I would -really- appreciate any feedback possible.

    Edit: The laptop is an HP Pavilion dv6 running with an AMD64 processor.
     
  2. timberwolf

    timberwolf Notebook Consultant

    Reputations:
    131
    Messages:
    288
    Likes Received:
    0
    Trophy Points:
    30
  3. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    What kind of video card do you have?

    You can change the lid action to 'nothing' using gconf-editor to prevent it from suspending or blanking when the lid is closed (see the attached screenshot):
    Code:
    gconf-editor /apps/gnome-power-manager/buttons/
    It may forcibly blank from the BIOS when the lid is closed - ASUS systems tend to do this. I'm not sure about HP.

    If the screen fails to come back after suspend, you can manually try different quirks for pm-suspend. See the pm suspend manpage ( man pm-suspend).

    For example see --quirk-dpms-on or --quirk-vbe-post

    You can also install the uswsusp package and see if s2ram --force works any better.

    After a forced poweroff you may want to run fsck (file system check). You can force one at startup with:
    Code:
    sudo -s
    >/forcefsck
    or
    Code:
    sudo sh -c ">/forcefsck"
    or

    Code:
    sudo touch /forcefsck
     

    Attached Files:

  4. Thaenatos

    Thaenatos Zero Cool

    Reputations:
    1,581
    Messages:
    5,346
    Likes Received:
    126
    Trophy Points:
    231
    Possible sleep/hibernate issue with the current kernel?