|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] including nic driver to xen0
> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|