Ian W
2005-Nov-04 03:38 UTC
[Xen-users] Dom0 eth0 has different MAC address than expected, ignoring
Hi, I''m a newbie to Xen and I need some help. I saw user ''datto'' had a similar problem but changed to FC4 to resolve it. I''m currently running FC3 and Xen2.0.7. I did the usual ''make install'' and I can boot into Xen dom0. However, my network card is not working. The driver is found in the linux-2.6.11.12-xen0 tree but not selected. I rebuilt the kernel by compiling the Marvel Yukon/SysKonnect SK98xx driver both in the kernel and as a module but to no avail. So the error message I have is "Device eth0 has different MAC address than expected, ignoring." If I remove the MAC address completely either using the GUI or under /etc/sysconfig/network-scripts/ifcfg-eth0 and /etc/sysconfig/networking/ifcfg-eth0 (HWADDR), and I try to re-activate the network card, I get the message "sk98lin device eth0 does not seem to be present, delaying initialization." I also tried using a MAC like AA:00:00:0E:1A:DF but still have the same "different MAC" message. I don''t think it''s a driver problem since the kernel has the driver listed in the .config file. Any help would be most appreciated. Thanks! -Ian _________________________________________________________________ Take advantage of powerful junk e-mail filters built on patented Microsoft® SmartScreen Technology. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Brian Lavender
2005-Nov-08 20:53 UTC
Re: [Xen-users] Dom0 eth0 has different MAC address than expected, ignoring
On Thu, 2005-11-03 at 22:38 -0500, Ian W wrote:> Hi, > > I''m a newbie to Xen and I need some help. I saw user ''datto'' had a similar > problem but changed to FC4 to resolve it. > > I''m currently running FC3 and Xen2.0.7. I did the usual ''make install'' and I > can boot into Xen dom0. However, my network card is not working. The driver > is found in the linux-2.6.11.12-xen0 tree but not selected. I rebuilt the > kernel by compiling the Marvel Yukon/SysKonnect SK98xx driver both in the > kernel and as a module but to no avail.What does the output of dmesg say? Does you see an eth0 there? I take it if you modprobe the module when compiled as a module, it doesn''t succeed? brian -- Brian Lavender <brian@xensource.com> _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Deepak Manohar
2005-Nov-11 19:30 UTC
Re: [Xen-users] Dom0 eth0 has different MAC address than expected, ignoring
If the eth0 driver is being loaded as a module, please compile it into the kernel. This should solve the problem. Deepak On 11/8/05, Brian Lavender <brian@xensource.com> wrote:> On Thu, 2005-11-03 at 22:38 -0500, Ian W wrote: > > Hi, > > > > I''m a newbie to Xen and I need some help. I saw user ''datto'' had a similar > > problem but changed to FC4 to resolve it. > > > > I''m currently running FC3 and Xen2.0.7. I did the usual ''make install'' and I > > can boot into Xen dom0. However, my network card is not working. The driver > > is found in the linux-2.6.11.12-xen0 tree but not selected. I rebuilt the > > kernel by compiling the Marvel Yukon/SysKonnect SK98xx driver both in the > > kernel and as a module but to no avail. > > What does the output of dmesg say? Does you see an eth0 there? > > I take it if you modprobe the module when compiled as a module, it > doesn''t succeed? > > brian > > > > -- > Brian Lavender <brian@xensource.com> > > > _______________________________________________ > 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
Andrei Petrov
2005-Nov-11 20:17 UTC
Re: [Xen-users] Dom0 eth0 has different MAC address than expected, ignoring
In my understanding this messages comes when interfece is initialised and /etc/sysconfig/network-scripts/ifcfg-ethX does have HWADDR set there and it''s different. Easy test would be to comment HWADDR out. On Fri, Nov 11, 2005 at 11:30:01AM -0800, Deepak Manohar wrote:> If the eth0 driver is being loaded as a module, please compile it into > the kernel. > > This should solve the problem. > > Deepak > > > > On 11/8/05, Brian Lavender <brian@xensource.com> wrote: > > On Thu, 2005-11-03 at 22:38 -0500, Ian W wrote: > > > Hi, > > > > > > I''m a newbie to Xen and I need some help. I saw user ''datto'' had a similar > > > problem but changed to FC4 to resolve it. > > > > > > I''m currently running FC3 and Xen2.0.7. I did the usual ''make install'' and I > > > can boot into Xen dom0. However, my network card is not working. The driver > > > is found in the linux-2.6.11.12-xen0 tree but not selected. I rebuilt the > > > kernel by compiling the Marvel Yukon/SysKonnect SK98xx driver both in the > > > kernel and as a module but to no avail. > > > > What does the output of dmesg say? Does you see an eth0 there? > > > > I take it if you modprobe the module when compiled as a module, it > > doesn''t succeed? > > > > brian > > > > > > > > -- > > Brian Lavender <brian@xensource.com> > > > > > > _______________________________________________ > > 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_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ian W
2005-Nov-14 16:07 UTC
Re: [Xen-users] Dom0 eth0 has different MAC address than expected, ignoring
Hi, Thanks for your help. Sorry for the late reply. I have been trying out other stuff in setting up Xen. The hardware interface did have the HWADDR there but could somehow not be initialized. Although the driver seemed to be in the kernel configuration already, I decided to re-patch the driver with a patch I used 5 months ago. Now the network interface can be initialized properly, i.e. gets the static IP addresses that the host used to get, the default gateway etc. but I still can''t get out (can''t ping anyone on my LAN or anyone outside). But yeah, the "Dom0 eth0 has different MAC..." is fixed. Thanks! -Ian>From: Andrei Petrov <andrei@xensource.com> >To: Deepak Manohar <mjdeepak@gmail.com> >CC: Brian Lavender <brian@xensource.com>, xen-users@lists.xensource.com, > Ian W <iw05t@hotmail.com> >Subject: Re: [Xen-users] Dom0 eth0 has different MAC address than expected, >ignoring >Date: Fri, 11 Nov 2005 12:17:58 -0800 > >In my understanding this messages comes when interfece is initialised and >/etc/sysconfig/network-scripts/ifcfg-ethX does have HWADDR set there and >it''s different. Easy test would be to comment HWADDR out. > >On Fri, Nov 11, 2005 at 11:30:01AM -0800, Deepak Manohar wrote: > > If the eth0 driver is being loaded as a module, please compile it into > > the kernel. > > > > This should solve the problem. > > > > Deepak > > > > > > > > On 11/8/05, Brian Lavender <brian@xensource.com> wrote: > > > On Thu, 2005-11-03 at 22:38 -0500, Ian W wrote: > > > > Hi, > > > > > > > > I''m a newbie to Xen and I need some help. I saw user ''datto'' had a >similar > > > > problem but changed to FC4 to resolve it. > > > > > > > > I''m currently running FC3 and Xen2.0.7. I did the usual ''make >install'' and I > > > > can boot into Xen dom0. However, my network card is not working. >The driver > > > > is found in the linux-2.6.11.12-xen0 tree but not selected. I >rebuilt the > > > > kernel by compiling the Marvel Yukon/SysKonnect SK98xx driver both >in the > > > > kernel and as a module but to no avail. > > > > > > What does the output of dmesg say? Does you see an eth0 there? > > > > > > I take it if you modprobe the module when compiled as a module, it > > > doesn''t succeed? > > > > > > brian > > > > > > > > > > > > -- > > > Brian Lavender <brian@xensource.com> > > > > > > > > > _______________________________________________ > > > 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_________________________________________________________________ Powerful Parental Controls Let your child discover the best the Internet has to offer. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users