Subject: Re: xen network problem
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Geert Hendrickx <ghen@telenet.be>
List: port-xen
Date: 03/08/2006 17:24:33
On Wed, Mar 08, 2006 at 05:07:10PM +0100, Manuel Bouyer wrote:
> Is it GENERIC or GENERIC.ACPI ?

Ehr, neither (because I use cgd), but I've verified it works with GENERIC,
too.  

> > rtk0 at pci3 dev 2 function 0: Realtek 8139 10/100BaseTX
> > (correctly detected by the XEN0 kernel)
> 
> I think I got xen working with such a card, although I don't have systems
> using this adapter right now.

So you think it could be related to the network card I'm using?  I can try
with an USB ral(4) card on the same machine (but not now).  

> Just a though, can you check (using netstat -i) that the adpater is
> properly getting interrupts ?

Here's the output of netstat -i after a fresh boot and ifconfig: 

Name  Mtu   Network       Address              Ipkts Ierrs    Opkts Oerrs Colls
rtk0  1500  <Link>        00:c0:9f:8d:d8:a4        0     0        7     2     0
rtk0  1500  143.129.75/24 pcinf31.cmi.ua.ac        0     0        7     2     0
rtk0  1500  fe80::        fe80::2c0:9fff:fe        0     0        7     2     0
lo0   33192 <Link>                                 0     0        0     0     0
lo0   33192 loopback/8    localhost                0     0        0     0     0
lo0   33192 localhost     ::1                      0     0        0     0     0
lo0   33192 fe80::        fe80::1                  0     0        0     0     0

I also noticed the kernel is saying "rtk0: watchdog timeout".  

	Geert