From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jonathan M. McCune" Subject: Re: pcnet32 device eth0 does not seem to be present, delaying initialization Date: Mon, 06 Feb 2006 19:01:53 -0500 Message-ID: <43E7E371.10805@cmu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Puthiyaparambil, Aravindh" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org That did the trick. Many thanks. -Jon Puthiyaparambil, Aravindh wrote: >Please try replacing vif = [''] with > >vif = [ 'type=ioemu, bridge=xenbr0' ] > >Cheers, >Aravindh > > > >>-----Original Message----- >>From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel- >>bounces@lists.xensource.com] On Behalf Of Jonathan M. McCune >>Sent: Monday, February 06, 2006 5:42 PM >>To: xen-devel@lists.xensource.com >>Subject: [Xen-devel] pcnet32 device eth0 does not seem to be >>present,delaying initialization >> >>Hi, >> >>I'm trying to bring up an HVM guest with networking support, but I >>cannot get the guest to recognize an ethernet interface. The guest is >>rhel5, and I'm running Debian linux dom0 on top of xen-unstable-hvm >>changeset 8724. >> >>Running `/etc/init.d/networking restart` gives: >> >>Shutting down loopback interface: [ OK ] >>Setting network parameters: [ OK ] >>Bringing up loopback interface: [ OK ] >>Bringing up interface eth0: pcnet32 device eth0 does not seem to be >>present, delaying initialization. >> [FAILED] >> >>I have tried several stock 2.4 redhat kernels, and I have built a >> >> >2.6.12 > > >>kernel and taken care to include the pcnet32 driver. The config file >>for the guest domain contains the line: >> >>vif = [''] >> >>`lspci` inside the guest does not show any ethernet interface. >> >>I'm not sure what to do to enable networking. >> >>Thanks, >>-Jon >> >> >> >> >>_______________________________________________ >>Xen-devel mailing list >>Xen-devel@lists.xensource.com >>http://lists.xensource.com/xen-devel >> >>