cwwhy 发表于 2003-3-18 09:28:34

哪位高手看看我的吧,整了好几天了

# ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /tmp/alsa-driver-0.9.0rc7
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.18-14/build
checking for kernel version... The file /lib/modules/2.4.18-14/build/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).

这里就出错了
# make install
make dep
make: Entering directory `/tmp/alsa-driver-0.9.0rc7'
make: Entering directory `/tmp/alsa-driver-0.9.0rc7/acore'
Makefile:4: ../Makefile.conf: No such file or directory
Makefile:15: /alsa-kernel/core/Makefile: No such file or directory
Makefile:17: /Rules.make: No such file or directory
make: *** No rule to make target `/Rules.make'. Stop.
make: Leaving directory `/tmp/alsa-driver-0.9.0rc7/acore'
make: *** Error 1
make: Leaving directory `/tmp/alsa-driver-0.9.0rc7'
make: *** Error 2

可怜我,威盛连官方的驱动也不给.

pjc5520 发表于 2003-3-18 10:09:06

seaaide,
既然成功了,不装也行,不过我觉得最好时装上去.alsa自带的工具比较好.

pjc5520 发表于 2003-3-18 10:11:00

cwwhy,

"Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux). "

你需要完全安装kernel.

seaaide 发表于 2003-3-18 12:20:58

谢谢pjc5520,我每次开机都是从text进X的

是的,我现在想把他装上去,因为开机时出现错误提示(见附件),没有声音
只要注消到text里,重新进入X就有声音了,可以听音乐

seaaide 发表于 2003-3-18 12:33:16

pjc5520,
我现在想装alsa-lib和alsa-utils,但是我在alsa-driver-0.9.0rc3里面只找到一个名为utils的文件夹

我从realtek上下载的linux.zip解压后有3个文件alcsound.tar.bz2,modules.conf,readme
再将alsasound.tar.bz2解开,里面只有一个alsa-driver-0.9.0rc3,没有lib和utils的包

请问要的话,哪里有下载的?

dalin 发表于 2003-3-18 13:04:06

pjc5520,
我现在想装alsa-lib和alsa-utils,但是我在alsa-driver-0.9.0rc3里面只找到一个名为utils的文件夹

我从realtek上下载的linux.zip解压后有3个文件alcsound.tar.bz2,modules.conf,readme
再将alsasound.tar.bz2解开,里面只有一个alsa-driver-0.9.0rc3,没有lib和utils的包

请问要的话,哪里有下载的?
www.alsa-project.org

pjc5520 发表于 2003-3-18 18:54:12

seaaide,

你安装好其他的两个包以后,运行alsa-driver/utils/alsaconf。配置一下。

december4 发表于 2003-3-18 18:54:56

我也用的realtek

我的主板是技嘉815ep的
集成的ac97声卡芯片是也是realtek的
我的系统是红旗sever3.0
./configure会提示那个路径错误
改了linux文件名以后,make install又会发生错误
我安装的时候是./configure -with-kernel=/usr/scr/linux-2.4.7-2
具体命令是什么我忘了
因为我是个linux菜鸟,在网上拷下来的命令
总之安装的时候很顺利,然后make install都完成了
可是最后配置那个etc下的conf文件,就不知道怎么配置了
有两次配置成功了
重装了以后再配置总是不出声音

我的驱动不是alsa带的
我是从技嘉网站上下载的
哪位高手指教一下
谢谢

seaaide 发表于 2003-3-19 15:53:28

谢谢pjc5520的回帖
我按照dalin部长提供的地址去下了alsa-lib-0.9.0rc3.tar.bz2和 alsa-utils-0.9.0rc3.tar.bz2
然后解压安装,接着到alsa-driver/utils下运行./alsaconf,出现如下提示

pjc5520 发表于 2003-3-19 18:23:57

alsa-driver-0.9.0rc3 里面没有alsaconf。
alsa-driver-0.9.0rc5 以上才有,

seaaide 发表于 2003-3-19 18:48:03

alsa-driver-0.9.0rc3 里面没有alsaconf。
alsa-driver-0.9.0rc5 以上才有,谢谢pjc5520兄的回帖
因为当时找驱动时找的就事alc201a的,里面的正好是alsa-driver-0.9.0rc3

我再去找找看:-D

seaaide 发表于 2003-3-20 22:25:37

seaaide,

你安装好其他的两个包以后,运行alsa-driver/utils/alsaconf。配置一下。

谢谢pjc5520的帮助
我今天装了alsa-driver-0.9.0rc5和alsa-lib-0.9.0rc5和alsa-utils-0.9.0rc5,没有出现问题,现在状况好很多了:-D

pjc5520 发表于 2003-3-20 23:19:28

seaaide,
祝贺你!继续前进。
页: 1 [2]
查看完整版本: "make install"失败 -