"(Ted Harding)" wrote:
> I wonder if anyone who has succeeded with a similar setup can give me
> any useful tips.
>
> I'm trying to get a PnP "Soundblaster" working on SuSE-5.1.
>
> "isapnp" gives the result:
>
> Board 1 has Identity 27 ff ff ff ff 68 18 73 16: ESS1868 Serial No
> 4294967295
>
> I'm trying to follow the guidance in the various Sound howtos, but can
> get no further: whatever I try, "cat /dev/sndstat" always tells me no
> "audio" devices are available, so presumably it's getting no response
> from the card.
>
> The various /dev sound devices seem to be in place as they should be.
>
> Any ideas, anyone?
>
> With thanks,
> Ted.
>
> --------------------------------------------------------------------
> E-Mail: (Ted Harding) <[EMAIL PROTECTED]>
> Date: 05-Jan-99 Time: 12:03:10
> --------------------------------------------------------------------
> -
> To get out of this list, please send email to [EMAIL PROTECTED] with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
> archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html
make sure that the sound is compiled into the kernel first.
in a term window, goto '/usr/src/linux-2.0.33.SuSE' and type in make
'xconfig'. Check the sound section.
sound card support = y
sound blaster support = y
/dev/dsp and d/dev/audio = y
MIDI interface = y
FM synth = y
I/O base = (your I/O address) [220]
IRQ = (your IRQ address) [5]
DMA = DMA address [1]
SB 16 DMA = SB 16 DMA [1]
MPU = MPU address [330]
SB MPU = SB MPU [-1]
Audio DMA buffer size = 65536
All other options are no [n]
goto 'Main Menu' and select Save and exit.
'make dep' (make dependencies)
'make clean'
'make zdisk' (to make a bootable disk to try it out first)
OR 'make zImage'
OR 'make zlilo'
restart computer with new kernel. Type 'cat /dev/sndstat' and see if the
SB settings are right. If yes, try
'cat somesoundfile.au > /dev/audio
It worked for me.
<<Tony>>
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html