|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] eth0 is down in dom0
I managed to get my xen-dom0-kernel working with my nvidia mcp67 chipset
by changing the sources manually. I just searched the changelogs and
patches at kernel.org... perhaps this will work for you too, but it's
not very simple ;)
For Centos 5.2 there is a patched 2.6.18 kernel available wich will work
with far more hardware than the kernel from xen.org.
Kernels > 2.6.18 are available for Ubuntu and some Fedora releases, but
that's imo a very bad solution. On my hardware the Ubuntu kernel was
running, but the cpu scaling was broken.
Ingo Rauner schrieb:
>> I'm not very familiar with Debian, but there seem to be no network
>> configuration of eth0. Have you tried to put something like
>>
>> ---------------
>> auto eth0
>> iface eth0 inet static
>> address xxx.xxx.xxx.xxx
>> ---------------
>>
>> in your /etc/network/interfaces ?
>
> If I do so, ifup prints the following errors:
> ---------------
> SIOCSIFADDR: No such device
> eth0: ERROR while getting interface flags: No such device
> SIOCSIFNETMASK: No such device
> eth0: ERROR while getting interface flags: No such device
> Failed to bring up eth0.
> ---------------
>
> I think the ethernet device is not supported by the kernel, as you
> mentioned before (maybe the device is to new for the kernel version
> provided by xensource). How can I build a different kernel to use it
> with xen? I have not found any patches at xen.org that can be apply to
> e.g. my Debian kernel to use it as a Dom0. Is there a how to or
> something like that?
signature.asc
Description: OpenPGP digital signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|