|
我装了RED HAT9,可是我的声卡它不支持,但是,我的声卡光盘里有装LINUX驱动的东西,可是我看了那个英文文档后不知道如何操作,请高人给指点一下,尤其是第2和第3步,应该是怎么操作,请详细告诉我,谢谢!
he source code copy from www.alsa-project.org. ver:A1.8
Linux Source Code for ALC audio codec
Installation:
This Source Code is from www.alsa-project.org.
For driver installation, please follow below steps.
Step 1. Unzip source code
tar xfvj alcsound.tar.bz2
Step 2. Turn on sound support (soundcore module)
Step 3. Complied source code
a. ./Configure
b. make install
c. ./snddevices
Step 4. Edit your /etc/modules.conf or conf.modules depending on the Distribution
(Please refer to the attached modules.conf)
Step 5. reboot your machine
Note: 1. The most detail information, can refer the INSTALL file in the alcsound.tar.bz2.
2. Kernel Version must be 2.2.14 or later.
3. All mixer channels are muted by default. You must use a native
or OSS mixer program to unmute appropriate channels.
4. If can not compile the source code, try to rename the /usr/src/linux-2.x -> /usr/src/linux.
5. The driver added to support the SPDIF functoin. |
|