|
楼主 |
发表于 2004-11-21 20:02:47
|
显示全部楼层
装oss遇到的问题..........
[root@x software]# ./oss-install
One or more applications are currently using sound:
2637 /usr/libexec/gnome-settings-daemon
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_intel8x0 is in use
Failed to unload module 'snd_intel8x0'
ERROR: Module snd_ac97_codec is in use by snd_intel8x0
Failed to unload module 'snd_ac97_codec'
ERROR: Module snd_pcm is in use by snd_intel8x0
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_mpu401_uart is in use by snd_intel8x0
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_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,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.
[root@x software]# |
|