Determine the HDA Realtek driver needed for your Audio

Page 5 of 51 FirstFirst ... 3456715 ... LastLast

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

    Maybe our fellow members @Kbird and @johngalt and anyone else willing to give it a try, could take a look at the Update in the first post and if possible to run the script I created and post back the contents of the log file that the script creates on the desktop, so we can verify the script's ability to identify the correct Realtek HDA driver type.
    Last edited by ddelo; 03 Mar 2019 at 09:23.
      My Computer


  2. Posts : 2,324
    Win10
       #42

    ddelo said:
    Maybe our fellow members @Kbird and @johngalt and anyone else willing to give it a try, could take a look at the Update in the first post and if possible to run the script I created and post back the contents of the log file that the script creates on the desktop, so we can verify the script's ability to identify the correct Realtek HDA driver type.
    Hey Thanks Dimitri , appreciate you doing the Script.....

    I may not be running it correctly ? but it closes PS when done and doesn't produce a log file on the desktop ( where the file is) unless it is being saved elsewhere?.

    I have Brink's RC run as Admin PS and also RC Open Admin Powershell Window here but neither is giving me a result.

    Add Open PowerShell window here as administrator in Windows 10 | Tutorials

    Run as administrator - Add to PS1 File Context Menu in Windows 10 | Tutorials

    KB
      My Computers


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

    Kbird said:
    Hey Thanks Dimitri , appreciate you doing the Script.....

    I may not be running it correctly ? but it closes PS when done and doesn't produce a log file on the desktop ( where the file is) unless it is being saved elsewhere?.

    I have Brink's RC run as Admin PS and also RC Open Admin Powershell Window here but neither is giving me a result.

    Add Open PowerShell window here as administrator in Windows 10 | Tutorials

    Run as administrator - Add to PS1 File Context Menu in Windows 10 | Tutorials

    KB
    Hey KB, thanks for taking the time to test it.
    Steps to be taken:
    1. Download from TF and save it somewhere convenient. (i.e. Downloads, Desktop etc)
    2. Unblock it (Right click on the saved file and in Properties > General tab select Unblock and the OK)
    3. In Windows Search/Cortana type PowerShell
    4. Right click on PowerShell and select run as Administrator
    5. In PowerShell type the following commands
    Code:
    Set-ExecutionPolicy Bypass -Scope Process
    6. Then you run the script:
    If for instance you have saved the script in Downloads, type the following command:
    Code:
    . $env:USERPROFILE\Downloads\RealtekAudioDriverIntegration.ps1
    If you have saved it in your Desktop type the command:
    Code:
    . $env:USERPROFILE\Desktop\RealtekAudioDriverIntegration.ps1
    *mind the dot in the command

    Once run you will get the result on the screen and regardless of where you have the script, a log file called RealtekAudioDriverIntegration.log will be saved on your Desktop.

    That's it.... and thanks a lot for your time
    Last edited by ddelo; 03 Mar 2019 at 16:23.
      My Computer


  4. Posts : 671
    Win 10 21H1 (OS Build 19043.1151)
       #44

    I ran the script and it does indeed work as expected.

    Determine the HDA Realtek driver needed for your Audio-ps_capture.png
    Thanks.
      My Computer


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

    Hi George and thank you!
    So according to the output, if you use HDA (legacy) Realtek driver, it will be the Generic one, namely FF00
    If you use UAD, I have no idea, as UAD drivers are very system specific per OEM.
      My Computer


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

    That is the log file from my system:


    Code:
    Realtek Audio Driver Integration log information
    
    Driver Version: 6.0.1.8612
    HDA Driver Integration: FF04 - Conexant (CXAPO) Integration
    Device HWID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0282&SUBSYS_103C80C1&REV_1000
    
    --------------------------------------------------
    FF01 - Fortemedia (FMAPO) Integration
    --------------------------------------------------
    
    
    --------------------------------------------------
    FF03 - Nahimic Integration
    --------------------------------------------------
    
    
    --------------------------------------------------
    FF04 - Conexant (CXAPO) Integration
    --------------------------------------------------
    Caf64api.dll CAF64APO2.dll CX32APO.dll CX64APO.dll CX64Proxy.dll cxapo.lncs cxapo.prop CXAPOAgent64.exe
    
    --------------------------------------------------
    FF06 - MaxxAudio Integration
    --------------------------------------------------
    
    
    --------------------------------------------------
    FF10 - Creative Integration
    --------------------------------------------------
    
    
    --------------------------------------------------
    FF0C - Intel (DTS/SST) Integration
    --------------------------------------------------
      My Computer


  7. Posts : 27,183
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #47

    Hey Dimitri, can you, instead of printing the whole Hardware ID, from device Manager, just create an output for the DEV_XXXX whci is the actual Realtek CODEC chip model, as it might help others.

    click to enlarge
    Determine the HDA Realtek driver needed for your Audio-image-001.png
      My Computers


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

    Cliff S said:
    Hey Dimitri, can you, instead of printing the whole Hardware ID, from device Manager, just create an output for the DEV_XXXX whci is the actual Realtek CODEC chip model, as it might help others.

    click to enlarge
    Determine the HDA Realtek driver needed for your Audio-image-001.png
    You got it...Cliff!!! The customer is always right.
    Thanks a lot for the comment! I'll change it.
      My Computer


  9. Posts : 27,183
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #49

    It would help when trouble shooting, let's say someone who download a driver, and it doesn't work because their CODEC isn't supported for example.

    Oh and the script ran well for me too
    Code:
    Realtek Audio Driver Integration log information
    
    Driver Version: 6.0.1.8642
    HDA Driver Integration: FF00 - no integration (Generic)
    Device HWID: HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_10438735&REV_1000
    
    --------------------------------------------------
    FF01 - Fortemedia (FMAPO) Integration
    --------------------------------------------------
    
    
    --------------------------------------------------
    FF03 - Nahimic Integration
    --------------------------------------------------
    
    
    --------------------------------------------------
    FF04 - Conexant (CXAPO) Integration
    --------------------------------------------------
    
    
    --------------------------------------------------
    FF06 - MaxxAudio Integration
    --------------------------------------------------
    
    
    --------------------------------------------------
    FF10 - Creative Integration
    --------------------------------------------------
    
    
    --------------------------------------------------
    FF0C - Intel (DTS/SST) Integration
    --------------------------------------------------
      My Computers


  10. Posts : 27,183
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #50

    Just in case someone wants to find where the Nahimic drivers are on their system, you will need to search for A-Volute.
    Nahimic is just a brand name of of a product from A-Volute.

    2004
    Two talented engineers from the french school "Centrale" founded A-Volute. Tuyen Pham and Ambroise Recht developed a cutting edge 3D sound technology based on a multi-speaker headset. The project was called "N Array Headphone Integrated MICrophone". NAHIMIC was born
    About Us - Nahimic
      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 11:32.
Find Us




Windows 10 Forums