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

Discus and support Determine the DCH (UAD) Realtek driver needed for your Audio in Windows 10 Drivers and Hardware to solve the problem; Although discussed and implemented long before, starting from early 2018, a new type of Windows drivers has become the de facto standard for new PCs.... Discussion in 'Windows 10 Drivers and Hardware' started by ddelo, Oct 13, 2020.

  1. ddelo Win User

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


    Although discussed and implemented long before, starting from early 2018, a new type of Windows drivers has become the de facto standard for new PCs.

    The DCH (Declarative Componentized Hardware supported apps) drivers.

    Windows DCH Drivers are driver packages that will install and run on Universal Windows Platform (UWP) based editions of Windows 10.

    As their name implies the new DCH drivers are componentized. Meaning that the driver is not a big file containing all required components (Software components, Extensions, Driver control app), but just the driver itself, whereas the other required components are stored in separate files and can be updated individually.

    For the audio device the new DCH drivers are replacing the legacy HDA (High Definition Audio) drivers. These new DCH drivers are also called UAD (Universal Audio Driver) by the dominant Audio codec Manufacturer, Realtek.

    Differences between the old legacy HDA drivers and the new DCH (UAD) drivers
    There is not really a better one compared to the other. Functionality-wise they are the same, it's just a different driver architecture. And it's just much easier to Microsoft, who imposed the new architecture, to test the base driver's compatibility and provide updates, than having to test the enormous number of different implementations from every system Manufacturer.
    1. If you are using Windows 10, it is recommended to use the UAD drivers, if your hardware is compatible, as they are more futureproof and the ones updated regularly those days compared to the HDA ones.
    2. HDA Drivers use Win32/Legacy apps, (Realtek HD Audio Manager) whereas UAD Drivers use UWP apps downloaded from the Microsoft Store (Realtek Audio Control).
    3. HDA Drivers have a system tray icon, which you can disable, whereas the DCH drivers don't have a tray icon.

    Each system manufacturer uses different components to provide audio. Besides the Realtek base driver itself and the required Realtek software components, OEMs might include third-party audio components in their audio implementation (Nahimic, Sound Research, Fortemedia etc).

    Since the DCH drivers is componentized, different audio components can be updated at different times.
    The basic guideline for installing an audio DCH driver, if your system is compatible to the DCH architecture (i.e. is built after early 2018), is to first use the OEM provided driver package to install the DCH driver.

    For audio drivers (display drivers are a completely different story and they should be updated according to the Manufacturers instructions), once the recommended by the Manufacturer DCH driver has been installed, the driver can be updated in one the following ways:
    1. Download and install the provided by the manufacturer update package.
    2. Use third-party created update packages (like the ones provided by the audio driver guru Mokichu)
    3. Since not all manufacturers are offering an updated driver that frequently, users can create their own update packages from the Microsoft Update Catalog. To do that use this very informative post Tutorial for updating DCH/UAD drivers.

    It should be noted that the following method applies only to Realtek DCH (UAD) drivers and not the legacy HAD ones.
    For the legacy HDA driver refer to Determine the HDA Realtek driver needed for your Audio


    How to run the PowerShell scripts
    To run each of the following PowerShell scripts, please follow these steps:
    1. Download the script, save it on your Desktop (or any other convenient folder) and unblock it.
    2. Open PowerShell as Administrator and run the script.

    To run the script you must first make a note of the folder where the script has been saved. Once you know where it is located you can run it in any of the following two ways:
    In PowerShell, either navigate to the folder where the script is located and run it from there. e.g. if you want to run the script of Option 1, if it is saved in the Downloads folder you type the following two commands:
    cd $env:USERPROFILE\Downloads
    .\Check-InstalledDCHComponents.ps1

    Or

    If you want to run the script from your current location in PowerShell and the script is saved in your Downloads folder, type the following command:
    & $env:USERPROFILE\Downloads\Check-InstalledDCHComponents.ps1


    If you haven't already changed the PowerShell ExecutionPolicy to allow running scripts, you need to do it. So before running the script (or any other script, from a source you trust), run the following command to allow the script to run in the current PowerShell session.

    Set-ExecutionPolicy Bypass -Scope Process

    Remember that closing the PowerShell window your ExecutionPolicy returns to its defaults, for every new PowerShell window (session).



    Contents
    • Option One: Detect the installed driver and all audio components, with PowerShell
    • Option Two: Check if your Audio device is compatible with a downloaded Realtek driver or audio package driver, with PowerShell





    Option One [/i] Detect the installed driver and all audio components, with PowerShell
    To determine which are the already installed audio components and their driver version, in order to search the Microsoft Update Catalog for updates, you can run the following script:

    Check-InstalledDCHComponents.ps1

    Download

    When run as described above, the script will give you all the audio components you currently have installed for your Realtek Audio device along with each components driver version.
    You can use this list to search and update your Realtek driver and all Realtek and third-party audio components.

    Example of script output:

    Determine the DCH (UAD) Realtek driver needed for your Audio [​IMG]


    In addition, the script will create a log file named DCH-Components.log on the users Desktop, which you can examine or post in this thread to verify that the results produced are accurate.

    Example of the log file, the script creates on the user's Desktop:

    Determine the DCH (UAD) Realtek driver needed for your Audio [​IMG]


    When the script finishes, it will open on the default browser one tab for each audio component to be updated. Each tab will be on the Microsoft Update Catalog having searched for the respective audio component. Refine each search (year, OS, HW id), so you can find the latest version of the audio component.

    Two very important notes:
    1. The Audio control app, is not available in the MUC, but needs to be updated from the Microsoft store, as its a UWP application package. The update of the Audio control app should be done after updating the "Realtek Hardware Support Application" Software Component.

    2. Any installed extensions found by the script, are provided for reference only and cannot be updated via Microsoft Update Catalog, as these updates are not yet available by Microsoft in the MUC. They will be updated automatically by Windows Update at a later time.




    The script has been tested and runs well (many thanks to @Cliff S for his time to test it), but like every piece of software, the more people run it and give feedback the better it will become.
    It will not harm your system, as it doesnt make any changes to anything and if it doesnt provide accurate results, you can post the contents of the log file it creates on your desktop, to find the reason it failed.

    That's it. You now know, which Audio DCH driver components you have installed. Find the appropriate driver for each audio component and update to the latest version!


    Option Two [/i] Check if your Audio device is compatible with a downloaded Realtek driver or audio package driver, with PowerShell

    To check if a downloaded DCH Realtek driver or package of drivers is compatible with your audio device, follow the instructions given above on how to run a PowerShell script and run the following script.

    Check-DCHDriverCompatibility.ps1

    Download

    When the script is run, it will open a folder picker window and ask you to provide the location where the downloaded Realtek driver/package has been expanded/extracted.
    The folder you choose, can be either a folder with a single driver (e.g. just the base Audio driver) or a collection of subfolders with drivers and or packages.
    Please note that the driver(s) should be expanded, as the script doesnt look within compressed files (.cab, .zip, .rar etc)


    Determine the DCH (UAD) Realtek driver needed for your Audio [​IMG]


    It will then check if the audio driver and all installed audio components in the selected folder include your systems Realtek audio device Hardware ID and give you the path of the Compatible driver to be used for updating each of the Audio components.


    Determine the DCH (UAD) Realtek driver needed for your Audio [​IMG]

    Thats it.


    HTH. *Smile
    Dimitri

    :)
     
    ddelo, Oct 13, 2020
    #1

  2. Realtek Audio Control

    that's great!

    btw, the link that JerichoFlores mentioned has v6.0.8911.1 of the Realtek UAD Driver from early March 2020 which qualifies for using Realtek Audio Console. Looks like you needed to replace that old 7848 Realtek HDA driver with a more recent UAD/DCH version
    like 8911.
     
    erpmanila3w, Oct 13, 2020
    #2
  3. Realtek Audio Control

    Realtek Audio Control from MS store requires a UAD/DCH based Realtek audio driver, which is at least version 6.0.1.83xx something (ex. 6.0.1.8348 & 6.0.1.8356 from late January 2018 and newer) AND supplied by the PC manufacturer of your computer.

    your Realtek HD audio driver version is
    too old to be using Realtek Audio Control, Gholyaa.

    ask the OEM or PC manufacturer of your machine to see if a Realtek UAD driver is available.
     
    erpmanila3w, Oct 13, 2020
    #3
  4. Ownsin Win User

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

    Realtek Audio Console REQUIRES a Realtek HD (UAD) Driver!!

    Here's the issue. You saw that driver you linked for my Mobo on the Asrock driver page. It actually doesn't work with the Realtek Audio Console at all. This is why I'm looking for a newer one that would work or figure out the reason it's not working.
     
    Ownsin, Oct 13, 2020
    #4
