Linux operating system sound card driver installation and configuration

  
The general sound card driver is support for windows, linux is very small, so installing the sound card driver is very troublesome. Linux installed sound card driver, using alsa, it is like a versatile, can support many types of sound card, such as:
====AC97 Codec=====ALC100,100PALC200,200PALC650DALC650EALC650FALC650ALC655ALC653ALC658ALC658DALC850ALC101ALC202ALC250ALC203=== =HD Audio codec ====ALC260ALC262ALC660ALC861ALC880ALC882ALC883ALC885ALC888 The more troublesome thing here is that there are three things in alsa, one is alsa-driver; the other is alsa-lib; the last one is alsa-untils. Installation steps: 1. Unzip the first three things. After decompression, the folder will be generated. For example: folder - alsa-driver, alsa-lib, alsa-untils 2. Open the terminal and enter the alsa-driver file first. Folder, then enter ... 
 (1.. /configure (2, make (4,. /snddevices3, enter the alsa-lib folder, and then enter the content in addition to the 4th in the second item Don't do anything else, business as usual. 4. Enter the alsa-untils folder, everything is the same as the third item. After the above operations are completed, the system files are modified. There is a moudules.conf file in the /ect directory. Join: 
# ALSA portionalias char-major-116 sndalias snd-card-0 snd-xxxx # OSS/Free portionalias char-major-14 soundcorealias sound-slot-0 snd-card-0# card #1alias sound -service-0-0 snd-mixer-ossalias sound-service-0-1 snd-seq-ossalias sound-service-0-3 snd-pcm-ossalias sound-service-0-8 snd-seq-ossalias sound-service -0-12 snd-pcm-oss above the content there is a snd-xxxx, which refers to the sound card device name After checking, there is a table that can be compared, as follows: 
Azalia controller --ALC880 ALC882 ALC260 ALC262 ALC883 ALC885 ALC888--- Intel ICH6 ICH7 ---------snd-hda-intel--- ATI chipset -----snd-atiixp-- AC97 controller --ALC655 ALC650 ALC250 ALC255--- Intel ICH6 ICH7 , SiS 7012 and NVidia----------snd-intel8x0--- Via8233 Via686a - ------------------------------ snd-via82xx--- ATI Chipset ------------ ------------------- snd-atiixp according to their actual situation and then modify their own snd-xxxx changed to the corresponding name. Ok, save and restart, generally OK. The first operation is very troublesome, but getting used to it will make it a pleasure, at least I think so. Note: If it is the first operation, you need to modify some things to the system itself. It is recommended to back up first. It is easier to change it when you change it. Backup is actually copying the same thing to another safe place.

Copyright © Windows knowledge All Rights Reserved