|
手头上的机器用的是KT333芯片组,安装mdk10.0/10.1/FC2/FC3时都能识别出声卡的型号并自动加载snd_via82xx驱动但使用该型号驱动时,无法听到声音,在MDK中可以在控制中心中将驱动改为via82cxxx即可听到声音,由于某些原因我要使用一段时间FC2/3,但此时没有地方该驱动,用oss后他说:
[root@Fedore root]# ./oss-install
One or more applications are currently using sound:
2372 /usr/libexec/mixer_applet2
OK to close them (Y/N) ? y
Sending termination signals
Sending kill signals
Checking for any previously installed sound drivers...
*** Sound driver is already running - trying to unload it ***
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 log out from the
X Windows session, then press <ctl><alt><F1> and log in on the Linux console
as root and then install OSS again.
Am I allowed to do these changes automatically for you (Y/N) ? n
[root@Fedore root]# lsmod
Module Size Used by
ppp_synctty 6016 0
ppp_async 8064 1
ppp_generic 20500 6 ppp_synctty,ppp_async
slhc 5632 1 ppp_generic
snd_pcm_oss 40740 0
snd_mixer_oss 13824 3 snd_pcm_oss
snd_via82xx 19104 3
snd_pcm 68872 2 snd_pcm_oss,snd_via82xx
snd_timer 17156 1 snd_pcm
snd_ac97_codec 50436 1 snd_via82xx
snd_page_alloc 7940 2 snd_via82xx,snd_pcm
gameport 3328 1 snd_via82xx
snd_mpu401_uart 4864 1 snd_via82xx
snd_rawmidi 17184 1 snd_mpu401_uart
snd_seq_device 6152 1 snd_rawmidi
snd 38372 11 snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_pcm,snd_timer,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 6112 3 snd
parport_pc 19392 1
lp 8236 0
parport 29640 2 parport_pc,lp
autofs4 10624 0
via_rhine 15624 0
mii 3584 1 via_rhine
floppy 47440 0
sg 27552 0
scsi_mod 91344 1 sg
dm_mod 33184 0
uhci_hcd 23708 0
button 4504 0
battery 6924 0
asus_acpi 8472 0
ac 3340 0
ipv6 184288 8
ext3 102376 3
jbd 40216 1 ext3
[root@Fedore root]# rmmod snd_via82xx
ERROR: Module snd_via82xx is in use
[root@Fedore root]# ./oss-install
One or more applications are currently using sound:
2730 /usr/libexec/mixer_applet2
OK to close them (Y/N) ? y
Sending termination signals
Sending kill signals
Checking for any previously installed sound drivers...
*** Sound driver is already running - trying to unload it ***
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 log out from the
X Windows session, then press <ctl><alt><F1> and log in on the Linux console
as root and then install OSS again.
Am I allowed to do these changes automatically for you (Y/N) ? y
Trying to disable the conflicting sound driver
/etc/modprobe.conf backed up to /etc/modprobe.conf.bak
Unloading the existing sound driver
ERROR: Module snd_mixer_oss is in use
Failed to unload module 'snd_mixer_oss'
ERROR: Module snd_via82xx is in use
Failed to unload module 'snd_via82xx'
ERROR: Module snd_pcm is in use by snd_via82xx
Failed to unload module 'snd_pcm'
ERROR: Module snd_timer is in use by snd_pcm
Failed to unload module 'snd_timer'
ERROR: Module snd_ac97_codec is in use by snd_via82xx
Failed to unload module 'snd_ac97_codec'
ERROR: Module snd_mpu401_uart is in use by snd_via82xx
Failed to unload module 'snd_mpu401_uart'
ERROR: Module snd_rawmidi is in use by snd_mpu401_uart
Failed to unload module 'snd_rawmidi'
ERROR: Module snd_seq_device is in use by snd_rawmidi
Failed to unload module 'snd_seq_device'
ERROR: Module snd is in use by snd_mixer_oss,snd_via82xx,snd_pcm,snd_timer,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_device
Failed to unload module 'snd'
ERROR: Module soundcore is in use by snd
Failed to unload module 'soundcore'
/etc/modprobe.conf.dist backed up to /etc/modprobe.conf.dist.bak
Unloading the existing sound driver
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.
这个是lsmod
[root@Fedore root]# lsmod
Module Size Used by
ppp_synctty 6016 0
ppp_async 8064 1
ppp_generic 20500 6 ppp_synctty,ppp_async
slhc 5632 1 ppp_generic
snd_mixer_oss 13824 1
snd_via82xx 19104 1
snd_pcm 68872 1 snd_via82xx
snd_timer 17156 1 snd_pcm
snd_ac97_codec 50436 1 snd_via82xx
snd_page_alloc 7940 2 snd_via82xx,snd_pcm
gameport 3328 1 snd_via82xx
snd_mpu401_uart 4864 1 snd_via82xx
snd_rawmidi 17184 1 snd_mpu401_uart
snd_seq_device 6152 1 snd_rawmidi
snd 38372 8 snd_mixer_oss,snd_via82xx,snd_pcm,snd_timer,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 6112 2 snd
parport_pc 19392 1
lp 8236 0
parport 29640 2 parport_pc,lp
autofs4 10624 0
via_rhine 15624 0
mii 3584 1 via_rhine
floppy 47440 0
sg 27552 0
scsi_mod 91344 1 sg
dm_mod 33184 0
uhci_hcd 23708 0
button 4504 0
battery 6924 0
asus_acpi 8472 0
ac 3340 0
ipv6 184288 8
ext3 102376 3
jbd 40216 1 ext3
我对系统虽然了解但这个东西却不知怎么办希望大家给个方法,谢谢. |
|