<html><br>
<br>
-We were having IP problems logging into a machine.<br>That is, we could log in but after a time, what seemed<br>random usually less than 2 minutes and sometimes right<br>away, we would get booted out (The machine did not<br>boot, we just had socket reset and our connection was<br>terminated).<br><br>We could not figure out why.  We are using eth0.<br>Someone said to look at /proc/interrupts, so I did<br>and noticed this:<br><br><blockquote>          <font face="courier new,courier"> CPU0       CPU1<br>  0:  245814562  245881443    IO-APIC-edge  timer<br>  1:          0         10    IO-APIC-edge  i8042<br>  4:        207        285    IO-APIC-edge  serial<br>  8:          0          1    IO-APIC-edge  rtc<br>  9:          0         10   IO-APIC-level  acpi<br> 12:          0         67    IO-APIC-edge  i8042<br> 14:    2211571    2211373    IO-APIC-edge  ide0<br>169:   12782129         21   IO-APIC-level  uhci_hcd, uhci_hcd, eth0, Port0<br>177:          0          0   IO-APIC-level  uhci_hcd<br>185:       7258       5832   IO-APIC-level  uhci_hcd<br>193:          8          3   IO-APIC-level  ehci_hcd<br>201:    4185314    4182298   IO-APIC-level  ipacdrvr<br>209:     550426     555313   IO-APIC-level  ips<br>NMI:          0          0<br>LOC:  491120016  491120001<br>ERR:          0<br>MIS:          0</font><br><br></blockquote>Port0 is a port on another card we have installed, which has its own driver.<br>I think uhci_hcd is a USB driver.  Anyway, could this cause ehternet problems?<br>Anyway to remedy the situation?<br><br>
</html>