From owner-freebsd-stable@FreeBSD.ORG Mon Mar 3 02:06:06 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8AE7106566C for ; Mon, 3 Mar 2008 02:06:06 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id 9F9258FC1D for ; Mon, 3 Mar 2008 02:06:06 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so6189061wfa.7 for ; Sun, 02 Mar 2008 18:06:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=Tf0VdKQlNdDubH6hKODG1fC4dnKfFHL/9ZhEK/fFj80=; b=yDGDvpqeuHJejcpNFRXCjE3W8mYEtgMC7ZCeh2WdyBNx4iJc6N7GR4ebSOTgQf6M2BiARFShjgYR1CYsk3vk18Z9mOsXJQTkbnM5TV5OqKk7mVIQr1tRFOK43XcYAuM7EaQc+aYMWqhsmvx+CEQfGh4Mt9kkHeNw0svZHyZOWi8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=tJaLwaGTBfSeSNZtaZtRqgyzWAjHAXaHqbcn+hRDeQX70ghyOLrRgx87FL5qCjyX9r5rOI8ThQ0llBJPxtgFmoRaf9seTwkzSL496q0h/OoiKn2AAnJGH9r9V9EG1KgJJfaZg8IVWCkHmI3klYSOmyVj8N8yY05/p/2KXHcwYyM= Received: by 10.142.104.9 with SMTP id b9mr8682247wfc.48.1204509966467; Sun, 02 Mar 2008 18:06:06 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 32sm25451494wfa.13.2008.03.02.18.06.03 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Mar 2008 18:06:05 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m23260iu073495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Mar 2008 11:06:00 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m2325xWN073494; Mon, 3 Mar 2008 11:05:59 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 3 Mar 2008 11:05:59 +0900 From: Pyun YongHyeon To: geek Message-ID: <20080303020559.GF72895@cdnetworks.co.kr> References: <200802290006.28472.arlogeek@lonetree.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200802290006.28472.arlogeek@lonetree.com> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Subject: Re: I tried to install 7.0 today and had problems. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2008 02:06:07 -0000 On Fri, Feb 29, 2008 at 12:06:28AM -0700, geek wrote: > I tried to install 7.0 on a computer with an ABIT AV8 motherboard. This board > has an integrated NIC and the installer didn't find it. > > This same machine works just fine with 6.2. > > Any suggestions would be appreciated. > That's odd. I guess sysinstall may have showed you vge(4) was detected on your system. I had some trouble to make vge(4) work on my box but it's different issue. Since GENERIC kernel has vge(4) I don't think loading vge(4) kernel module helps here. Would you show me the output of "pciconf -lcv"? > Thanks to all. -- Regards, Pyun YongHyeon