By following this tutorial, you will be able to fix the issue of Realtek Audio Drivers in Linux.
- Update your Motherboard BIOS to the latest version.
- Open your Terminal and type
alsamixer
and then press enter. (If your terminal doesn't detect the command, you have to install alsa-utils first. For Arch based systems, typesudo pacman -S alsa-utils
Other distros like Ubuntu/Fedora come pre-installed with alsa-utils - After entering
alsamixer
, pressF6
and select the Realtek sound card. - Using the arrow keys, go to the right side and focus on Auto-Mute and Disable it by using UP/DOWN arrow keys. Press
ESC
and close the terminal. - Download the AudioFix.sh file given in this repo.
- Open the Folder in Terminal and type the following commands.
chmod +x AudioFix.sh
./AudioFix.sh
- If you don't have hda-verb installed, install it first. Open another terminal window and type:
Debian/Ubuntu/Raspbian/Kali Linuxapt-get install alsa-tools
Arch Linuxpacman -S alsa-tools
Fedoradnf install alsa-tools
Then, run the command again. - Reboot your system.