natti 发表于 2004-5-20 04:16:23

声卡驱动安装的新问题,还没见过谁和我一样遭遇的.

RedHat9.0 VIA8233板载声卡
驱动程序alsa-driver-1.0.0rc2.tar.bz2
在编译的时候出现如下问题:
# make install
find /lib/modules/2.4.20-8/kernel/sound -name 'snd*.*o' | xargs rm -f
find: /lib/modules/2.4.20-8/kernel/sound: 没有那个文件或目录
make: Entering directory `/root/driver/alsa-driver-1.0.0rc2/acore'
mkdir -p /lib/modules/2.4.20-8/kernel/sound/acore
cp snd-hwdep.o snd-page-alloc.o snd-pcm.o snd-rawmidi.o snd-timer.o snd.o /lib/modules/2.4.20-8/kernel/sound/acore
cp: stat‘snd-hwdep.o’失败: 没有那个文件或目录
cp: stat‘snd-page-alloc.o’失败: 没有那个文件或目录
cp: stat‘snd-pcm.o’失败: 没有那个文件或目录
cp: stat‘snd-rawmidi.o’失败: 没有那个文件或目录
cp: stat‘snd-timer.o’失败: 没有那个文件或目录
cp: stat‘snd.o’失败: 没有那个文件或目录
make: *** Error 1
make: Leaving directory `/root/driver/alsa-driver-1.0.0rc2/acore'
make: *** Error 1
#


难道是驱动程序本身有问题?
请大虾help!

12543122 发表于 2004-5-20 23:46:53

看看 ./configure 和make的时候有没有错误

还有,1.0.4正式版都出来了,别用1.0.0rc2了

lylvte 发表于 2004-5-21 12:13:08

VIA8233有专用声卡驱动吧? 去官方网址下.

小楼 发表于 2004-5-21 18:57:54

可能是你的驱动程序有问题,要是缺什么库之类的应该有错误说明的啊

sandman 发表于 2004-5-31 10:00:58

我记得老版本的alsa是有些问题 新的alsa修正了

zing 发表于 2004-6-2 09:01:10

VIA8233有专用声卡驱动吧? 去官方网址下.

应该没有,他那提供的也是ALSA和OSS的驱动,只不过已经打包好,然后作了个安装手册。 我用过他们提供的0.9rc6版的,反正用着没问题,也不能说很简单就搞定。呵呵。

zing 发表于 2004-6-2 09:06:57

我记得老版本的alsa是有些问题 新的alsa修正了

我用的0.9rc6的也没问题呀,哦,对了,我用的RedHat 8.0,不是9.0.

而且装1.05版的时候装了几次还没成功,不象0.9rc6版有个alsaconf程序,可以基本在那步自动完成。再看install文件,看哪里出问题了。

9122 发表于 2004-7-1 20:00:38

这个问题我也碰到了,就是在./configure之后没有make,然后直接make install就会出现这样的问题,但是我装好后,# modprobe snd-via82xx
WARNING: Error inserting snd-mpu401-uart (/lib/modules/2.6.3-14mdk/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd-via82xx (/lib/modules/2.6.3-14mdk/kernel/sound/pci/snd-via82xx.ko): Unknown symbol in module, or unknown parameter (see dmesg)

不知道是为什么
页: [1]
查看完整版本: 声卡驱动安装的新问题,还没见过谁和我一样遭遇的.