[Update] Realtek High Definition Audio

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

  1. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,047
    2,040
    90
    #3461 erpsterm35, Jun 14, 2024
    Last edited: Jul 12, 2024
  2. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,047
    2,040
    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
     
  3. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,047
    2,040
    90
  4. chillgates

    chillgates MDL Senior Member

    Dec 15, 2010
    393
    222
    10
    this may not work with Gigabyte B450 Aorus M ?
     
  5. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,047
    2,040
    90
  6. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,357
    2,532
    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...
  7. daniel_k

    daniel_k MDL Member

    Jan 21, 2019
    196
    446
    10
    #3468 daniel_k, Jun 18, 2024
    Last edited: Jun 18, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. daniel_k

    daniel_k MDL Member

    Jan 21, 2019
    196
    446
    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...
  9. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,047
    2,040
    90
  10. daniel_k

    daniel_k MDL Member

    Jan 21, 2019
    196
    446
    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...
  11. mictlan

    mictlan MDL Member

    Nov 9, 2009
    241
    123
    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' ?
     
  12. daniel_k

    daniel_k MDL Member

    Jan 21, 2019
    196
    446
    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...
  13. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,047
    2,040
    90
  14. supergoofy

    supergoofy MDL Novice

    Nov 14, 2015
    44
    34
    0
  15. Shonk

    Shonk MDL Member

    Oct 10, 2007
    133
    86
    10
    To stop the codec spinning down constantly you need to do below

    6.0.9600.1 and newer you need to do below as realtek monitor that registry key on gigabyte atleast
    and constantly revert the old way of doing it

    "ConservationIdleTime"=hex:ff,ff,ff,ff
    "PerformanceIdleTime"=hex:ff,ff,ff,ff
    "IdlePowerState"=hex:00,00,00,00

    6.0.9599.1 and older you need to do
    "ConservationIdleTime"=hex:00,00,00,00
    "PerformanceIdleTime"=hex:00,00,00,00
    "IdlePowerState"=hex:00,00,00,00
     
  16. erpsterm35

    erpsterm35 MDL Guru

    May 27, 2013
    2,047
    2,040
    90
  17. pal1000

    pal1000 MDL Senior Member

    May 1, 2017
    266
    276
    10
  18. toto221

    toto221 MDL Member

    Dec 8, 2009
    155
    233
    10