From owner-freebsd-ppc@FreeBSD.ORG Mon Mar 15 02:47:32 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A0C16A4CE for ; Mon, 15 Mar 2004 02:47:32 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 648F943D4C for ; Mon, 15 Mar 2004 02:47:32 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-219.dsl.onthenet.net [203.144.30.219]) i2FAlTZG027858; Mon, 15 Mar 2004 20:47:30 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <40558A80.5000108@freebsd.org> Date: Mon, 15 Mar 2004 20:50:40 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David S. Besade" References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Problems Installing FreeBSD-PPC X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 10:47:33 -0000 Hi David > Now here lays the problem, I get to and I type NFS, and > it spits out: > > Mounting root from nfs Nfs_diskless: no interface Root mount failed: > -1 ... > The iMac is a 400Mhz G3, 512MB RAM, 40GB IDE HDD, DVD Slot Loading > Optical Drive, firewire, USB, etc ATI Rage 128 AGP (onboard) it is > the first gen slot loading machine. This model might be the strange one that used the 21143 eth chip. Would you be able to drop to the OFW prompt and do a 0 > dev enet 0 > .properties ... and see what the "compatible" property is. My suspicion is that it will be "apple21143". If so, I'll put the dc driver into GENERIC and build you a kernel to test. later, Peter.