Argyro Andreou
2008-Feb-21 18:15 UTC
[Xen-users] Unable to load eth0 and start xend--Using Xen 3.2.0 on an FC8
Hi all, 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? Thanks in advance Argyro _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Argyro Andreou
2008-Feb-21 20:15 UTC
[Xen-users] Re: Unable to load eth0 and start xend--Using Xen 3.2.0 on an FC8
Also I just wanted to give you the type of my eth card if that would help: Broadcom NetXtreme 57xx Gigabit Controller Please help !!!!! Thanks Argyro On Thu, Feb 21, 2008 at 1:15 PM, Argyro Andreou <argyro.andreou@gmail.com> wrote:> Hi all, > > 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? > > Thanks in advance > Argyro >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Tait Clarridge
2008-Feb-22 16:14 UTC
RE: [Xen-users] Re: Unable to load eth0 and start xend--Using Xen 3.2.0on an FC8
I don''t think you are trying to load the right module. Check your standard kernel and see what NIC module it is loading... probably something along the lines of bcm5700 or something like that. Make sure your xen kernel has that as a module and try again (after changing modprobe.conf obviously). Cheers, Tait From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Argyro Andreou Sent: Thursday, February 21, 2008 3:15 PM To: xen-users@lists.xensource.com Subject: [Xen-users] Re: Unable to load eth0 and start xend--Using Xen 3.2.0on an FC8 Also I just wanted to give you the type of my eth card if that would help: Broadcom NetXtreme 57xx Gigabit Controller Please help !!!!! Thanks Argyro On Thu, Feb 21, 2008 at 1:15 PM, Argyro Andreou <argyro.andreou@gmail.com> wrote: Hi all, 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? Thanks in advance Argyro _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Argyro Andreou
2008-Feb-25 16:01 UTC
Re: [Xen-users] Re: Unable to load eth0 and start xend--Using Xen 3.2.0on an FC8
I downloaded the Linux driver for the 57xx NetXtreme controller and installed. Oddly enough the name of the module is tg3. Anyway I cahnged the modprobe.conf again to have alias eth0 tg3 however the eth0 is still not loading saying that device does not exist. Any ideas on what I might be missing or doing wrong? Argyro On Fri, Feb 22, 2008 at 11:14 AM, Tait Clarridge < Tait.Clarridge@lavalife.com> wrote:> I don''t think you are trying to load the right module. Check your > standard kernel and see what NIC module it is loading… probably something > along the lines of bcm5700 or something like that. Make sure your xen kernel > has that as a module and try again (after changing modprobe.confobviously). > > > > Cheers, > > Tait > > > > *From:* xen-users-bounces@lists.xensource.com [mailto: > xen-users-bounces@lists.xensource.com] *On Behalf Of *Argyro Andreou > *Sent:* Thursday, February 21, 2008 3:15 PM > *To:* xen-users@lists.xensource.com > *Subject:* [Xen-users] Re: Unable to load eth0 and start xend--Using Xen > 3.2.0on an FC8 > > > > Also I just wanted to give you the type of my eth card if that would help: > > > > Broadcom NetXtreme 57xx Gigabit Controller > > > > Please help !!!!! > > > > Thanks > > Argyro > > On Thu, Feb 21, 2008 at 1:15 PM, Argyro Andreou <argyro.andreou@gmail.com> > wrote: > > Hi all, > > > > 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? > > > > Thanks in advance > > Argyro > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Stephan Seitz
2008-Feb-25 16:52 UTC
Re: [Xen-users] Re: Unable to load eth0 and start xend--Using Xen 3.2.0on an FC8
Could you please post an output of lspci, and the part of dmesg after modprobe tg3 ? Argyro Andreou schrieb:> I downloaded the Linux driver for the 57xx NetXtreme controller and > installed. Oddly enough the name of the module is tg3. Anyway I cahnged > the modprobe.conf again to have alias eth0 tg3 however the eth0 is still > not loading saying that device does not exist. > > Any ideas on what I might be missing or doing wrong? > > Argyro > > > > > On Fri, Feb 22, 2008 at 11:14 AM, Tait Clarridge > <Tait.Clarridge@lavalife.com <mailto:Tait.Clarridge@lavalife.com>> wrote: > > I don''t think you are trying to load the right module. Check your > standard kernel and see what NIC module it is loading… probably > something along the lines of bcm5700 or something like that. Make > sure your xen kernel has that as a module and try again (after > changing modprobe.conf obviously). > > > > Cheers, > > Tait > > > > *From:* xen-users-bounces@lists.xensource.com > <mailto:xen-users-bounces@lists.xensource.com> > [mailto:xen-users-bounces@lists.xensource.com > <mailto:xen-users-bounces@lists.xensource.com>] *On Behalf Of > *Argyro Andreou > *Sent:* Thursday, February 21, 2008 3:15 PM > *To:* xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com> > *Subject:* [Xen-users] Re: Unable to load eth0 and start xend--Using > Xen 3.2.0on an FC8 > > > > Also I just wanted to give you the type of my eth card if that would > help: > > > > Broadcom NetXtreme 57xx Gigabit Controller > > > > Please help !!!!! > > > > Thanks > > Argyro > > On Thu, Feb 21, 2008 at 1:15 PM, Argyro Andreou > <argyro.andreou@gmail.com <mailto:argyro.andreou@gmail.com>> wrote: > > Hi all, > > > > 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? > > > > Thanks in advance > > Argyro > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- Stephan Seitz Senior System Administrator *netz-haut* e.K. multimediale kommunikation zweierweg 22 97074 würzburg fon: +49 931 2876247 fax: +49 931 2876248 web: www.netz-haut.de <http://www.netz-haut.de/> registriergericht: amtsgericht würzburg, hra 5054 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Argyro Andreou
2008-Feb-25 17:58 UTC
Fwd: [Xen-users] Re: Unable to load eth0 and start xend--Using Xen 3.2.0on an FC8
---------- Forwarded message ---------- From: Argyro Andreou <argyro.andreou@gmail.com> Date: Mon, Feb 25, 2008 at 12:57 PM Subject: Re: [Xen-users] Re: Unable to load eth0 and start xend--Using Xen 3.2.0on an FC8 To: Stephan Seitz <s.seitz@netz-haut.de> lspci says: 00:19.0 Ethernet Controller: Intel Corporation 82566DM-2 GB Network Connection (rev 02) for the NIC. dmesg doesn''t have anything registered for tg3. --Argyro 2008/2/25 Stephan Seitz <s.seitz@netz-haut.de>: Could you please post an output of lspci, and the part of dmesg after> modprobe tg3 ? > > > > Argyro Andreou schrieb: > > I downloaded the Linux driver for the 57xx NetXtreme controller and > > installed. Oddly enough the name of the module is tg3. Anyway I cahnged > > the modprobe.conf again to have alias eth0 tg3 however the eth0 is still > > not loading saying that device does not exist. > > > > Any ideas on what I might be missing or doing wrong? > > > > Argyro > > > > > > > > > > On Fri, Feb 22, 2008 at 11:14 AM, Tait Clarridge > > <Tait.Clarridge@lavalife.com <mailto:Tait.Clarridge@lavalife.com>> > wrote: > > > > I don''t think you are trying to load the right module. Check your > > standard kernel and see what NIC module it is loading… probably > > something along the lines of bcm5700 or something like that. Make > > sure your xen kernel has that as a module and try again (after > > changing modprobe.conf obviously). > > > > > > > > Cheers, > > > > Tait > > > > > > > > *From:* xen-users-bounces@lists.xensource.com > > <mailto:xen-users-bounces@lists.xensource.com> > > [mailto:xen-users-bounces@lists.xensource.com > > <mailto:xen-users-bounces@lists.xensource.com>] *On Behalf Of > > *Argyro Andreou > > *Sent:* Thursday, February 21, 2008 3:15 PM > > *To:* xen-users@lists.xensource.com > > <mailto:xen-users@lists.xensource.com> > > *Subject:* [Xen-users] Re: Unable to load eth0 and start xend--Using > > Xen 3.2.0on an FC8 > > > > > > > > Also I just wanted to give you the type of my eth card if that would > > help: > > > > > > > > Broadcom NetXtreme 57xx Gigabit Controller > > > > > > > > Please help !!!!! > > > > > > > > Thanks > > > > Argyro > > > > On Thu, Feb 21, 2008 at 1:15 PM, Argyro Andreou > > <argyro.andreou@gmail.com <mailto:argyro.andreou@gmail.com>> wrote: > > > > Hi all, > > > > > > > > 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? > > > > > > > > Thanks in advance > > > > Argyro > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > > -- > Stephan Seitz > Senior System Administrator > > *netz-haut* e.K. > multimediale kommunikation > > zweierweg 22 > 97074 würzburg > > fon: +49 931 2876247 > fax: +49 931 2876248 > > web: www.netz-haut.de <http://www.netz-haut.de/> > > registriergericht: amtsgericht würzburg, hra 5054 >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
GP lisper
2008-Mar-03 06:53 UTC
[Xen-users] Re: Fwd: Re: Unable to load eth0 and start xend--Using Xen 3.2.0on an FC8
On Mon, 25 Feb 2008 12:58:17 -0500, <argyro.andreou@gmail.com> wrote:> --===============1593471880=> Content-Type: multipart/alternative; > boundary="----=_Part_9048_22736217.1203962297463" > > ------=_Part_9048_22736217.1203962297463 > Content-Type: text/plain; charset=WINDOWS-1252 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inlinehow I hate MIME> > ---------- Forwarded message ---------- > From: Argyro Andreou <argyro.andreou@gmail.com> > Date: Mon, Feb 25, 2008 at 12:57 PM > Subject: Re: [Xen-users] Re: Unable to load eth0 and start xend--Using Xen > 3.2.0on an FC8 > To: Stephan Seitz <s.seitz@netz-haut.de> > > > lspci says: > 00:19.0 Ethernet Controller: Intel Corporation 82566DM-2 GB Network > Connection (rev 02) > > for the NIC. > > dmesg doesn''t have anything registered for tg3. > > --ArgyroThe standard answer for ''cannot find a device'' problems is to boot Knoppix and see what it does. -- One of the strokes of genius from McCarthy was making lists the center of the language - kt _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users