Hi,
>I need some advice on how to get my sound card running.
If you have a pnp card, you have to do the following:
pnpdump>>/etc/isapnp.conf
Then you have to edit that file, meaning that you have to uncomment a few lines
(ACT Y) also. Which io, irq and dma you would like to use.
Then you can run isapnp /etc/isapnp.conf
At this point you should be able to have irq, etc. set for the card.
You have to recompile the kernel with sound support for your card, in module!
To load the module, insmod uart401; insmod sb io=0x220 irq=5 dma=0 (these are
my settings).
Well, you can either rely on kernel module loader, on crate a file called
/etc/rc2.d/S99sound, and write the insmod lines in it.
You can probably get more information about this process in isapnp docs,
howtos.
If you have any more questions, or this short description wasn't absolutely
clear, or I just forgot something, just ask.
Ferenc
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************