|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] eth0 is down in dom0
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 ?
Ingo Rauner schrieb:
> When I built xen, the kernel sources provided by xensource were
> downloaded automatically. So I am using a Linux 2.6.18.8 kernel
> without distribution dependent patches except the patches by xensource
> for using the kernel with xen (that's how I understood the description
> from xensource). With Debian I am using Linux 2.6.18-6-amd64 (with
> Debian GNU/Linux 4.0 r4a patches of course).
>
> lspci # always the same with and without xen - the ethernet controller
> is the 4th one from bottom
> ----------------------------------------
> 00:00.0 Host bridge: Intel Corporation Unknown device 29c0 (rev 02)
> 00:01.0 PCI bridge: Intel Corporation Unknown device 29c1 (rev 02)
> 00:1a.0 USB Controller: Intel Corporation Unknown device 2937 (rev 02)
> 00:1a.1 USB Controller: Intel Corporation Unknown device 2938 (rev 02)
> 00:1a.2 USB Controller: Intel Corporation Unknown device 2939 (rev 02)
> 00:1a.7 USB Controller: Intel Corporation Unknown device 293c (rev 02)
> 00:1b.0 Audio device: Intel Corporation Unknown device 293e (rev 02)
> 00:1c.0 PCI bridge: Intel Corporation Unknown device 2940 (rev 02)
> 00:1c.4 PCI bridge: Intel Corporation Unknown device 2948 (rev 02)
> 00:1c.5 PCI bridge: Intel Corporation Unknown device 294a (rev 02)
> 00:1d.0 USB Controller: Intel Corporation Unknown device 2934 (rev 02)
> 00:1d.1 USB Controller: Intel Corporation Unknown device 2935 (rev 02)
> 00:1d.2 USB Controller: Intel Corporation Unknown device 2936 (rev 02)
> 00:1d.7 USB Controller: Intel Corporation Unknown device 293a (rev 02)
> 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
> 00:1f.0 ISA bridge: Intel Corporation Unknown device 2916 (rev 02)
> 00:1f.2 IDE interface: Intel Corporation Unknown device 2920 (rev 02)
> 00:1f.3 SMBus: Intel Corporation Unknown device 2930 (rev 02)
> 00:1f.5 IDE interface: Intel Corporation Unknown device 2926 (rev 02)
> 01:00.0 VGA compatible controller: nVidia Corporation Unknown device
> 0611 (rev a2)
> 02:00.0 Ethernet controller: Marvell Technology Group Ltd. Unknown
> device 4364 (rev 12)
> 03:00.0 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363
> AHCI Controller (rev 03)
> 03:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363
> AHCI Controller (rev 03)
> 05:03.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70)
> ----------------------------------------
>
> Content of /etc/network/interfaces
> ----------------------------------------
> # The loopback network interface
> auto lo
> iface lo inet loopback
> ----------------------------------------
>
> Is it possible to provide e.g. the kernel sources of Debian to the
> build scripts of xen?
signature.asc
Description: OpenPGP digital signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|