Re: Network problem with 2.6.18-mm1 ?

From: Jesse Brandeburg
Date: Fri Sep 29 2006 - 14:08:36 EST


On 9/28/06, Sukadev Bhattiprolu <sukadev@xxxxxxxxxx> wrote:
$ cat /proc/interrupts

CPU0 CPU1
28: 0 0 IO-APIC-fasteoi eth0
NMI: 96 35
LOC: 18251 18524
ERR: 0

you should be getting an interrupt every two seconds from the eth0
(e1000) driver. You are having interrupt delivery problems probably
due to something screwing up interrupt routing in the kernel.
Normally these issues are associated with MSI interrupts but your
adapter doesn't support those and is using generic IRQ

I'm guessing that if you somehow enable interrupts on your vga card on
the same bus as e1000 (bus 3) it will have interrupt delivery problems
as well. Maybe try xorg?

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