|
楼主 |
发表于 2005-5-23 10:15:35
|
显示全部楼层
我用tar -jxvf alc.tar.bz2 解压了,好用!
readme.txt 的内容是
The 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.
然后执行./configure 成功
可是当执行make install是提示错误如下:
make dep
make[1]: Entering directory `/home/caoxin/alsa-driver-0.9.2'
make[2]: Entering directory `/home/caoxin/alsa-driver-0.9.2/acore'
Makefile:18: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/alsa-kernel/core/Makefile: No such file or directory
Makefile:20: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make: No such file or directory
make[2]: *** No rule to make target `/usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make'. Stop.
make[2]: Leaving directory `/home/caoxin/alsa-driver-0.9.2/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/home/caoxin/alsa-driver-0.9.2'
make: *** [include/sndversions.h] Error 2
我又试了一下#make还是一样
各位大哥说说该怎么办呀:: ?? |
|