Click to See Complete Forum and Search --> : SoundCard Problem - SoundBlaster 128PCI
anarchy22
06-18-2001, 08:56 PM
Hi all.
I'm trying to load the module es1370(for my sound card) at rc.modules (Slackware 7.1) but i'm receiving this error in the inicialization.
Someone know what i need to do?
es1370: version v0.31 time 19:19:49 Jun 20 2000
/lib/modules/2.2.16/misc/es1370.o: init_module: Device or resource busy
Hint: this error can be caused by incorrect module parameters, including invali$
/lib/modules/2.2.16/misc/es1370.o: insmod /lib/modules/2.2.16/misc/es1370.o fai$
/lib/modules/2.2.16/misc/es1370.o: insmod es1370 failed
Thanks a lot :confused: :confused:
Radar
06-18-2001, 09:53 PM
Not sure about slackware, but have you tried sndconfig?
Also, are you sure it's an es1370 & not es1371 or es1373? If the card has a creative chip, and not an ensoniq, then your SOL.
What command did you run? insmod or modprobe?
anarchy22
06-18-2001, 11:10 PM
Originally posted by Radar:
<STRONG>Not sure about slackware, but have you tried sndconfig?
Also, are you sure it's an es1370 & not es1371 or es1373? If the card has a creative chip, and not an ensoniq, then your SOL.
What command did you run? insmod or modprobe?</STRONG>
Hi Radar, thanks for your help!.
Well, I think that sndconfig is only for RedHat...
I tryed es1371 and es1373 but without success. I think that the correct module is es1370.
I used the command modprobe
Thanks
:confused:
Radar
06-18-2001, 11:30 PM
try as root: lsmod
and look at all your modules. Maybe it's already loaded? (grabbing at straws)
Did you get an option to set it up at install time?
bdg1983
06-19-2001, 08:02 AM
Device or resource busy
This usually indicates a resource conflict with either the IRQ or I/O address.
I would suggest you first try setting PnP OS in the BIOS to disabled. If that doesn't work, then try loading the module with parameters specifying a different IRQ or I/O.
cat /proc/pci
cat /proc/ioports
to find out what your system has currently assigned.
Hefesto
06-20-2001, 08:52 AM
Hello,
I am trying to achieve the same task. Where can I download the module.
Thanks
demian
06-20-2001, 11:43 AM
Originally posted by Hefesto:
<STRONG>Where can I download the module.</STRONG>
It's already on your harddrive :) (It's part of the linux kernel) Just do modprobe es137x, x={0,1,3} and you should be fine. To determine the chipset of your card check the output of lspci or cat /proc/pci for me that reads:
00:0a.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)
So I use modeprobe es1371.