|
|
[root@localhost oss]# ./oss-install
One or more applications are currently using sound:
2847 /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_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_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@localhost oss]# lsmod
Module Size Used by
fglrx 230076 7
autofs4 23237 0
i2c_dev 11329 0
i2c_core 22081 1 i2c_dev
sunrpc 157093 1
ipt_REJECT 6593 1
ipt_state 1857 5
ip_conntrack 40949 1 ipt_state
iptable_filter 2753 1
ip_tables 16833 3 ipt_REJECT,ipt_state,iptable_filter
nls_utf8 2113 2
vfat 14529 2
fat 44257 1 vfat
dm_mod 54741 0
button 6481 0
battery 8901 0
ac 4805 0
md5 4033 1
ipv6 232705 12
ohci_hcd 21713 0
ehci_hcd 30917 0
snd_intel8x0 33769 1
snd_ac97_codec 63889 1 snd_intel8x0
snd_pcm 96841 1 snd_intel8x0
snd_timer 29893 1 snd_pcm
snd_page_alloc 9673 2 snd_intel8x0,snd_pcm
snd_mpu401_uart 8769 1 snd_intel8x0
snd_rawmidi 26597 1 snd_mpu401_uart
snd_seq_device 8137 1 snd_rawmidi
snd 54949 9 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 9889 1 snd
forcedeth 19009 0
tulip 45025 0
floppy 58481 0
ext3 116809 3
jbd 71257 1 ext3 |
|