From owner-freebsd-questions@FreeBSD.ORG Wed May 12 08:51:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD7916A4CE for ; Wed, 12 May 2004 08:51:49 -0700 (PDT) Received: from hotmail.com (bay15-dav9.bay15.hotmail.com [65.54.184.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F4BB43D1F for ; Wed, 12 May 2004 08:51:49 -0700 (PDT) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 12 May 2004 08:51:49 -0700 Received: from 192.216.212.193 by bay15-dav9.bay15.hotmail.com with DAV; Wed, 12 May 2004 15:51:49 +0000 X-Originating-IP: [192.216.212.193] X-Originating-Email: [b1henning@hotmail.com] X-Sender: b1henning@hotmail.com From: "Brian Henning" To: Date: Wed, 12 May 2004 10:51:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 12 May 2004 15:51:49.0472 (UTC) FILETIME=[095EDE00:01C43839] Subject: bochs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 15:51:49 -0000 Greetings: I am installing freebsd on a bochs emulator. FreeBSD works great as the guest OS on windows. The only problem is I can't see the network card. I put this is my bochsrc file ne2k: ioaddr=0x300, irq=3, mac=b0:c4:20:00:00:00, ethmod=win32, ethdev=\Device\Packet_{36EFB1A5-A9B1-4A5C-B8E9-16FE429027AB} I am sure the device works through the emulator, but it no network card shows up when i do a dmesg and an ifconfig. What can i do to get a network up on the bsd emulator? Thanks, Brian