1. Download the official driver package for linux.
1. Download the official driver package for linux
Realtek official http://www.realtek.com/downloads/ click HD Audio Codec Driver in the lower right
Click I accept to go to the next page.
Then there is a linux driver at the bottom. Download the driver package according to the kernel (generally 2.6 ).
2. Compile the environment. build-essential is the most common compilation tool.
- Sudo apt-get install build-essential
If you have installed it, a message is displayed.
3. Start Installation
1) decompress the source code package
- Tar xfvj LinuxPkg_5.16rc25.tar.bz2
- Cd realtek-linux-audiopack-5.16
- Tar xfvj alsa-driver-1.0.24-5.16rc25.tar.bz2
2) Compile the source code
- Cd alsa-driver-1.0.24
- Sudo./configure -- with-cards = hda-intel
- Sudo make
- Sudo make install
3) restart the machine
- Sudo reboot
Then, I was very excited when I heard a long-time illegal start-up sound.
The problem of this voice was solved from the beginning of the afternoon to the early hours of the morning. During this period, the user group was considered a problem and the result was almost tragic.
Ps: recovery mode is a good thing. After the root password is fixed, the permission issue is not afraid.