LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: gensuo

在redhat7.3下驱动 intel 845主板ac97的经历

[复制链接]
发表于 2003-3-10 22:38:13 | 显示全部楼层

Re: 好,我试试!

最初由 ribenzai 发布
说实在的,不管行行,我都得先谢谢你!!!!!因为我是一个Linux新手,所以在这个论坛上我帮不了什么,而且我还要其它人来帮我,我唯一能做到的便是默默地为我们的好论坛祝福,但愿我们论坛越办越好,
说实在,我为了学Linux,用搜索引擎找了一大把Linux论坛,很多我也进过,但我觉得这是我所进过的最好的!!!我在这里向论坛的各位高手说一声,你们辛苦了!!
北南大哥,我在Windows里看到的声卡是Avance AC97 vudio

ribenzai兄:如果可以的话,建议你打开机箱看看主板的声卡芯片是什么型号的/
realtek的ac97声卡有很多型号,驱动不同.我前些天也是弄不懂我的声卡型号,后来干脆打开机箱.
如果有软件检测的办法最好,没有的话就打开机箱吧,只要不是品牌机.
发表于 2003-3-10 22:49:54 | 显示全部楼层

再说一下我在Linux检测到的声卡

在linuxh上检测到的声卡如下
销售商 intel corp
型号 82801DB AC
模块 i810_audio
还有不知道为什么今天ACL650也装不了,make install出错,出错如下
在Windows上提过来的,有点乱,不过绝对没少
[root@localhost alsa-driver-0.9.0rc5]# ./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... /usr/src/linux/AC97/alsa-driver-0.9.0rc5

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).

[root@localhost alsa-driver-0.9.0rc5]# make install
make
[1]: Entering directory `/usr/src/linux/AC97/alsa-driver-0.9.0rc5/acore'
Makefile:11: /usr/src/linux-2.4.18-14/AC97/alsa-driver-0.9.0rc5/alsa-kernel/core/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-2.4.18-14/AC97/alsa-driver-0.9.0rc5/alsa-kernel/core/Makefile'.  Stop.
make[1]: Leaving directory `/usr/src/linux/AC97/alsa-driver-0.9.0rc5/acore'
make: *** [compile] Error 1
谁能帮下我,先谢谢了!!!!!!!!!

[root@localhost alsa-driver-0.9.0rc5]#
发表于 2003-3-10 22:53:55 | 显示全部楼层

好吧,我明天打开机箱看看!!!!!

好吧,谢谢,我明天打开机箱看看,查清楚再给你们发贴
发表于 2003-3-11 07:27:16 | 显示全部楼层
我make install出错,现在也还解决.
发表于 2003-3-12 20:16:57 | 显示全部楼层
alias parport_lowlevel parport_pc
alias eth0 8139too
alias usb-controller usb-uhci
请问作者,是不是少了蓝色的那句?
8139的网卡
发表于 2003-3-12 20:19:42 | 显示全部楼层
偶在make install时出现和ribenzai一样的错误提示
发表于 2003-3-13 09:08:13 | 显示全部楼层
偶在make install时出现和ribenzai一样的错误提示


有没有安装kernel-source???我看样子好象这样的问题。

到/usr/src目录看一下,如果只有一个redhat的文件夹就是没有安装kernel-source。
可以到rpmfind.net上去找。
uname -a能查看内核的版本,然后根据内核的版本来下载。
发表于 2003-3-22 00:20:06 | 显示全部楼层

请哪位高手来看看!!

请帮忙:

    在rh8.0下,将linux-2.4.18-14改名为linux后./configure无法通过:
[root@localhost alsa-driver-0.9.0rc5]# ./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... /usr/src/linux/alsa-driver-0.9.0rc5
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).
[root@localhost alsa-driver-0.9.0rc5]#

make install 也报错,具体如下:
[root@localhost alsa-driver-0.9.0rc5]# make install
make[1]: Entering directory `/usr/src/linux/alsa-driver-0.9.0rc5/acore'
Makefile:11: /usr/src/linux-2.4.18-14/alsa-driver-0.9.0rc5/alsa-kernel/core/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-2.4.18-14/alsa-driver-0.9.0rc5/alsa-kernel/core/Makefile'.  Stop.
make[1]: Leaving directory `/usr/src/linux/alsa-driver-0.9.0rc5/acore'
make: *** [compile] Error 1
[root@localhost alsa-driver-0.9.0rc5]#

我又试了试如果不改名的话./configure通过,可以正常安装.但是重启后显示如下:
Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such device)
The sound server will continue, using the null output device.
请哪位高手帮帮忙!!!!
发表于 2003-3-29 10:05:28 | 显示全部楼层
我的主板是intel 845pesv ,集成声卡,按上面
的办法不行,
我在intel网站查到ac97 ich4(82801DB) 需要kernel 2.5.11 or later
发表于 2003-4-3 22:23:22 | 显示全部楼层

请问在哪儿可以下载到驱动?

微星845d的主板,集成
intel 80801BA/BAM(ICH2) AC97
i810__audio
请问在哪儿可以下载到声卡驱动?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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