sleep versus hibernate versus hybrid sleep

Page 5 of 5 FirstFirst ... 345

  1. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #41

    sdowney717 said:
    You got it, I have been upgrading the graphics driver through the Intel driver management page many times, on every single upgrade, and the sleep problem stayed with it the whole time, like over a year.

    I even did it manually sometimes.

    It took an uninstall-reboot to clear the issue away.
    Still working ..... Wonderful
      My Computer


  2. Posts : 1,257
    win10 PRO on 5 PC's and Linux mint
    Thread Starter
       #42

    steve108 said:
    Still working ..... Wonderful
    it's been flawlessly sleeping. yes sir.

    - - - Updated - - -

    Maybe Intel should fix their driver install process? Would have saved me a lot of grief.
    I can't believe I am the only one had this problem.
      My Computer


  3. Posts : 17,034
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #43

    I'm glad it's working now but I do not understand what deleting the Device mgr entry did that simple driver reinstallation did not do.

    Now that it is fixed, do consider
    Backup and Restore Device Drivers - TenForumsTutorials

    When I backup my drivers, which I only do when a driver or piece of hardware has changed, I also make 6 lists of driver & hardware properties using a batch file. This might seem excessive and it has only helped me out of a hole once*** but I do know that there would have been no other solution in that particular case.

    Just to avoid a lot of toing & froing, I'll assume you are interested.
    The batch file calls Powershell commands which are all built-in and ready.
    The batch file also calls three NirSoft utilities - These are 'portable' utilities which means they are not installed; they are merely run as they are.
    DriverView - properties of installed drivers
    InstalledDriversList - properties of installed drivers [just a slightly different take on the same idea]
    DevManView - a Device manager equivalent
    I keep each NirSoft utility in a subfolder of its own so I can manage them all easily. Some of them create configuration files [containing user preferences] and using separate subfolders ensures I do not get them mixed up.

    This is my batch file - BackupDrivers.bat
    Code:
    Set BackupFolder=E:\InstallFiles\%ComputerName%\InstalledDrivers
    Set NirSoftFolder=C:\Tools\External\NirSoft
    
    :: Export drivers - this is the command suggested in Backup and Restore Device Drivers - TenForumsTutorials
    Dism /online /export-driver /destination:%BackupFolder%
    
    :: DriversLists
    powershell.exe Get-WindowsDriver -Online ^| Export-CSV '%BackupFolder%\DismDriversList-3rdParty.csv'
    powershell.exe Get-WindowsDriver -Online -all ^| Export-CSV '%BackupFolder%\DismDriversList-All.csv'
    
    :: Get HardwareIDs list
    powershell.exe Get-WmiObject Win32_PNPEntity ^| Select Name, Manufacturer, DeviceID, Status ^| Export-CSV "%BackupFolder%\HardwareIDs.csv"
    
    :: Get DriverView output
    %NirSoftFolder%\DriverView\DriverView.exe /scomma "%BackupFolder%\DriverView.csv"
    
    :: Get InstalledDriversList output
    %NirSoftFolder%\InstalledDriversList\InstalledDriversList.exe /scomma "%BackupFolder%\InstalledDriversList.csv"
    
    :: Get DevManView output
    %NirSoftFolder%\DevManView\DevManView.exe /scomma "%BackupFolder%\DevManView.csv"
    - You need to alter the lines beginning Set BackupFolder and Set NirSoftFolder to match where you want to put things
    - You can omit any lines that you do not intend to use.
    - I use csv file outputs because they can be opened in Excel & searched/manipulated as required.
    - I created the folder C:\Tools as a repository for all my scripts [batch files, PS, VBS, external third-party 'portable' utilities such as NirSoft ones] and protected it in the same way that, for example, C:\Program files is protected. I used the procedure in Set up my Tools folder ditty - TenForums

    Denis




    *** These lists helped me out of a hole once. I have only described the details so you can understand how rarely my driver backups are useful yet how essential they are.
    - I got a new computer.
    - I made a system image then backed up the drivers & made the driver properties lists I've mentioned.
    - I reinstalled Windows. Irrelevant comment - I reinstalled to remove Android as it was originally a dual-boot Windows & Android device.
    - I worked through all the driver installation files provided by the maker [Chuwi, from whom I would never buy again].
    - I made a new system image then again backed up the drivers & made the driver properties lists I've mentioned but to a different %BackupFolder% so I kept the original driver backups intact.
    - The built-in camera did not work. The touchscreen did not work correctly.
    - I worked through my driver properties lists and discovered that the maker had provided the correct drivers in the computer at purchase but their driver download file contained drivers for the wrong devices [and still does].
    - I worked through the driver properties lists to confirm the HardwareIDs of the problem devices then looked up the corresponding entries in the original driver backup by cross-referencing entries in the various lists. Doing all this involved using 4 of my 6 driver properties lists so I concluded that going overboard on these lists was worthwhile.
    - Having positively identified them, I installed the drivers for the problem devices from the original driver backup.
    - The camera worked. The touchscreen worked correctly.
    - I have, since then, posted the correct drivers online for six other users who had not made driver backups of their own. They had been struggling for quite some time and had found no other solution.
      My Computer


  4. Posts : 1,257
    win10 PRO on 5 PC's and Linux mint
    Thread Starter
       #44

    Try3 said:
    I'm glad it's working now but I do not understand what deleting the Device mgr entry did that simple driver reinstallation did not do.
    Dont know why, but it showed under powercfg /requests that driver issue was preventing proper sleeping.
    Remember that if you helping someone like me.
    I also thought installing the driver over top fixed driver issues, but it obviously did not in my case.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 11:26.
Find Us




Windows 10 Forums