Aspire V5 Touch 571p Windows 7 Delay/Freeze Problem

Options
elvisghost
elvisghost Member Posts: 2 New User

I downgraded an old V5 Touch  571p to Windows 7. All works perfect (inclusive Touchscreen) but i notice a delay/freeze at startup.

 

I found this article in the forum from 2013:

http://community.acer.com/t5/2013-Archives/Downgrade-an-Acer-Aspire-V5-471G-pre-installed-Windows-8-to/td-p/79747

 

-----

Alan-Londen wrote in the article  :

I did have to iron out the odd issue after installation but I guess I have been the only one affected as I have seen no posts relating to my issues here! In particular, I did encounter an occasional 10 second or so freeze. I tracked that down to an Intel driver problem which was easily fixed by a registry edit. (Intel changed their driver but forgot to add a couple of subsequently required registry keys Doh!)

-----

 

It seems Alan-London had the same Problem but there is no info about the exact registry entry he made Smiley Sad

I hope someone (perhaps Alan-London is still here) still knows the answer!

 

 

thanks in advance!

 

 

 

Answers

  • Alan-London
    Alan-London ACE Posts: 793 Pioneer
    Options

    Yes, I am here and I do remember. However, the problem I had was not related to a startup delay exactly so it may not solve your particular issue.

     

    http://community.acer.com/t5/2013-Archives/My-Aspire-S7-stops-responding-for-a-few-seconds-once-in-a-while/m-p/86637#M46887

     

    Here is a 'reprint' of my original post:

     

    ----------------------------------------------

    I've had a quick look and it appears that your model does not employ Intel Rapid Storage Technology. However, I could be wrong so do check your event log for the error I detailed in my first post. If you've cleared your logs, wait until the problem appears once more and then check again. If you don't see the error then this fix will not help you (applying it will do nothing other than add clutter to your registry).

     

    A little history...

    Intel Rapid Storage Technology (IRST) originally added entries to the registry when installed. Since version 10, Intel modified the app to use default settings embedded in the program - registry entries are no longer used by default. However, IRST seems to check for entries and if present, it would use them. The problem only arises if version 10 is a new install and the default settings do not meet your hardware requirements. When that is the case, you could well experience temporary freezing. This wasn't a problem if you upgraded of course as you would have suitable entries in your registry.

    The solution is to simply add the appropriate entries.

    This is an export of the entries I added:

    ----------------

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servi​ces\iaStor\Parameters]

    "BusType"=dword:00000003

     

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servi​ces\iaStor\Parameters\Port0]

    "LPM"=dword:00000000

    "LPMSTATE"=dword:00000000

    "DIPM"=dword:00000000

    "LPMDSTATE"=dword:00000000

     

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servi​ces\iaStor\Parameters\Port1]

    "DIPM"=dword:00000000

    "LPM"=dword:00000000

    "LPMDSTATE"=dword:00000000

    "LPMSTATE"=dword:00000000

    ----------------

    Copy the lines between the '----------------' (but don't include them).

    Paste into a text file and finally, change the file type from .txt to .reg

    Double click the file and follow the instructions to add to registry.

     

    Note that I included the second entry (Port1) because I have a DVD drive. I don't honestly know if I needed to do that.

     

    Should you try this? Well, that is a decision for you! You may wish to do a little reading (or a lot!) on the Intel site to gain a better understanding.

    All I can really tell you is that I had the freezing problem (10 to 20 seconds or so) together with the error in the log. After I made the registry changes I have *never* had a freezing episode since. Neither have I seen the error reappear in my log.  My machine (M5-581TG) is lightning fast so I am more than happy that the fix has had no detrimental consequences.

     

    Finally, if you do decide to give it a go, I would suggest you check your registry first and if you do find entries present, export them before you add mine so you can put them back if needs be.

    ----------------------------------------------

     

     

  • elvisghost
    elvisghost Member Posts: 2 New User
    Options

    Thank You !