[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] debian etch problems with networking and pciback.hide
Hi Matthias, Mathias Diehl schrieb: > > 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' ] > perhaps try full bus id pci = [ '0000: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) > ok > it wont show up on boot.... > don't know if debian uses udevd, but if so, try to check udevd-rules. I had to do this, because I had first configured a vif interface. > 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 > hope I could help a bit Chris > > _______________________________________________ > Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users > _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |