I am facing the same trouble but in my case
the parallel printer driver complains about a possible
interrupt sharing problem because i run it on interrupt 7.

The alsa driver however works pretty well with this chip for me.

The sound chip does not generate any interrupts on its own line.
So it does not sound at all.

Maybe i can find something by comparing the alsa driver chip initialisation
with the 2.4.2 driver.
It feels strange having the card generating a completely different interrupt
than the one assigned to it.

Anyone with an idea ?


Gerold

Will Newton wrote:
> 
> I am still having problems with this driver.
> 
> When loading the driver I get:
> 
> es1371: version v0.27 time 00:47:56 Mar  7 2001
> es1371: found chip, vendor id 0x1274 device id 0x1371 revision 0x08
> PCI: Found IRQ 10 for device 00:0b.0
> es1371: found es1371 rev 8 at io 0xa400 irq 10
> es1371: features: joystick 0x0
> ac97_codec: AC97  codec, id: 0x0000:0x0000 (Unknown)
> spurious 8259A interrupt: IRQ7.
> 
> This last line seems strange as /proc/interrupts does not list IRQ7:
> 
>   0:    2515137          XT-PIC  timer
>   1:      18752          XT-PIC  keyboard
>   2:          0          XT-PIC  cascade
>   4:    2438600          XT-PIC  serial
>   5:          0          XT-PIC  bttv
>   8:          1          XT-PIC  rtc
>  10:          0          XT-PIC  es1371
>  12:     310926          XT-PIC  PS/2 Mouse
>  14:     137157          XT-PIC  ide0
>  15:      35714          XT-PIC  ide1
> NMI:          0
> ERR:          1
> 
> The chip is actually a Cirrus Logic CS4297A.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to