[Update] Realtek High Definition Audio

Discussion in 'Application Software' started by stasio, Nov 30, 2016.

  1. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,333
    2,649
    90
    #3441 erpsterm35, Jun 12, 2024
    Last edited: Jun 12, 2024
  2. pal1000

    pal1000 MDL Senior Member

    May 1, 2017
    266
    279
    10
    I pulled Realtek Audio Control v2.51.333.0. I'll add MSIXBUNDLE packaging support to UWP setup once a compatible driver is out.
     
  3. Shonk

    Shonk MDL Member

    Oct 10, 2007
    162
    172
    10
    No Gigabyte 6.0.9686.1?
    It works fine

    Untitled.png
     
  4. chillgates

    chillgates MDL Senior Member

    Dec 15, 2010
    415
    249
    10
    Driver is fine, Just Realtek latest control won't work with this version.
     
  5. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,333
    2,649
    90
  6. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,333
    2,649
    90
    you're welcome, ciscokid.

    had that x99 board used another Realtek audio chipset, something like ALC892 {DEV_0892}, ALC1150 {DEV_1150} or ALC1220 {DEV_1220}
    then using pal1000's unofficial uad generic drivers would have been fine since they fully support most other audio chipsets
    just not with DEV_0245 & DEV_0897

    btw, HDA nonUAD drivers starting with 6.0.8934.1 did support ALC897
     
  7. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,333
    2,649
    90
  8. chillgates

    chillgates MDL Senior Member

    Dec 15, 2010
    415
    249
    10
    this may not work with Gigabyte B450 Aorus M ?
     
  9. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,333
    2,649
    90
  10. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,875
    3,149
    120
    Can you share latest generic pure driver .not easy to search ..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. daniel_k

    daniel_k MDL Member

    Jan 21, 2019
    196
    463
    10
    #3453 daniel_k, Jun 18, 2024
    Last edited: Jun 18, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. daniel_k

    daniel_k MDL Member

    Jan 21, 2019
    196
    463
    10
    RtkHDAPwrSetKeyFinder.png

    In case anyone is interested, I wrote a really small and simple app that scans the installed devices on your systems and reports the proper Registry path for you to change the power settings.
    Copy all the text in the MessageBox (CTRL+C) and paste it in Notepad, then select the text with registry path and paste into Regedit.

    If no Realtek HDA codec is found, nothing is displayed.

    If changing the IdlePowerState to 1 fixes the issue for everyone, I'll write a tool to do it automatically.
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,333
    2,649
    90
  14. daniel_k

    daniel_k MDL Member

    Jan 21, 2019
    196
    463
    10
    6.0.9692.1 still has the same power down issue.:facepalm:

    Almost 100 broken releases since 9599 (last properly working driver), good job, Realtek! :hummer:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mictlan

    mictlan MDL Senior Member

    Nov 9, 2009
    251
    129
    10
    The registry value of key 'IdlePowerState' is type binary and shows '03 00 00'.
    Which of the three bytes needs to be set to 1?
    '01 00 00' ?
     
  16. daniel_k

    daniel_k MDL Member

    Jan 21, 2019
    196
    463
    10
    Yes, change from
    Code:
    03 00 00 00
    to
    Code:
    01 00 00 00
    Then restart your computer or disable/enable Realtek Audio in Device Manager.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,333
    2,649
    90
  18. supergoofy

    supergoofy MDL Junior Member

    Nov 14, 2015
    65
    69
    0
    #3460 supergoofy, Jun 22, 2024
    Last edited: Jun 22, 2024