QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1248|回复: 15

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

[复制链接]
发表于 2005-3-26 13:09:13 | 显示全部楼层 |阅读模式
我花了 一个下午的时间把显卡驱动问题搞定了,可是声卡还有点小问题!!
我 下了alsa的 驱动
但是。。。。。。。。。。。。。

[root@lwt alsa-driver-1.0.9rc2]# ./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).
[root@lwt alsa-driver-1.0.9rc2]# make
make all-deps
make[1]: Entering directory `/root/文档/alsa-driver-1.0.9rc2'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/root/文档/alsa-driver-1.0.9rc2'

Please, run the configure script as first...


请问是什么原因?!!!!!!!!!!
 楼主| 发表于 2005-3-26 13:19:42 | 显示全部楼层
请教高手!!!!
回复

使用道具 举报

 楼主| 发表于 2005-3-26 13:25:06 | 显示全部楼层
没人 知道吗?
回复

使用道具 举报

发表于 2005-3-26 14:06:35 | 显示全部楼层
[code:1]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). [/code:1]

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

使用道具 举报

 楼主| 发表于 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不行吗?一定要编译一个?
回复

使用道具 举报

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

使用道具 举报

 楼主| 发表于 2005-3-26 15:26:05 | 显示全部楼层
还又啦
内核怎么升级?
回复

使用道具 举报

 楼主| 发表于 2005-3-26 15:59:49 | 显示全部楼层
我 将 /usr/src/linux-2.6.9/include下的 所有文件 复制到/lib/modules/2.6.9/source下
就不用 指定目录了
./configure就可以了
不过make 还是有 问题:::::::::
。。。。。。
make[2]: Leaving directory `/root/文档/alsa-driver-1.0.9rc2/pcmcia'
make[1]: 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[1]: Entering directory `/lib/modules/2.6.9/source'
make[1]: *** 没有规则可以创建目标“modules”。 停止。
make[1]: Leaving directory `/lib/modules/2.6.9/source'
make: *** [compile] 错误 2
回复

使用道具 举报

 楼主| 发表于 2005-3-26 16:07:26 | 显示全部楼层
alsaconf 用过了,结果显示正确,但还是不能发声!
还有
[root@lwt alsa-driver-1.0.9rc2]# amixer
amixer: Mixer attach default error: No such device or address
回复

使用道具 举报

发表于 2005-3-26 16:10:32 | 显示全部楼层
最好不要用到中文目录名。

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

使用道具 举报

 楼主| 发表于 2005-3-26 16:20:40 | 显示全部楼层
不行阿 ,还是没声音。
右下角的任务栏里也没有声音的图标
回复

使用道具 举报

发表于 2005-3-26 16:22:46 | 显示全部楼层
#alsaconf
回复

使用道具 举报

发表于 2005-3-26 16:31:24 | 显示全部楼层
我在VMWARE下安装,第一次启动后也是提示声卡未配置,后来开机时按F2跳过图形界面,kudzu自动配置好了,你不妨试试。
回复

使用道具 举报

 楼主| 发表于 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了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-30 03:11 , Processed in 0.100550 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表