How to install Realtek audio driver?

Hello, I’m still relatively new to the Linux world, I recently migrated from Ubuntu to Manjaro and I need help with drivers.
Well, first let’s understand my problem, I use a dual boot with Windows, and I’ve always had the problem of my front audio not working. In Windows I managed to solve it by installing the Realtek drivers that I found on the Intel website, but how can I do this in Manjaro?

Welcome to the Manjaro community.

I’m sure someone will help with your issue when they are able.


As a new forum user, please take some time to familiarise yourself with Forum requirements; in particular, the many ways to use the forum to your benefit:

The Update Announcements should be checked frequently for important update related information.

These announcements contain a Known Issues and Solutions section and should generally be checked before posting a request for support.

Output of the following command formatted according to forum requirements (see links above) may be useful for those wishing to help:

inxi --admin --verbosity=8 --filter --no-host --width

Be prepared to provide more information and outputs from other commands when asked.

Regards.

1 Like

If audio to rear jack(s) of motherboard are working, system probably has correct Linux audio drivers installed

Most Realtek onboard audio devices on desktop systems use ALSA module snd_hda_intel

Advanced Linux Sound Architecture - ArchWiki

Loaded modules identification

Run lspci -k -nn -d ::0403 to identify the modules in use for PCI devices.

Run cat /proc/asound/cards to get the list of your sound cards with their corresponding indexes (card numbers).

1 Like