LinuxSir.cn,穿越时空的Linuxsir!

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

请问怎么样在LINUX启动时,自动加载WIN的fat32分区?

[复制链接]
发表于 2002-11-10 15:17:10 | 显示全部楼层

紧急求救!!!

我在按照你说的安装OSS的时候
在运行# ./oss-install之后,出现:
Checking for any previously installed sound drivers... You appear to have the the kernel level sound driver installed as a loadable
module. Unload it by executing rmmod sound and try installing OSS/Linux again.

If this error repeats again you probably have the sound driver being loaded
automagically by the kerneld daemon. In this case you should remove all sound.o
files from all subdirectories of /lib/modules in addition to executing
rmmod sound. After that you probably should reboot the system before trying to
install OSS again. Edit /etc/modules.conf and remove the 'alias sound ...'
line in case it exist and replace it by 'alias sound off'.

Also add a line containing 'alias char-major-14 off' to /etc/modules.conf.
Am I allowed to do these changes automatically for you (Y/N) ? n


Error: OSS cannot be installed because there is another sound driver loaded.
Driver 'sound' has registered the sound device (character major 14) for itself.

You seem to have OSS/Free statically linked into kernel.
You need to reconfigure and reinstall the kernel
with sound support disabled.

但是我在使用# rmmod sound之后出现的又是rmmod: module sound is not loaded
这个时候从新安装OSS也不形
我该怎么做呢?

没有声音的世界好可怕.
发表于 2002-11-10 16:50:30 | 显示全部楼层
兄弟,你用的是什么声卡?看错识误信息,说声卡已经驱动起来了。
发表于 2002-11-10 19:30:45 | 显示全部楼层

VIA VT8233A AC97声卡

系统能够检测到声卡
运行声卡检测之后看到的是:
型号:VIA VT8233 AC97 AUDIO CONTROLLER
模块:via82cxxx_audio
但听不到测试音
在进入声音和视频>>音量控制 之后,提示
"无法打开音频设备
请确认你有打开 /dev/mixer的权限
并确认你在编译内核时已经加入了声音支持"
而我确实是以root身分登录的
在运行sndconfig之后,识别到声卡,但是在选择播放测试音之后,提示
modprobe 出错  
在运行 modprobe 程序时出现了下列错误:                            /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o:   init_module: No such device                                       /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o:    insmod                                                           /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o   
failed                                                         /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o:   
insmod sound-slot-0 failed
发表于 2002-11-10 19:32:08 | 显示全部楼层

VIA VT8233 AC97

系统能够检测到声卡
运行声卡检测之后看到的是:
型号:VIA VT8233 AC97 AUDIO CONTROLLER
模块:via82cxxx_audio
但听不到测试音
在进入声音和视频>>音量控制 之后,提示
"无法打开音频设备
请确认你有打开 /dev/mixer的权限
并确认你在编译内核时已经加入了声音支持"
而我确实是以root身分登录的
在运行sndconfig之后,识别到声卡,但是在选择播放测试音之后,提示
modprobe 出错  
在运行 modprobe 程序时出现了下列错误:                            /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o:   init_module: No such device                                       /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o:    insmod                                                           /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o   
failed                                                         /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o:   
insmod sound-slot-0 failed
发表于 2002-11-11 08:14:37 | 显示全部楼层
这样试一下。
在/etc/rc.d目录下的rc.local文件中加上一句,用鼠标右键点击,打开方式用kate

insmod -f  /lib/modules/2.4.18-14/kernel/drivers/sound/via82cxxx_audio.o
发表于 2002-11-11 11:08:06 | 显示全部楼层

OSS这样提示该怎么办?

[root@localhost oss]# ./oss-install
Checking for any previously installed sound drivers... You appear to have the th
e kernel level sound driver installed as a loadable
module. Unload it by executing rmmod sound and try installing OSS/Linux again.

If this error repeats again you probably have the sound driver being loaded
automagically by the kerneld daemon. In this case you should remove all sound.o
files from all subdirectories of /lib/modules in addition to executing
rmmod sound. After that you probably should reboot the system before trying to
install OSS again. Edit /etc/modules.conf and remove the 'alias sound ...'
line in case it exist and replace it by 'alias sound off'.

Also add a line containing 'alias char-major-14 off' to /etc/modules.conf.
Am I allowed to do these changes automatically for you (Y/N) ?

再说一次我的电脑配置
RH8.0 VIA VT8233 AC97
发表于 2002-11-11 12:02:59 | 显示全部楼层
Y
发表于 2002-11-11 14:15:04 | 显示全部楼层
请兄弟把你所想做的说明白一下,是加载fat32格式的,还是linux系统格式的。最好把加载的磁盘分区,以及你所设置的/etc/fstab都说一下,这样大家就好帮助你了。
如果看到帖子没有回复,就得想一想是否是自己表达上有问题?
请看我的缄名。多谢。
发表于 2002-11-11 16:35:50 | 显示全部楼层
那个oss的license能用吗?
发表于 2002-11-11 17:06:39 | 显示全部楼层

Linux下加载windows分区失败!请北南兄帮忙!谢谢!

我是照着论坛上的帖子做的!
我的fstab文件为:
LABEL=/                 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/shm                tmpfs   defaults        0 0
/dev/hda10              swap                    swap    defaults        0 0
/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,kudzu,ro 0 0
/dev/hda7               /mnt/WinF               vfat    rw,codepage=936,iocharset=cp936 0 0
然后在KDE下新建硬盘,然后选择,完了之后,他说
无法安装设备,许错误报告为mount :mount point
/mnt/winF  does not exsit!
请北南兄帮忙!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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