This document provides instructions for installing Realtek audio drivers on Linux systems. It outlines the following steps: 1) Download the driver from Realtek's website if sound is not working properly. 2) Unzip the driver source code. 3) Configure the compile environment by running ./configure. 4) Compile the driver source code by running make. 5) Install the new driver by running make install. It also provides some common FAQs for resolving errors during installation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
79 views3 pages
Linux Audio Installation Guide
This document provides instructions for installing Realtek audio drivers on Linux systems. It outlines the following steps: 1) Download the driver from Realtek's website if sound is not working properly. 2) Unzip the driver source code. 3) Configure the compile environment by running ./configure. 4) Compile the driver source code by running make. 5) Install the new driver by running make install. It also provides some common FAQs for resolving errors during installation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3
LINUX AUDIO SYSTEM
Driver Installation Guide
Rev. 0.1 26 Nov 2010 Author: Kailiang Yang
Realtek Semiconductor Corp. No. 2, Innovation Road II, Hsinchu Science Park, Hsinchu 300, Taiwan Tel.: +886-3-578-0211. Fax: +886-3-577-4713 www.realtek.com.tw
Rev0.1 ii 1. Download Driver If your Linux system Playback is no sound output or Recording is failed. Please download workarround driver from Realtek website. http://www.realtek.com/
2. Unzip the driver source code tar jxvpf LinuxPkg_x.xxrcxx.tar.bz2 tar jxvpf alsa-driver-1.0.xx.tar.bz2
3. Config compile environment ./configure This will check your system which compile capabilities is.
If you want to compile the HDA driver part only, please follow belowing. ./configure --with-cards=had-intel
If you meet errors on this step, please see the bellowing. FAQ1: You dont install the compile application. Go to install development tools.
FAQ2: You dont install the kernel source code or kernel header.
4. Compile driver source code make
If you meet errors on this step, please see the bellowing. FAQ: Your system dont have patch application. Please go to install patch App.
Rev0.1 iii If the error is not in upper list, please contact with us.