shishirui 发表于 2005-10-30 10:05:59

安装 alsa 时make install的问题

#cd alsa-driver-1.0.5a
#./configure
#make
#make install
#./snddevices

我是按照这个方法安装的,可是到第2步时,却出现了这样的提示:
# make install
find /lib/modules/2.4.22-1.2115.nptl/kernel/sound -name 'snd*.*o' | xargs rm -f
make: Entering directory `/root/Desktop/alsa-driver-1.0.9b/acore'
mkdir -p /lib/modules/2.4.22-1.2115.nptl/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.22-1.2115.nptl/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/Desktop/alsa-driver-1.0.9b/acore'
make: *** Error 1
页: [1]
查看完整版本: 安装 alsa 时make install的问题