From owner-freebsd-stable@FreeBSD.ORG Wed Apr 14 07:53:37 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 960E216A4CE for ; Wed, 14 Apr 2004 07:53:37 -0700 (PDT) Received: from mail.netvision.com.br (pop3.netvision.com.br [200.247.230.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A6C443D5A for ; Wed, 14 Apr 2004 07:53:36 -0700 (PDT) (envelope-from andre@netvision.com.br) Received: from nv6.netvision.com.br (mail.netvision.com.br [200.247.230.246]) by mail.netvision.com.br (Postfix) with ESMTP id 38AF77279F for ; Wed, 14 Apr 2004 11:53:34 -0300 (BRT) Received: from netvision.com.br (unknown [201.2.208.239]) by nv6.netvision.com.br (Postfix) with ESMTP id 27EB11F02A for ; Wed, 14 Apr 2004 11:53:32 -0300 (BRT) Message-ID: <407D5069.5020709@netvision.com.br> Date: Wed, 14 Apr 2004 11:53:29 -0300 From: =?ISO-8859-1?Q?Andr=E9?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: lnc problem with 4.9 as guest in VMWare X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 14:53:37 -0000 I've gotten a P4 1.5Ghz with Win Server 2003 and VMWare 4.5.1. As the guest OS in VMWare I installed FreeBSD 4.9, and am using the GENERIC kernel. The problem is that the network card does not appear in ifconfig. dmesg has the following to say about the network card in VMWare: lnc0: port 0x1080-0x10ff irq 10 at device 17.0 on pci0 lnc0: driver is using old-style compatibility shims but "ifconfig -a" does not show the lnc interface. What could cause FreeBSD to see the network card (as seen in the dmesg output) but ifconfig not to show it? I'm downloading FreeBSD 4.10-BETA and 5.2.1 right now. I'll send another email if any of those versions work.