Ronald G Minnich <[EMAIL PROTECTED]> writes:

> It looks like interrupts. I'm up with init=/bin/bash, and I can type 
> commands, but it runs way behind and output is groups of about 8 characters 
> followed by long pauses. Input overrun occurs if I type more than 16 
> characters too fast. 
> 
> 
> bash# cat /proc/interrupts
>            CPU0       CPU1
>   0:      34303     119266    IO-APIC-edge  timer
>   2:          0          0          XT-PIC  cascade
>   4:          0          0    IO-APIC-edge  serial
>   8:          0          0    IO-APIC-edge  rtc
>  14:         24         92    IO-APIC-edge  ide0
> NMI:          0          0
> LOC:     153472     153469
> ERR:          0
> MIS:          0
> bash# 
> 
> Looks like interrupts to me.

Same here.  I wonder what is getting setup incrorrectly.
It isn't the I/O APIC because you are getting some interrupts.
It isn't the XT PIC because you are getting timer interrupts.
So it feels like the superio code.

Very strange.  Which kernel are you running?


Eric

Reply via email to