asdfghnnn 发表于 2005-3-26 13:09:13

在线等===声卡问题!!

我花了 一个下午的时间把显卡驱动问题搞定了,可是声卡还有点小问题!!
我 下了alsa的 驱动
但是。。。。。。。。。。。。。

# ./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 suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
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 egrep... grep -E
checking for ANSI C header files... yes
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... /root/文档/alsa-driver-1.0.9rc2
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.9/source
checking for directory with kernel build... /lib/modules/2.6.9/build
checking for kernel version... The file /lib/modules/2.6.9/source/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 /lib/modules/2.6.9/source).
# make
make all-deps
make: Entering directory `/root/文档/alsa-driver-1.0.9rc2'
make: Nothing to be done for `all-deps'.
make: Leaving directory `/root/文档/alsa-driver-1.0.9rc2'

Please, run the configure script as first...


请问是什么原因?!!!!!!!!!!

asdfghnnn 发表于 2005-3-26 13:19:42

请教高手!!!!

asdfghnnn 发表于 2005-3-26 13:25:06

没人 知道吗?

樱家冢 发表于 2005-3-26 14:06:35

checking for directory with kernel source... /lib/modules/2.6.9/source
checking for directory with kernel build... /lib/modules/2.6.9/build
checking for kernel version... The file /lib/modules/2.6.9/source/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 /lib/modules/2.6.9/source).

为什么要自己编译?自带的不行吗?好像如果自带了的话,自行编译会出错的,不过你的错误在于没有指定 --with-kernel-dir 选项,
./configure --with-kernel-dir=/usr/src/linux

asdfghnnn 发表于 2005-3-26 15:05:54

我试过了,用./configure --with-kernel-dir=/usr/src/linux
这一步是成功了
可是接下来的make 还是有问题
ML1.2CD1里好象没有内核源文件,make的时候还是会出错

樱家冢 发表于 2005-3-26 15:08:48

有的吧?没有的话你去 http://www.magiclinux.org/dev/ 里面找找看吧,顺便升级一下内核好了,呵呵。
出错了的话把错误信息贴上来,你直接使用alsaconf不行吗?一定要编译一个?

asdfghnnn 发表于 2005-3-26 15:24:01

我是菜鸟啦!!
你说的我不太明白,我试试alsaconf,
我看论坛上的都说下载一个alsa,一共3个压缩包
然后就./configure
接着make
make install
声卡就能用了!!
其他的我不太懂,我前天花了一天的时间下的ML1。2
昨天用了一个下午的时间搞定了显卡
今天准备用一天的时间搞定声卡!
希望各位高手多支持一下
这两天还是学了不少的东西,哈哈,LINUX还是很不错的,特别是ML

asdfghnnn 发表于 2005-3-26 15:26:05

还又啦
内核怎么升级?

asdfghnnn 发表于 2005-3-26 15:59:49

我 将 /usr/src/linux-2.6.9/include下的 所有文件 复制到/lib/modules/2.6.9/source下
就不用 指定目录了
./configure就可以了
不过make 还是有 问题:::::::::
。。。。。。
make: Leaving directory `/root/文档/alsa-driver-1.0.9rc2/pcmcia'
make: Leaving directory `/root/文档/alsa-driver-1.0.9rc2'
make -C /lib/modules/2.6.9/source SUBDIRS=/root/文档/alsa-driver-1.0.9rc2 O=/lib/modules/2.6.9/build modules
make: Entering directory `/lib/modules/2.6.9/source'
make: *** 没有规则可以创建目标“modules”。 停止。
make: Leaving directory `/lib/modules/2.6.9/source'
make: *** 错误 2

asdfghnnn 发表于 2005-3-26 16:07:26

alsaconf 用过了,结果显示正确,但还是不能发声!
还有
# amixer
amixer: Mixer attach default error: No such device or address

樱家冢 发表于 2005-3-26 16:10:32

最好不要用到中文目录名。

Magic不需要你自己安装alsa,直接运行 alsaconf 配置你的声卡就可以了。

asdfghnnn 发表于 2005-3-26 16:20:40

不行阿 ,还是没声音。
右下角的任务栏里也没有声音的图标

樱家冢 发表于 2005-3-26 16:22:46

#alsaconf

ntzdjsw 发表于 2005-3-26 16:31:24

我在VMWARE下安装,第一次启动后也是提示声卡未配置,后来开机时按F2跳过图形界面,kudzu自动配置好了,你不妨试试。

asdfghnnn 发表于 2005-3-26 16:33:27

我试过了,不行!
#alsaconf
No supported PnP or PIC card found.
Would yu like to probe legacy ISA sound cards/chips?
    yes                no
我选yes
Probing legacy ISA cards might make your system unstable.
   Are you sure to probeed?
yes   no
我 选yes
No legacy drivers are availabke
----------------------------------------------50%
               <ok>
我 就只能选OK了
页: [1] 2
查看完整版本: 在线等===声卡问题!!