WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] debian etch problems with networking and pciback.hide

To: Mathias Diehl <md@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] debian etch problems with networking and pciback.hide
From: Christian <chris@xxxxxxxxxxxxxxxx>
Date: Mon, 20 Nov 2006 14:27:35 +0100
Cc: Xen-Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 20 Nov 2006 05:27:58 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <HHEGLBMBAJNMAKPLINGCCEDHDIAA.md@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <HHEGLBMBAJNMAKPLINGCCEDHDIAA.md@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.8 (X11/20060911)
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

<Prev in Thread] Current Thread [Next in Thread>