matt wrote:
> 
> Anyone have any instructions on setting up a sound blaster 16-bit isa card
> in SuSE 6?
> 

There is a help file in /usr/src/linux/Documentation/sound.

If you have the standard suse kernel and modules in there,
you probably just need to set up isapnp for it. I'm guessing
it's a pnp card.
Do a  
pnpdump > /etc/isapnp.conf

Then edit the /etc/isapnp.conf file to give
the irq and io ports. Try to use irq5, as this
will be better for your printer if you move to
a newer 2.2.* series kernel.

Then put those entries in /etc/conf.modules
such as
alias char-major-14 sound
alias sound  sb
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330

Those are good numbers for an awe32, you may need to change
those for a plain sb16.

Then just do a 
modprobe sb
to turn sound on

The kernel or kerneld should autoload sound
if that feature is enabled.
--
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
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to