From owner-freebsd-questions@FreeBSD.ORG Thu Apr 27 18:49:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C539B16A417 for ; Thu, 27 Apr 2006 18:49:54 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6389243D72 for ; Thu, 27 Apr 2006 18:49:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25169 invoked from network); 27 Apr 2006 18:49:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Apr 2006 18:49:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id EA61028425; Thu, 27 Apr 2006 14:49:52 -0400 (EDT) Sender: lowell@be-well.ilk.org To: mark@brixtonhealth.com References: <4450E023.3030801@brixtonhealth.com> From: Lowell Gilbert Date: 27 Apr 2006 14:49:52 -0400 In-Reply-To: <4450E023.3030801@brixtonhealth.com> Message-ID: <44psj2etv3.fsf@be-well.ilk.org> Lines: 40 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Problem install 6.0 (release) on Sony Vaio TX610P X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 18:49:55 -0000 Mark Myatt writes: > I apologise in advance if this is the wrong forum for such a question > and, if it is, please direct me to the correct place. > > I am trying to install FreeBSD 6.0 on a Sony Vaio TX610P laptop. This > laptop previously ran a Debian-based Linux distribution with little > trouble. I wanted to switch to FreeBSD and did some practice > installations, kernel recompiles, &c. on an old desktop machine. All > went well. > > Today I decided to try an install on the TX610P. Installation of the > base-system went well enough but the system does not recognise the NIC. > > The boot message given is: > > pci6: at device 8.0 (no driver attached) > > pciconf -l -v gives: > > none5@pci16:8:0: class=0x020000 card = 0x81e2104d chip=0x10698086 > rev=-0x03 hdr =0x00 > vendor = 'Intel Corporation' > device = '82562Em/EX/GX PRO/100 VM (LOM) Ethernet Controller > Mobile' > class = network > subclass = ethernet > > ifconfig reports only the the loopback (lo0) and "Ethernet over > Firewire" (fwe0) devices. > > My kernel configuration has the lines: > > device miibus > device fxp > > Any suggestions? The fxp(4) driver supports at least some "i82562" based Ethernet devices. Does FreeBSD 6.1 recognize it on boot?