Thema:

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

Loading...
  1. Determine the DCH (UAD) Realtek driver needed for your Audio - Similar Threads - Determine DCH UAD

  2. I need a Realtek audio driver

    in Windows 10 Gaming
    I need a Realtek audio driver: I need a Realtek audio driver https://answers.microsoft.com/en-us/windows/forum/all/i-need-a-realtek-audio-driver/a2a85a68-7b57-48a6-8459-b05d97d40bcb
  3. I need a Realtek audio driver

    in Windows 10 Software and Apps
    I need a Realtek audio driver: I need a Realtek audio driver https://answers.microsoft.com/en-us/windows/forum/all/i-need-a-realtek-audio-driver/a2a85a68-7b57-48a6-8459-b05d97d40bcb
  4. I need a Realtek audio driver

    in Windows 10 Drivers and Hardware
    I need a Realtek audio driver: I need a Realtek audio driver https://answers.microsoft.com/en-us/windows/forum/all/i-need-a-realtek-audio-driver/a2a85a68-7b57-48a6-8459-b05d97d40bcb
  5. Uninstalling Realtek UAD and installing fresh drivers (HDA)

    in Windows 10 Drivers and Hardware
    Uninstalling Realtek UAD and installing fresh drivers (HDA): Hey there! Is there a way to uninstall completely current Realtek Audio driver and install fresh one from our site, from here? Latest Realtek HD Audio Driver Version [2] I'm not a fan of this UAD driver, want to change to legacy one, if there is a option to do such thing If...
  6. Tutorial for updating DCH/UAD drivers

    in Windows 10 Drivers and Hardware
    Tutorial for updating DCH/UAD drivers: Admin: please put this in the stick. People have asked me to do a tutorial on how to update Realtek UAD drivers, so here is a brief outline on how I update my Realtek UAD driver. 1) The proper name for Realtek UAD driver in Microsoft's language is DCH driver. Legacy drivers...
  7. Determine the HDA Realtek driver needed for your Audio

    in Windows 10 Drivers and Hardware
    Determine the HDA Realtek driver needed for your Audio: Here, at Tenforums, we have a very looong and detailed thread regarding updates to the Realtek HD Audio Driver Version, which is maintained regularly. One of the most asked questions in this thread, is which type of Realtek driver one needs to update his Audio, since there...
  8. Realtek Audio Console REQUIRES a Realtek HD (UAD) Driver!!

    in Windows 10 Drivers and Hardware
    Realtek Audio Console REQUIRES a Realtek HD (UAD) Driver!!: Earlier this year, rumors started floating around about a Microsoft Store App called the Realtek Audio Console. By the end of August, I myself was able to grab it from the store. I wrote a post about this stuff for Win10.Guru called Putting Realtek Audio Console to Work. In...
  9. Determine the HDA Realtek driver needed for your Audio

    in Windows 10 Drivers and Hardware
    Determine the HDA Realtek driver needed for your Audio: Here, in Tenforums, we have a very looong and detailed thread regarding updates to the Realtek HD Audio Driver Version, which is maintained regularly. One of the most asked questions in this thread, is which type of Realtek driver one needs to update his Audio, since there...
  10. Realtek Audio Console REQUIRES a Realtek HD (UAD) Driver!!

    in Windows 10 Drivers and Hardware
    Realtek Audio Console REQUIRES a Realtek HD (UAD) Driver!!: Earlier this year, rumors started floating around about a Microsoft Store App called the Realtek Audio Console. By the end of August, I myself was able to grab it from the I wrote a post about this stuff for Win10.Guru called Putting Realtek Audio Console to Work. In looking...

Users found this page by searching for:

  1. dch uad