设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 综合讨论区 —— LinuxSir.cn
›
硬件设备 Linux 驱动
›
VIA AC97声卡问题[集中讨论]
1
2
3
4
5
6
7
/ 7 页
下一页
返回列表
楼主:
hackhost
VIA AC97声卡问题[集中讨论]
[复制链接]
hzbiz
hzbiz
当前离线
积分
357
IP卡
狗仔卡
发表于 2002-9-13 14:02:27
|
显示全部楼层
问题就在这里。
[rock@localhost 7.3]$ cd /
[rock@localhost /]$ ls
bin dev home lib misc opt root swap usr
boot etc initrd lost+found mnt proc sbin tmp var
[rock@localhost /]$ cd home
[rock@localhost home]$ ls
lost+found rock
[rock@localhost home]$ cd rock
[rock@localhost rock]$ ls
74audio_Linux_package1.16 74audio_Linux_package1.16.zip Desktop Mail
[rock@localhost rock]$ cd 74audio_Linux_package1.16
[rock@localhost 74audio_Linux_package1.16]$ ls
2216 240 Caldera happy Mandrake Read-me.txt RedFlag RedHat SuSE
[rock@localhost 74audio_Linux_package1.16]$ cd RedHat
[rock@localhost RedHat]$ ls
6.0 6.1 6.2 6.2lp 7.0 7.1 7.2 7.3
[rock@localhost RedHat]$ cd 7.3
[rock@localhost 7.3]$ ls
74audio.rht73.athlon 74audio.rht73.i386.gz
74audio.rht73.athlon.gz 74audio.rht73.i686.gz
[rock@localhost 7.3]$ cd 74audio.rht73.athlon
[rock@localhost 74audio.rht73.athlon]$ ./Vinstall
bash: ./Vinstall: No such file or directory
[rock@localhost 74audio.rht73.athlon]$ ./vinstall
-------- install start --------
cp: cannot create regular file `/lib/modules/2.4.18-3/kernel/drivers/sound/viaudio.o': Permission denied
cp: cannot create regular file `/etc/old.modules.conf': Permission denied
backup modules.conf to old.modules.conf
cp: cannot create regular file `/etc/modules.conf': Permission denied
via82cxxx_audio: Device or resource busy
depmod: Can't open /lib/modules/2.4.18-3/modules.dep for writing
modprobe: Can't locate module viaudio
-------- vinstall end --------
我在安装的时候出现下面的信息,请问为什么 这样呢?
:confused:
回复
支持
反对
使用道具
举报
显身卡
hzbiz
hzbiz
当前离线
积分
357
IP卡
狗仔卡
发表于 2002-9-13 14:11:57
|
显示全部楼层
还有一 些错误信息。
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.
这些东东不太正常。
:confused:
回复
支持
反对
使用道具
举报
显身卡
北南南北
北南南北
当前离线
积分
24302
IP卡
狗仔卡
发表于 2002-9-13 20:34:42
|
显示全部楼层
有没有把kernel source安装上???
回复
支持
反对
使用道具
举报
显身卡
ckf
ckf
当前离线
积分
324
IP卡
狗仔卡
发表于 2002-9-14 00:03:05
|
显示全部楼层
我在Redflag是这样安装的,先下载了68audio_linux_package1.16,
解zip后里面有几个目录,分别有Redhat ,Redflag ,mdk ,......等目录,里面有不同的版本驱动,我选了Redflag3.0的68audiorfg30.gz,
解压后就会有vinstall的文件,在当前目录下./vinstall,
这样就ok了.
回复
支持
反对
使用道具
举报
显身卡
hzbiz
hzbiz
当前离线
积分
357
IP卡
狗仔卡
发表于 2002-9-14 08:37:15
|
显示全部楼层
如何解决?
[rock@localhost 74audio.rht73.athlon]$ sh vinstall
-------- install start --------
cp: cannot create regular file `/lib/modules/2.4.18-3/kernel/drivers/sound/viaudio.o': Permission denied
cp: cannot create regular file `/etc/old.modules.conf': Permission denied
backup modules.conf to old.modules.conf
cp: cannot create regular file `/etc/modules.conf': Permission denied
depmod: Can't open /lib/modules/2.4.18-3/modules.dep for writing
modprobe: Can't locate module viaudio
-------- vinstall end --------
怎么老是出现这样的问题呢?
:confused:
回复
支持
反对
使用道具
举报
显身卡
北南南北
北南南北
当前离线
积分
24302
IP卡
狗仔卡
发表于 2002-9-14 08:37:59
|
显示全部楼层
有没有把kernel source安装上???
回复
支持
反对
使用道具
举报
显身卡
hackhost
hackhost
当前离线
积分
156
IP卡
狗仔卡
楼主
|
发表于 2002-9-14 16:53:38
|
显示全部楼层
什么是kernel source ???
怎么样安装?
回复
支持
反对
使用道具
举报
显身卡
北南南北
北南南北
当前离线
积分
24302
IP卡
狗仔卡
发表于 2002-9-14 17:04:59
|
显示全部楼层
在安装盘里找,有还kernel source字样的文件,找出来安装上。就是内核。。
#rpm -ivh *rpm --nodeps --force
回复
支持
反对
使用道具
举报
显身卡
hackhost
hackhost
当前离线
积分
156
IP卡
狗仔卡
楼主
|
发表于 2002-9-15 01:27:55
|
显示全部楼层
我安装是提示错误:
-------- install start --------
old.modules.conf already exist
-------- vinstall end --------
好象是旧的驱动存在,不能安装!现在我该怎么办!
还有在shell里声卡检测出现错误提示:
声音配置工┌────────────────────┤ modprobe 出错 ├
│ 在运行 modprobe 程序时出现了下列错误:
│ /lib/modules/2.4.18-3/kernel/drivers/sound/via82cxxx_a
│ udio.o: init_module: No such device
│ /lib/modules/2.4.18-3/kernel/drivers/sound/via82cxxx_a
│ udio.o: insmod
│ /lib/modules/2.4.18-3/kernel/drivers/sound/via82cxxx_a
│ udio.o failed
│ /lib/modules/2.4.18-3/kernel/drivers/sound/via82cxxx_a
│ udio.o: insmod sound-slot-0 failed
现在该怎么办?
回复
支持
反对
使用道具
举报
显身卡
北南南北
北南南北
当前离线
积分
24302
IP卡
狗仔卡
发表于 2002-9-15 12:53:52
|
显示全部楼层
安装kernel source时,用不着运行modprobe。。。。。不知道兄弟用这个命令想做什么???
回复
支持
反对
使用道具
举报
显身卡
下一页 »
1
2
3
4
5
6
7
/ 7 页
下一页
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
Debian Linux
Linux 发行版其他专题
红旗 REDFLAG Linux
服务器架设、应用、维护
MySQL
Linux 输入开发与研究
RelaxBSD 讨论区
Linux 专业英文精品技术文档专题
Ubuntu Linux 专题讨论
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表