On Mon, 04 Apr 2005 06:16:07 +0000 (GMT) j.visch wrote: > Following recommendation from members to splash out and spend an extra 20 > dollars > I bought a new pci sound card, now it does come with sound drivers but they > require > reconfiguring the kernel which I always hate doing. Yast sees the sound card > but again I > get the skipping record effect dmesg says dma or irq conflict, so how do I > change the > default > dma or irq it is trying to access?
modinfo driver will give a list of parameters that can be applied when you load the driver probably something like modprobe driver irq=10,dma=3,io=0x220 but modinfo should tell you. > -- Nick Rout
