Determine the HDA Realtek driver needed for your Audio

Page 50 of 51 FirstFirst ... 4048495051 LastLast

  1. Posts : 44
    win 10 ver. 1809 Os build 17763.404
       #491

    Difficulty in Powershell and following the instructions herein


    Determine the HDA Realtek driver needed for your Audio-scripts.png

    I tried earnestly to follow the instructions in the above-formula (or that is by Powershell) and I have snippited copy of the results from my Powershell in this endeavor.
    Is it possible to have a look at it if you may be able to ascertain what I need to go back in and correct or if there's other recommended info. in order to hopefully pursue the correct "HDA" driver that this Lenovo
    Desktop PC can apply. And, of course, uninstalling the Audio Console for Audio Manager as preference.
      My Computer


  2. Posts : 2,450
    Windows 10 Pro x64
    Thread Starter
       #492

    The problem seems to be a “file not found” one.

    So, please follow these steps:
    1. Download the .ps1 file from here and save it any place you want.
    2. Go to the folder you saved it, right click on the file, unblock it and then copy it [Ctrl-C]. If it’s saved in your Downloads folder, skip step 3
    3. Then go to your Downloads folder and paste it [Ctrl-V] there.
    4. Open Powershell as Administrator.
    5. Type the command Set-ExecutionPolicy Bypass -Scope Process -Force
    6. Type the command cd $env:USERPROFILE\Downloads
    7. Type the command .\RealtekAudioDriverIntegration.ps1


    If everything fails, do the following:

    1. Download the .ps1 file from here and save it any place you want in your C: drive.
    2. Open Powershell as Administrator.
    3. Type the command Set-ExecutionPolicy Bypass -Scope Process -Force
    4. Type the command dir C:\ "RealtekAudioDriverIntegration.ps1" -Recurse -ea 0 | Unblock-File
    5. Type the command dir C:\ "RealtekAudioDriverIntegration.ps1" -Recurse -ea 0 | select -First 1 | % { & $_.FullName }

    Then post the results here.
    Last edited by ddelo; 20 Aug 2022 at 05:56.
      My Computer


  3. Posts : 44
    win 10 ver. 1809 Os build 17763.404
       #493

    Thanks for the Fixer


    It worked!Determine the HDA Realtek driver needed for your Audio-hdxrtbase-inf.png

    Do you know (now) if this is the actual driver that i want to install over the UDA or in place of those? Because
    the name includes hdx and ... base.inf (if that's another name or is the same as the powershell hdxrtbase.inf?Determine the HDA Realtek driver needed for your Audio-part-.png
    Last edited by leis; 20 Aug 2022 at 14:33.
      My Computer


  4. Posts : 2,450
    Windows 10 Pro x64
    Thread Starter
       #494

    leis said:

    Do you know (now) if this is the actual driver that i want to install over the UDA or in place of those? Because
    the name includes hdx and ... base.inf (if that's another name or is the same as the powershell hdxrtbase.inf?
    You have a DCH (UAD) driver installed and not the legacy HDA one.
    The file needed for your driver is the hdxrtbase.inf and that’s the one you have installed and the one needed for every update.
    To see what’s installed, I would suggest to look at this post Determine the DCH (UAD) Realtek driver needed for your Audio, now that you’re more familiar with PowerShell
    To update follow this very detailed tutorial Tutorial for updating DCH/UAD drivers
      My Computer


  5. Posts : 44
    win 10 ver. 1809 Os build 17763.404
       #495

    The process of drivers


    Wow-that tutorial's pretty mighty. I'm slowly trying to absorb and have re-read it. One thing i got to an Intel graphics driver link, and it updated the graphics driver. I'm still stuck in the UAD drivers not legacy so i can't call HDA. And so, with the given is it that I need to take my .inf driver found that I have and match up to the site where the MUC catalog is and obtain the driver from there while still being under the umbrella of manufacturer's Lenovo sound driver?
    I may have confused you with my confusion of the question. Apologize in advance.
      My Computer


  6. Posts : 2,450
    Windows 10 Pro x64
    Thread Starter
       #496

    leis said:
    Wow-that tutorial's pretty mighty. I'm slowly trying to absorb and have re-read it. One thing i got to an Intel graphics driver link, and it updated the graphics driver. I'm still stuck in the UAD drivers not legacy so i can't call HDA. And so, with the given is it that I need to take my .inf driver found that I have and match up to the site where the MUC catalog is and obtain the driver from there while still being under the umbrella of manufacturer's Lenovo sound driver?
    I may have confused you with my confusion of the question. Apologize in advance.
    You don’t need a Lenovo driver from MUC. It’s good if there is one, but it’s not a prerequisite for updating..
    The only prerequisite is the .cab file you download from MUC to contain the hdxrtbase.inf file you need for your installation.

    Try to read carefully the tutorial. It’s actually very easy, once you understand it.
      My Computer


  7. Posts : 1,223
    Windows 10
       #497

    leis said:
    Wow-that tutorial's pretty mighty. I'm slowly trying to absorb and have re-read it. One thing i got to an Intel graphics driver link, and it updated the graphics driver. I'm still stuck in the UAD drivers not legacy so i can't call HDA. And so, with the given is it that I need to take my .inf driver found that I have and match up to the site where the MUC catalog is and obtain the driver from there while still being under the umbrella of manufacturer's Lenovo sound driver?
    I may have confused you with my confusion of the question. Apologize in advance.
    Just go to MUC and download 6.0.9366.1 (the 11.6 MB one), your hardware id is in the HDXLV.inf.

    This is why I said ddelo's script is completely redundant 3 days after it was released. It just confuses end-users. If your computer already comes with dch driver, then by definition your hardware id is already in the all oem muc cat file.

    Determine the DCH (UAD) Realtek driver needed for your Audio
      My Computer


  8. Posts : 44
    win 10 ver. 1809 Os build 17763.404
       #498

    I thank you, ddelo and anyone here that's genuinely good people trying to help or (almost) teach your expertise. I'll read the tutorial Determine again as I'm still kind of fogged on it, but just keep trying. *

    I don't mean to drive you baddy, but when i got to the microsoft catalog and punched in my #it's showing me a series of the drivers same date and byte size and since I'm sticking with win. 10, i thought to exclude the windows 11 package. As the goal is to have the Audio Manager installed-back and those other drivers. Do you think one of these packages are suitable over the other or...? THANKS really!

    Determine the HDA Realtek driver needed for your Audio-realtek.png
    Last edited by leis; 21 Aug 2022 at 20:15.
      My Computer


  9. Posts : 1,223
    Windows 10
       #499

    Your computer has dch drivers so you can't install legacy drivers.

    All the MUC entries point to the same cat file.
      My Computer


  10. Posts : 44
    win 10 ver. 1809 Os build 17763.404
       #500

    I had the Audio Manager on the computer just a month ago until i allowed the updated Realtek driver now it has the Realtek Audio Console. If I can't get back to the installation of drivers to use the Audio Manager instead of this audio console that doesn't even open on my computer anyway, then ditching this "controlled" computer. So I don't understand this whole time, I thought i was heading back to the drivers before the UAD new ones.
      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 14:35.
Find Us




Windows 10 Forums