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

Page 6 of 8 FirstFirst ... 45678 LastLast

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

    MarionGrandJ said:
    DDelo, I appreciate the automation offered by your script to identify parts of Realtek UAD driver's stack we can update.
    But your script doesn't work without modifications in non-English version of Windows or more specifically when using non-English version of dism.exe.
    A simple, but brittle, modification would be to add the option "/English" to each call to dism.exe in your script.
    But I would like to go further by eliminating the output hijacking of dism.exe completely from your script and by replacing them with equivalent powershell command (like the Get-WindowsDriver cmdlet). Is there any script repository where I could submit pull request or open an issue and propose my solution?
    Thank you again for your work.
    Thanks a lot for the recommendation, regarding DISM calls. I will investigate it.

    The reason for using DISM in place of PowerShell's Get-WindowsDriver is purely performance. Get-WindowsDrive is much easier to use, but is very slow compared to DISM, with which I have to parse to get the strings I want.

    And no, there is no repository for the scripts. I create them for own use and the ones I believe that can be helpful to others, I just post them in the respective thread in TenForums.
      My Computer


  2. Posts : 4,300
    Windows 11 Pro 22H3
       #52

    Does this mean I need to get the Realtek drivers somewhere else?
    Determine the DCH (UAD) Realtek driver needed for your Audio Attached Files
      My Computers


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

    Hemimax said:
    Does this mean I need to get the Realtek drivers somewhere else?
    What do you mean by "somewhere else".
    Like where?

    You can update your audio driver in several ways:
    1. From Asus support page, if they have an updated one
    2. From Mokichu drivers (as he's an Asus expert)
    3. From Microsoft Update Catalogue, by downloading the basic driver + the Software Components + the DTS Audio Effects Component, following this tutorial.
      My Computer


  4. Posts : 4,300
    Windows 11 Pro 22H3
       #54

    Sorry my bad, I just meant the basic driver from MUC. Since the script only found the DTS SoftwareComponent it sounds like Mokichu's ROG page is the place to be Please correct my understanding, these fancy new software components are a bit complicated. Thank you for your help, your thread was very helpful!
      My Computers


  5. Posts : 1,224
    Windows 10
       #55

    You don't even need to use the script, just look at device manager.

    Determine the DCH (UAD) Realtek driver needed for your Audio-s1.png

    Determine the DCH (UAD) Realtek driver needed for your Audio-s2.png

    You see an item, you search the same item in MUC. It's not that difficult. I manage to figure this out without knowing anything technical. The only scripts I know how to write is simple Excel macros and VBA scripts.
      My Computer


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

    Hemimax said:
    Sorry my bad, I just meant the basic driver from MUC. Since the script only found the DTS SoftwareComponent it sounds like Mokichu's ROG page is the place to be Please correct my understanding, these fancy new software components are a bit complicated. Thank you for your help, your thread was very helpful!
    Thanks a lot for your kind words and I'm glad you found this useful.

    The purpose of the software components is to take off functionality from the base driver and allow Microsoft to easily test only the driver.
    As you know there are numerous audio implementations around the world, which makes very hard to test compatibility of the driver, when everything was bundled in one package (the legacy HDA driver).
    Nowadays, with the DCH driver, they just test the driver for any incompatibilities and that's all. The rest of the functionality is on the different software components, which may or may not be updated at the same time with the basic driver, which is not mandatory, i.e. they can be dated at a later time.
      My Computer


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

    PowerShell script of Option 1 has been updated.

    Release Notes of Version 1.03 (23-Nov-2021)
    • Fixed detection of Audio control application.
      My Computer


  8. Posts : 27,180
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #58

    Output the new version:
    information   Information

    PS C:\Users\cliff> E:\Documents\WindowsPowerShell\Scripts\InstalledScriptInfos\Check-InstalledDCHComponents.ps1

    Audio Device HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_10438735 is controlled by a DCH Driver.

    Audio Device Driver
    -------------------
    Realtek(R) Audio: hdxasus.inf [6.0.9264.1]

    Audio Control Application*
    --------------------------
    Realtek Audio Control: [1.30.258.0]

    Software Components Drivers
    ---------------------------
    Realtek Asio Component: realtekasio.inf [1.0.0.8]
    Realtek Audio Effects Component: realtekapo.inf [11.0.6000.983]
    Realtek Audio Universal Service: realtekservice.inf [1.0.0.454]
    Realtek Hardware Support Application: realtekhsa.inf [11.0.6000.258]
    A-Volute Nh3 Audio Effects Component: a-volutenh3aposwc.inf [3.3.3.0]

    Audio Extensions Drivers**
    --------------------------
    Realtek Device Extension: hdx_asusext_avo_rtk.inf [6.0.9264.1]
    A-Volute APO Extension: avolutess3ext.inf [1.2.14.0]


    * Audio Control Application is available only from the Microsoft Store.
    ** Audio Extensions Drivers are not available in the Microsoft Update Catalog.

    Operation completed in: 00:00:07.738


    PS C:\Users\cliff>


    Browser opened to:
    https://www.catalog.update.microsoft...20MEDIA%202021

    https://www.catalog.update.microsoft...mponent%202021

    https://www.catalog.update.microsoft...c+3+APO%202021
      My Computers


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

    Cliff S said:
    Output the new version:
    information   Information

    PS C:\Users\cliff> E:\Documents\WindowsPowerShell\Scripts\InstalledScriptInfos\Check-InstalledDCHComponents.ps1

    Audio Device HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_10438735 is controlled by a DCH Driver.

    Audio Device Driver
    -------------------
    Realtek(R) Audio: hdxasus.inf [6.0.9264.1]

    Audio Control Application*
    --------------------------
    Realtek Audio Control: [1.30.258.0]

    Software Components Drivers
    ---------------------------
    Realtek Asio Component: realtekasio.inf [1.0.0.8]
    Realtek Audio Effects Component: realtekapo.inf [11.0.6000.983]
    Realtek Audio Universal Service: realtekservice.inf [1.0.0.454]
    Realtek Hardware Support Application: realtekhsa.inf [11.0.6000.258]
    A-Volute Nh3 Audio Effects Component: a-volutenh3aposwc.inf [3.3.3.0]

    Audio Extensions Drivers**
    --------------------------
    Realtek Device Extension: hdx_asusext_avo_rtk.inf [6.0.9264.1]
    A-Volute APO Extension: avolutess3ext.inf [1.2.14.0]


    * Audio Control Application is available only from the Microsoft Store.
    ** Audio Extensions Drivers are not available in the Microsoft Update Catalog.

    Operation completed in: 00:00:07.738


    PS C:\Users\cliff>


    Browser opened to:
    https://www.catalog.update.microsoft...20MEDIA%202021

    https://www.catalog.update.microsoft...mponent%202021

    https://www.catalog.update.microsoft...c+3+APO%202021
    Thanks a lot for the test Cliff..
    It looks good to me....what do you think?
      My Computer


  10. Posts : 27,180
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #60

    A reminder to UAD Avolute/Nahimic users, the higher driver number is not what to go by.
    Some versions are for motherboards, some for laptops, and there is also difference in manufactures.
    Best for Nahimic to just let the store update your 3rd party app like SonicStudio 3 for ROG owners.
      My Computers


 

  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 23:39.
Find Us




Windows 10 Forums