>
> 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.
I tried ...
> modinfo snd-cmipci
filename: /lib/modules/2.4.20-4GB/kernel/sound/pci/snd-cmipci.o
description: "C-Media CMI8x38 PCI"
author: "Takashi Iwai <[EMAIL PROTECTED]>"
license: "GPL"
parm: snd_index int array (min = 1, max = 8), description "Index value
for C-Media
PCI
soundcard."
parm: snd_id string array (min = 1, max = 8), description "ID string for
C-Media
PCI
soundcard."
parm: snd_enable int array (min = 1, max = 8), description "Enable
C-Media PCI
soundcard."
parm: snd_mpu_port long array (min = 1, max = 8), description "MPU-401
port."
parm: snd_fm_port long array (min = 1, max = 8), description "FM port."
parm: snd_soft_ac3 long array (min = 1, max = 8), description
"Sofware-conversion
of raw
SPDIF packets (model 033 only)."
I am none the wiser, where is the irq setting?