Re: PROBLEM Please Help

From: David Miller
Date: Fri Aug 18 2006 - 02:36:28 EST


From: "Ashok Shankar Das" <ashok.s.das@xxxxxxxxx>
Date: Fri, 18 Aug 2006 11:52:58 +0530

> You start pinging to a perticular IP then there will be no activity.
> If The MOUSE is moved or if scroll wheel is scrolled then The ping
> shows some activity.

The IRQ for the network device is not being enabled properly. The
MOUSE happens to be on the same shared interrupt as the network
device so when you move it the interrupt handler for the network
device gets invoked too.

Just my guess...

-
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/