There are probably modules already loaded in memory causing the error you
are seeing.

You need to first unload the memory resident modules...

Try

# lsmod

to list them.

Unload all sound related modules...

I.E.

# rmmod soundcore

etc. Make sure you get the MPU module(s) too. You need to remove them all
for soundconf to work properly.

If you are getting an error message while attempting to remove one, then it
is likely that you need to first remove a child module first, and try the
same one again.

Afterwards try running soundconfig again.

-JMS

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Harry Kim
Sent: Sunday, April 29, 2001 4:49 PM
To: [EMAIL PROTECTED]
Subject: [newbie] soundcard help


hi i am having problems with my sb16 sound card... im running mandrake
7.2
when i run sndconfig i get the following error when it tries to play a
test sound

modprobe error

The following error occured running the modprobe program:

/lib/modules/2.2.17-21mdk/misc/sb.o: init_module: Device or resource
busy
/lib/modules/2.2.17-21mdk/misc/sb.o: insmod
/lib/modules/2.2.17-21mdk/misc/sb.o failed
/lib/modules/2.2.17-21mdk/misc/sb.o: insmod sound-slot-0 failed


any help or suggestions would be helpful
thanks
harry


Reply via email to