From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Argyro
Andreou
Sent: Thursday, February 21, 2008 3:15 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: Unable to load eth0 and start xend--Using Xen
3.2.0on an FC8
On Thu, Feb 21, 2008 at 1:15 PM, Argyro Andreou <argyro.andreou@xxxxxxxxx> wrote:
Sorry for starting up a new thread on this issue..email
mixups :P
Anyway...I'm running Xen 3.2.0 on an FC8 system. I compiled
Xen from the source code. The xen kernel is loading fine with the exception
that when I try to start xend it says that device eth0 does not exist.
ifconfig -a results only in showing the loopback interface
modprobe e1000 and then ifconfig -a results in showing the
sit0 interface in addition to the loopback interface.
ifconfig eth0 up results in an error saying that eth0 does
not exist.
lsmod -a shows that e1000 is loaded
Also in the modprobe.conf file I have alias eth0 e1000
Any ideas what's happening ? Why it doesn't detect the eth0
interface?