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

Page 5 of 8 FirstFirst ... 34567 ... LastLast

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

    thewaywardgeek said:
    So, as stated in your post and just to clarify, it is ok to update the "COMPATIBLE" Drivers ONLY thru Device Manager and just leave out the "NOT COMPATIBLE" ones… correct?
    Hi and welcome to TenForums

    Yep. For each audio component in Device Manager, just point to the folder with the new drivers and let it do its thing!
    Just have in mind that only the base Realtek driver and the Software components can be installed via Device Manager. The Extensions cannot be updated that way, since they don't exist in Device Manager.
    Once you update the Software Components, the corresponding Extension will be updated automatically by Windows Update, within the next couple of days. That's the general rule.
    In your case, since you also have the corresponding Extensions in the new driver folder, the Software Component might find it and install it. I haven't tested that, so I'm not sure if it works. Just try and see.

    If you don't mind, try also the "NOT Compatible" ones, to see if they will be installed. The "Compatibility" test of the script besides the existence of the .inf file and the check for the component's HWid in it, also checks if the number of files of the new driver and the installed one is the same. This last check is not accurate as the vendor (Waves Audio, in your case) might decide to add or remove files from its driver, which doesn't necessarily deem the new driver incompatible.
    I'm trying to resolve this issue in a later version of the script.
    Last edited by ddelo; 05 Feb 2021 at 01:32.
      My Computer


  2. Posts : 9
    Microsoft Windows 10
       #42

    ddelo said:
    Hi and welcome to TenForums

    Yep. For each audio component in Device Manager, just point to the folder with the new drivers and let it do its thing!
    Just have in mind that only the base Realtek driver and the Software components can be installed via Device Manager. The Extensions cannot be updated that way, since they don't exist in Device Manager.
    Once you update the Software Components, the corresponding Extension will be updated automatically by Windows Update, within the next couple of days. That's the general rule.
    In your case, since you also have the corresponding Extensions in the new driver folder, the Software Component might find it and install it. I haven't tested that, so I'm not sure if it works. Just try and see.

    If you don't mind, try also the "NOT Compatible" ones, to see if they will be installed. The "Compatibility" test of the script besides the existence of the .inf file and the check for the component's HWid in it, also checks if the number of files of the new driver and the installed one is the same. This last check is not accurate as the vendor (Waves Audio, in your case) might decide to add or remove files from its driver, which doesn't necessarily deem the new driver incompatible.
    I'm trying to resolve this issue in a later version of the script.
    AWESOME! Thank you @ddelo for your insight and reply! Will try to install it using the Manufacturer's Installer first and see what would be updated.
      My Computer


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

    thewaywardgeek said:
    AWESOME! Thank you @ddelo for your insight and reply! Will try to install it using the Manufacturer's Installer first and see what would be updated.
    The Manufacturer's installer should install everything properly!
    The PowerShell script is intended for people who want to manually update, by downloading new drivers from Microsoft Update Catalog.
      My Computer


  4. Posts : 9
    Microsoft Windows 10
       #44

    ddelo said:
    The Manufacturer's installer should install everything properly!
    The PowerShell script is intended for people who want to manually update, by downloading new drivers from Microsoft Update Catalog.
    Well, it ended up not working(No Sound at all), so uninstalled the latest driver, cleaned using DDU and Driver Restore Explorer, and installed the Manufacturer's Recommended Drivers AND individually installed the COMPATIBLE ones and so far WORKING!

    Here is my results for my components as of:


    Code:
    Audio Device INTELAUDIO\FUNC_01&VEN_10EC&DEV_0256&SUBSYS_10280825 is controlled by a DCH Driver.
    
    Audio Device Driver
    -------------------
    Realtek(R) Audio: hdxdellsstcsmb2018.inf [6.0.9098.1]
    
    Audio Control Application*
    --------------------------
    No Audio Control Application is installed.
    
    Software Components Drivers
    ---------------------------
    Realtek Asio Component: realtekasio.inf [1.0.0.7]
    Realtek Audio Effects Component: realtekapo.inf [11.0.6000.860]
    Realtek Audio Universal Service: realtekservice.inf [1.0.0.327]
    Waves Audio Effects Component: wavesapo75de.inf [3.2.0.81]
    
    Audio Extensions Drivers**
    --------------------------
    Realtek Device Extension: hdx_dellcsmbext_waves.inf [6.0.9098.1]
    Dell Device Extension: dellaudioextwaves.inf [1.3.2.259]
    
    
    *  Audio Control Application is available only from the Microsoft Store.
    ** Audio Extensions Drivers are not available in the Microsoft Update Catalog.

    Thank you @ddelo and @Grom0X for your help!
    Last edited by thewaywardgeek; 05 Feb 2021 at 10:31.
      My Computer


  5. Posts : 27,181
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #45

    Hey Dimitry!
    This your song?
      My Computers


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

    Cliff S said:
    Hey Dimitry!
    This your song?
    Hey Cliff....I'm a singer/guitarist and didn't know it.
    No, it's not mine, but Thanx man!!!
      My Computer


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

    thewaywardgeek said:
    Well, it ended up not working(No Sound at all), so uninstalled the latest driver, cleaned using DDU and Driver Restore Explorer, and installed the Manufacturer's Recommended Drivers AND individually installed the COMPATIBLE ones and so far WORKING!

    Here is my results for my components as of:


    Code:
    Audio Device INTELAUDIO\FUNC_01&VEN_10EC&DEV_0256&SUBSYS_10280825 is controlled by a DCH Driver.
    
    Audio Device Driver
    -------------------
    Realtek(R) Audio: hdxdellsstcsmb2018.inf [6.0.9098.1]
    
    Audio Control Application*
    --------------------------
    No Audio Control Application is installed.
    
    Software Components Drivers
    ---------------------------
    Realtek Asio Component: realtekasio.inf [1.0.0.7]
    Realtek Audio Effects Component: realtekapo.inf [11.0.6000.860]
    Realtek Audio Universal Service: realtekservice.inf [1.0.0.327]
    Waves Audio Effects Component: wavesapo75de.inf [3.2.0.81]
    
    Audio Extensions Drivers**
    --------------------------
    Realtek Device Extension: hdx_dellcsmbext_waves.inf [6.0.9098.1]
    Dell Device Extension: dellaudioextwaves.inf [1.3.2.259]
    
    
    *  Audio Control Application is available only from the Microsoft Store.
    ** Audio Extensions Drivers are not available in the Microsoft Update Catalog.

    Thank you @ddelo; and @Grom0X for your help!
    Glad you got it working!!!
      My Computer


  8. Posts : 516
    Windows 10 Enterprise
       #48

    Nice work in this section DDELO

    Just for your information, new Z590 series high end boards have the new Realtek 4080 codec series.
    They don't use the usual HDA or UAD drivers because this codec is USB audio.
    Download latest (universal) drivers (6.3.9600.2277) HERE
    Or get official version from Asus HERE (4080)
      My Computer


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

    Zardoc said:
    Nice work in this section DDELO

    Just for your information, new Z590 series high end boards have the new Realtek 4080 codec series.
    They don't use the usual HDA or UAD drivers because this codec is USB audio.
    Download latest (universal) drivers (6.3.9600.2277) HERE
    Or get official version from Asus HERE (4080)

    Thanks a lot for the info!!!
      My Computer


  10. Posts : 1
    Windows10 & Linux
       #50

    Script in non-English setup


    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.
      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 07:38.
Find Us




Windows 10 Forums