loader image

Asus Zenbook 15 Realtek HD Audio (Fixed)

What makes us different from other similar websites? Forums Tech Asus Zenbook 15 Realtek HD Audio (Fixed)

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #6705
    thumbtak
    Keymaster

    After lots of research, trial, and errors, I managed to get the audio fully working on the ASUS Zenbook.

    Open terminal and input these commands to test to see if the fix works. A restart will undo the commands.

    $ sudo hda-verb /dev/snd/hwC0D0 0x20 0x500 0x1b
    $ sudo hda-verb /dev/snd/hwC0D0 0x20 0x477 0x4a4b
    $ sudo hda-verb /dev/snd/hwC0D0 0x20 0x500 0xf
    $ sudo hda-verb /dev/snd/hwC0D0 0x20 0x477 0x74

    If the commands work, you can create an SH script that runs on boot. Below is the SH script.

    #!/bin/bash
    sudo hda-verb /dev/snd/hwC0D0 0x20 0x500 0x1b
    sudo hda-verb /dev/snd/hwC0D0 0x20 0x477 0x4a4b
    sudo hda-verb /dev/snd/hwC0D0 0x20 0x500 0xf
    sudo hda-verb /dev/snd/hwC0D0 0x20 0x477 0x74
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
TAKs Shack