Hello, I installed Xen 3.4.0 yesterday and managed to boot it up. When I boot my machine with xen kernel I can''t find my eth0. I tried ifconfig but it return only loopback interface.Anyone experienced this before? Do I need to install something to get network card to work? ///////////// when boot with Xen kernello Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:1334 errors:0 dropped:0 overruns:0 frame:0 TX packets:1334 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:87408 (85.3 KiB) TX bytes:87408 (85.3 KiB) thx,gra _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ronaldo Zacarias Afonso
2009-Jul-22 22:58 UTC
Re: [Xen-users] network problem after boot Xen
Isn''t your ethernet interface just down? Try ifconfig -a or even better ip link show []s Ronaldo. On Wed, Jul 22, 2009 at 7:54 PM, Gra zeus<gra_zeus@yahoo.com> wrote:> Hello, > I installed Xen 3.4.0 yesterday and managed to boot it up. When I boot my > machine with xen kernel I can''t find my eth0. I tried ifconfig but it > return only loopback interface. > Anyone experienced this before? Do I need to install something to get > network card to work? > ///////////// when boot with Xen kernel > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:1334 errors:0 dropped:0 overruns:0 frame:0 > TX packets:1334 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:87408 (85.3 KiB) TX bytes:87408 (85.3 KiB) > thx, > gra > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Gra zeus wrote:> Hello, > > I installed Xen 3.4.0 yesterday and managed to boot it up. When I boot > my machine with xen kernel I can''t find my eth0. I tried ifconfig but > it return only loopback interface. > Anyone experienced this before? Do I need to install something to get > network card to work? > > ///////////// when boot with Xen kernel > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:1334 errors:0 dropped:0 overruns:0 frame:0 > TX packets:1334 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:87408 (85.3 KiB) TX bytes:87408 (85.3 KiB) > > thx, > gra >Do a `ls /sys/class/net/`. Does it show anything besides lo in that directory? If not, then it is probably that the dom0 kernel you are booting does not have the driver for the particular network card that you have. If there is something besides lo, can you do an ifconfig on an interface named by what is listed there and get networking up? Hopefully that gives you some direction. mike _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users