|
发表于 2003-1-5 10:48:58
|
显示全部楼层
quote:
Realtek瑞昱ALC650 AC97声音芯片最新驱动1.7(12/23):
ftp://152.104.225.43/pc/ac97/alc650/linux17.zip
1422k
应该支持ALC100/P、ALC101、ALC 200、ALC 201、ALC201/A、ALC650 吧 The source code copy from www.alsa-project.org. ver:a1.70
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. You must have full configured source for the Linux kernel.
Step 2. Uncompress the source code
a. tar xfvj alcsound.tar.bz2
or b. unbzip2 alcsound.tar.bz2
tar -xvf alcsound.tar
Step 3. Turn on sound support (soundcore module)
Step 4. Complied source code
a. ./Configure
b. make install
c. ./snddevices
Step 5. Edit your /etc/modules.conf or conf.modules depending on the Distribution
(Please refer to the attached modules.conf)
Step 6. 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.
请问高手,第一步编译内核如何做,我的内核是2-4-8的,这个ALC的最新驱动是否支持?多谢。 |
|