|
|
有“滴”声,但显示“没有音频设备”,找到了alc650 for linux的驱动。下载后,read me 中是:
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.
我在fedora 1.0,桌面上装。压缩文件在/root下,双击解压后,执行第4步:
打开终端:
[root@localhost root]# ./Configure
bash: ./Configure: 没有那个文件或目录
[root@localhost root]# cd /usr/src
[root@localhost src]# ls -s
总用量 8
4 linux 0 linux-2.4 4 redhat
[root@localhost src]# ls -l
总用量 8
drwxr-xr-x 16 root root 4096 4月 21 19:54 linux
lrwxrwxrwx 1 root root 24 4月 19 19:14 linux-2.4 -> linux-2.4.22-1.2115.nptl
drwxr-xr-x 7 root root 4096 4月 19 18:48 redhat
[root@localhost src]# cd
[root@localhost root]#
怎么回事?请大家帮忙啊!。。。我想听声音:( |
|