* including nic driver to xen0
@ 2004-08-20 6:47 Thomas E. Conway-Poulsen
2004-08-21 7:14 ` Ian Pratt
0 siblings, 1 reply; 2+ messages in thread
From: Thomas E. Conway-Poulsen @ 2004-08-20 6:47 UTC (permalink / raw)
To: xen-devel@lists.sourceforge.net
Hi guys,
I have just got xen unstable up and running, great stuff! It is
functioning and booting up the VMs just fine. My problem is that I need
to include 8139too nic driver to the xen0 kernel, how should I proceed
with this?
Thanks alot!
Thomas E. Conway-Poulsen.
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: including nic driver to xen0
2004-08-20 6:47 including nic driver to xen0 Thomas E. Conway-Poulsen
@ 2004-08-21 7:14 ` Ian Pratt
0 siblings, 0 replies; 2+ messages in thread
From: Ian Pratt @ 2004-08-21 7:14 UTC (permalink / raw)
To: xen; +Cc: xen-devel@lists.sourceforge.net, Ian.Pratt
> I have just got xen unstable up and running, great stuff! It is
> functioning and booting up the VMs just fine. My problem is that I need
> to include 8139too nic driver to the xen0 kernel, how should I proceed
> with this?
Long way:
cd linux-2.4.26-xen0
make ARCH=xen xconfig # enable the driver
make ARCH=xen dep # rebuild dependencies
make ARCH=xen dist # this builds and installs to ../install/boot/
make ARCH=xen install # install to /boot/
Quick way:
Edit linux-2.4.26-xen0/.config to enable the driver.
make linux-xen0
make install
I've just noticed that 8139too is already built into our 2.6.7
kernels so you may just want to switch over.
Ian
[Please add to XenFAQ]
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-21 7:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-20 6:47 including nic driver to xen0 Thomas E. Conway-Poulsen
2004-08-21 7:14 ` Ian Pratt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.