From owner-freebsd-questions@FreeBSD.ORG Sat Aug 23 06:44:14 2003 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 B68AE16A4BF for ; Sat, 23 Aug 2003 06:44:14 -0700 (PDT) Received: from tomts17-srv.bellnexxia.net (tomts17-srv.bellnexxia.net [209.226.175.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FCFC43FE5 for ; Sat, 23 Aug 2003 06:44:13 -0700 (PDT) (envelope-from matt@compar.com) Received: from hermes ([65.95.185.143]) by tomts17-srv.bellnexxia.net (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with SMTP id <20030823134411.RKEL26343.tomts17-srv.bellnexxia.net@hermes>; Sat, 23 Aug 2003 09:44:11 -0400 Message-ID: <001301c3697c$5de66fb0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Clay Jones" , References: Date: Sat, 23 Aug 2003 09:42:16 -0400 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 Subject: Re: FreeBSD 4.8 install issues 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: Sat, 23 Aug 2003 13:44:14 -0000 > I downloaded the 4.8 iso images from freebsd.org and began an install > on a box I recently built for this purpose. I could not find a > description of the various CDs (CD1, CD2, CDmini), so I grabbed them > all. I'm still not sure what the purpose of each is, but I started > with CD1 (seemed logical). > > I had no trouble following the manual to get the installation going, > however I have two problems: > > 1) There are only 6 network adapters listed in the kernel config > screen, and the Realtec is not one of them. Realtec cards are > supposedly supported according to the hardware compatibility list. The network adapters listed in the kernel config are ISA NICs that require configuration. If you have a PCI NIC that is supported, it will be auto-detected. > 2) Towards the end of the installation, I get the following error: > "unable to get packages/INDEX" > > I'm left with a bootable and what appears to be a fully functional > system when sysinstall is complete, except of course, I have no network > accessibility. > > Can anyone clarify these issues for me? When your system boots, all of the device probe information is saved and can be displayed by the "dmesg" program. Are there any lines in your dmesg output that say "unknown device"? It's possible that while you have a RealTek-based card, the FreeBSD driver doesn't recognize it as a compatible card. -- Matt Emmerton