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 DV7 - 7008TX - Freezes when Laptop Lid Opened - No Event Logs Requires Hard Reboot

    Discussion in 'HP' started by snoopstaa, Feb 26, 2013.

  1. snoopstaa

    snoopstaa Newbie

    Reputations:
    0
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    5
    I have a reccuring intermittent problem with my HP DV7 7008tx Laptop (Windows 7 64 bit), I bought this laptop about 4 months ago and have had the issue since purchase, the issue occurs 1-3 times a week.

    The problem appears to be centered around the laptop screen, when opened Windows 7 freezes and has to be hard reset by holding down the power button.

    BIOS and drivers are all up to date.

    There are no errors in the Windows event log.

    I have checked the power management settings and tried to restore to defaults and create new ones, but that doesn't seem to help. I have the laptop set to do nothing when screen is closed.

    The freeze is very strange also, sometimes the keyboard still responds (to an extent) and mostly the mouse allows movement (and changes from busy to normal state if hovered over different windows), but essentially all of the applications and window are completely frozen. Sometimes the trackpad allows mouse movement, but the usb mouse does not.

    Does anybody have any suggestions as to what this may be, have a solution or if anyone has experienced similar?
     
  2. snoopstaa

    snoopstaa Newbie

    Reputations:
    0
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    5
    I have finally resolved my issue after over a year.

    For anybody else, here is how I did it.

    Firstly I opened the Intel RST Management console and disabled acceleration from the SSD drive that acted as a Cache for the primary drive. Once I did this the freezing stopped completely, turning it back on meant that the issue came back.

    Upon identifying that Intel SSD caching was the problem, I did some more googling and found that it may be due to the Link Power Management functionality within Windows 7 causing a conflict.

    I followed the registry setitng changes from this site and for the last 4 weeks have not had a reccurance of the issue.

    Hope this helps anyone else who may also be having this issue:

    Intermittent SSD Freezing on Newer Laptops - Windows Forums

    In case the site disappears here is the reg entry (not my work)

    Code:
    
    Windows Registry Editor Version 5.00
    
    
    
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port0]
    
    
    "LPM"=dword:00000000
    "LPMDSTATE"=dword:00000000
    "DIPM"=dword:00000000
    
    
    
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port1]
    
    
    "LPM"=dword:00000000
    "LPMDSTATE"=dword:00000000
    "DIPM"=dword:00000000
    
    
    
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port2]
    
    
    "LPM"=dword:00000000
    "LPMDSTATE"=dword:00000000
    "DIPM"=dword:00000000
    
    
    
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port3]
    
    
    "LPM"=dword:00000000
    "LPMDSTATE"=dword:00000000
    "DIPM"=dword:00000000
    
    
    
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port4]
    
    
    "LPM"=dword:00000000
    "LPMDSTATE"=dword:00000000
    "DIPM"=dword:00000000
    
    
    
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\iaStor\Parameters\Port5]
    
    
    "LPM"=dword:00000000
    "LPMDSTATE"=dword:00000000
    "DIPM"=dword:00000000