Re: Lots of kernel oopses in pre-2.1.122-2 (CPU not overclocked)

David Whysong (dwhysong@physics.ucsb.edu)
Tue, 15 Sep 1998 12:02:02 -0700 (PDT)


On Tue, 15 Sep 1998, Paul Barton-Davis wrote:

> Very interesting. Can you email me/us the relevant contents of
> /var/log/messages for the failed modprobe ? I'm guessing it says
> something like "interrupt not received after h/w reset".

That's exactly what it says, in fact it usually prints this to the screen.
>From dmesg:

Turtle Beach WaveFront Driver
Copyright (C) by Hannu Solvainen, Paul Barton-Davis 1993-1998.
WaveFront: no response to firmware probe, assume raw.
WaveFront: intr not received after h/w un-reset.
WaveFront: hardware reset failed

> I think that the first time I used isapnp, and got the IRQ wrong, I
> may have seen something like this. I didn't bother to investigate it
> since it was immediately clear that I had used the wrong IRQ. If so,
> I'd guess that this a Tropez+ board-level error rather than a kernel
> one, but what triggers is is anyone's guess.

I reserved IRQ 11 and 12 for ISA devices in the BIOS, so I expect them to
be free. I can't get the wavefront driver to work on IRQ 9, 11, or 12. The
cs4232/ad1848 seem to be happy on IRQ 11 now. Both isapnp and conf.modules
are set up to for IRQ 11 and 12.

Everything used to work on IRQ 5 (cs4232/ad1848) and 9 (wavefront) but I
upgraded to a Pentium II BX motherboard and it went haywire. I'm now using
kernel pre-2.1.122-3. I noticed there were some wavefront changes in this
patch, but they didn't fix the problem.

[dwhysong@Sleepy dwhysong]$ cat /proc/interrupts
CPU0
0: 4164750 IO-APIC-edge timer
1: 11838 IO-APIC-edge keyboard
2: 0 XT-PIC cascade
3: 530671 IO-APIC-edge serial
4: 85834 IO-APIC-edge serial
5: 232 IO-APIC-level eth0
8: 0 IO-APIC-edge rtc
11: 2 IO-APIC-edge Crystal audio controller
13: 1 XT-PIC fpu
14: 16426 IO-APIC-edge ide0
15: 6989 IO-APIC-edge ide1
NMI: 0
IPI: 0

[dwhysong@Sleepy dwhysong]$ grep IRQ /etc/isapnp.conf
(INT 0 (IRQ 11 (MODE +E))) (IO 0 (BASE 0x0534)) (IO 1 (BASE 0x0388))
(CONFIGURE CSC7632/-1 (LD 4 (INT 0 (IRQ 12 (MODE +E))) (IO 0 (BASE 0x0330))

[dwhysong@Sleepy dwhysong]$ grep irq /etc/conf.modules
options ftape ft_fdc_base=0x3f0 ft_fdc_irq=6 ft_fdc_dma=2
options wavefront io=0x330 irq=12 wf_raw=1
options cs4232 synthio=0x330 synthirq=12 io=0x530 irq=11 dma=1 dma2=3

The PS/2 mouse port and USB are disabled in BIOS, video card is on IRQ 10,
SCSI is IRQ 9, and network card is IRQ 5. I don't see a problem with the
interrupt configuration.

Dave

David Whysong dwhysong@physics.ucsb.edu
Astrophysics graduate student University of California, Santa Barbara
PGP public keys available at http://www.physics.ucsb.edu/~dwhysong/pgpkey.asc
DSS PGP Key 0x903F5BD6 : FE78 91FE 4508 106F 7C88 1706 B792 6995 903F 5BD6
D-H PGP key 0x5DAB0F91 : BC33 0F36 FCCD E72C 441F 663A 72ED 7FB7 5DAB 0F91

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/