LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 900|回复: 9

威盛的CT8233在RH8.0下怎么驱动呀?

[复制链接]
发表于 2003-4-17 19:49:48 | 显示全部楼层 |阅读模式
威盛的CT8233在RH8.0下怎么驱动呀?有成功的朋友告知一下,我在官方网站下载后安装好像不好用,不知是不是我安装有问题?谢谢
发表于 2003-4-18 01:25:34 | 显示全部楼层
你按论坛上的做过吗?如果不行的话可以试试oss
 楼主| 发表于 2003-4-18 08:24:01 | 显示全部楼层
我找到论坛上的三篇文章,好像网友和我的问题是一样的,他们也没鹅解决。我看过via官方上的四种方法,而且在那下载了驱动,说是解压后有7个文件,其实才3个。
 楼主| 发表于 2003-4-18 09:22:35 | 显示全部楼层
试了各种方法,alsa  oss 还有VIA官方驱动都 不好使,我不知道是我不会装还是驱动有问题,我是个菜菜,如果安装过程不是按网友给的提示我就不知道怎么办了。我知道RH8.0是可以驱动VT8233声卡的,但就有不知道是上面哪个驱动。有装成功的朋友能不能给个图片呀。
 楼主| 发表于 2003-4-18 10:18:47 | 显示全部楼层
安装OSS,但我这里在第一次装的时候在文本界面下让我选择自动还是手工,我就选了手工,后来选add new hardware/soundcard那一项,但接下来我就不知道选哪项了。另外,我的界面和论坛上朋友们的界面怎么不一样呀?
 楼主| 发表于 2003-4-18 12:36:16 | 显示全部楼层
这次下载了alsa装,进入解压后的目录运行
./configure结果如下:
[root@NSI20126 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... /mnt/Win_E/alsa/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... 2.4.18-14
checking for kenrel linux/pm.h... "yes"
checking for kenrel linux/spinlock.h... "yes"
checking for kenrel linux/irq.h... "yes"
Removing a dummy linux/irq.h.
checking for kenrel linux/threads.h... "yes"
Removing a dummy linux/threads.h.
checking for kernel module symbol versions... "yes"
checking for PCI support in kernel... "yes"
checking for SGI/MIPS (HAL2) architecture... "no"
checking for directory to store kernel modules... /lib/modules/2.4.18-14/kernel/sound
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... "yes"
checking for processor type... i686
checking for SMP... "no"
checking for ISA PnP driver in kernel... yes
checking for ISA PnP support... yes
Removing local linux/isapnp.h.
checking for driver version... 0.9.0rc5
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... "no"
checking for USB... "yes"
checking for PCMCIA... "yes"
checking for which soundcards to compile driver for... all
configure: creating ./config.status
config.status: creating version
config.status: creating Makefile.conf
config.status: creating snddevices
config.status: creating utils/alsa-driver.spec
config.status: creating utils/buildrpm
config.status: creating toplevel.config
config.status: creating include/config.h
config.status: creating include/config1.h
config.status: creating include/version.h
config.status: include/version.h is unchanged
然后运行make install就出现下面的结果,这可都是按坛里朋友做的
[root@NSI20126 alsa-driver-0.9.0rc5]# make install
if [ ! -d include/sound -a ! -L include/sound ]; then \
  ln -sf ../alsa-kernel/include include/sound ; \
fi
ln: creating symbolic link `include/sound' to `../alsa-kernel/include': Operation not permitted
make: *** [include/sound/version.h] Error 1
[root@NSI20126 alsa-driver-0.9.0rc5]#
 楼主| 发表于 2003-4-18 14:15:58 | 显示全部楼层
给我个地方让我好好哭一场吧,我都郁闷死了。老弄不好。苍天呀!
 楼主| 发表于 2003-4-18 19:55:41 | 显示全部楼层
终于把声卡弄好了,总结一下。
我的配置:redhat8.0+viaVT8233声卡。我用的alsa声卡驱动。版本和文件全名为:alsa-driver-0.9.0rc5.tar.bz2,在官方网站下载的。
把上面的文件解压。然后进入解压后的目录。运行
1、./configure
2 、make
3、make install
4、./snddevices
5 、./utils/alsaconf按提示操作
6、modprobe snd-via82xx
结束,然后把音量调合适就可以了。其实全是按照论坛里的方法。开始之所以没有安装成功,大家可能猜都猜不到,就是我一开始把上面的ALSA包解压到FAT32分区里了。后来把它解压到/tmp目录下,一切正常了,所以大家以后装软件一定不要在fat32下装,要放到linux的分区下再装。全文结束。听歌去了。。。
 楼主| 发表于 2003-4-19 14:26:14 | 显示全部楼层
如果第一步不成功,改为:
./configure --with-kernel=/use/src/linux2.4
具体后面的内容是什么,你可以在运行make命令不成功时看提示。后面的路径要确实存在
发表于 2003-4-21 00:16:09 | 显示全部楼层
多谢。。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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