|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] debian etch problems with networking and pciback.hide
Hi List,
please excuse that this post is again about networking with XEN.
Even though I googled and checked other posts for some days now I did not
manage to get my installation working.
Following some advises I used the late binding of pci.
So I created a /etc/modprobe.de/local and added:
options pciback hide=(03:00.0)(04:00.0)
install e1000 /sbin/modprobe pciback ;
/sbin/modprobe --first-time --ignore- install e1000
Due to antother problem I compiled a new kernel without SCSI and used:
pci=[ '03:00.0' ]
with my domU config file. But even though I can find the nic in my domU
using lspci
00:00.0 Ethernet controller: Intel Corporation 82573V Gigabit Ethernet
Controller (Copper) (rev 03)
it wont show up on boot....
As the delegated nic should be the only one my /etc/network/interfaces looks
like:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.112
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
And here is my domU config file:
name="gateway"
kernel="/boot/vmlinuz-2.6.16-xenFW"
root="/dev/hda1"
memory=256
disk=['phy:/dev/vg01/gateway,hda1,w','phy:/dev/vg01/gateway_swap,hda2,w']
# PCI-Card Delegation
pci=[ '03:00.0' ]
extra="3"
Any idea what i am missing?
thanx in advance
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] debian etch problems with networking and pciback.hide,
Mathias Diehl <=
|
|
|
|
|