Asus Zenbook 15 Realtek HD Audio (Fixed)
- This topic has 0 replies, 1 voice, and was last updated 2 years, 4 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Asus Zenbook 15 Realtek HD Audio (Fixed)
Tagged: 15 sound, ASUS, ASUS 15, ASUS Zenbook, Zenbook
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