Are you totally sure that e100 really is compiled into your dom0
kernel? e.g., if you 'ls drivers/net/e100/' do you see some files with
suffix '.o' ?
-- Keir
> hi,
>
> I tried both, first:
>
> make -j4 world
> cd linux-2.4.26-xen
> vi .config
> ARCH=xen make dep
> cd ..
> make install
>
> second
>
> vi install/boot/config-2.4.26-xen0
> make linux_xenU_config
> make linux_xenU
> make linux_xen0_config
> make linux_xen0
> cp install/boot/vm* /boot
>
> but both didn't work. :( although it did change the .config in the second
> try.
>
> Actually with xen 1.2, eth0 worked fine, warning msg about e100 popped up
> when booting up though.
>
> So where should be the problem?
>
> Thanks,
> Yan
>
> ----- Original Message -----
> From: "Ian Pratt" <Ian.Pratt@xxxxxxxxxxxx>
> To: "Ian Pratt" <Ian.Pratt@xxxxxxxxxxxx>
> Cc: "Yan Li" <yan_li00@xxxxxxxxxxx>; <xen-devel@xxxxxxxxxxxxxxxxxxxxx>;
> <Ian.Pratt@xxxxxxxxxxxx>
> Sent: Sunday, June 27, 2004 9:27 AM
> Subject: Re: [Xen-devel] Xen-Unstable : no eth0 when boot up
>
>
> > > > yeah, I found the typo in the grub.conf. But actually I just used it
> with
> > > > 1.2, and worked fine.
> > > > I'll change it anyway.
> > > >
> > > > I checked the ethernet card is e100, which is not set in .config, so
> just
> > > > set 'CONFIG_E100=y',right?
> > >
> > > I'd do something like the following:
> > > make -j4 world
> > > cd linux-2.4.26-xen0
> > > vi .config
> > > ARCH=xen make dep
> > > cd ..
> > > make dist # [ or make isntall ]
> >
> > ,..or as a variant of what Keir says, edit install/boot/config-2.4.26-xen0
> > and then "make -j4 world" again.
> >
> > Ian
> >
> >
> > -------------------------------------------------------
> > This SF.Net email sponsored by Black Hat Briefings & Training.
> > Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> > digital self defense, top technical experts, no vendor pitches,
> > unmatched networking opportunities. Visit www.blackhat.com
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> > https://lists.sourceforge.net/lists/listinfo/xen-devel
> >
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|