From owner-freebsd-current@FreeBSD.ORG Sat Feb 7 06:03:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6225216A4CF for ; Sat, 7 Feb 2004 06:03:12 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD5A43D1D for ; Sat, 7 Feb 2004 06:03:12 -0800 (PST) (envelope-from freebsd-current-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <2004020714031101200823efe>; Sat, 7 Feb 2004 14:03:11 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 6C26412; Sat, 7 Feb 2004 09:03:11 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-current@freebsd.org References: <40246469.4030807@yahoo.com> From: Lowell Gilbert Date: 07 Feb 2004 09:03:11 -0500 In-Reply-To: <40246469.4030807@yahoo.com> Message-ID: <44fzdnm1gg.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: 5.2.1-RC floppy install: many if_X.ko modules failed to load X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 14:03:12 -0000 Rostislav Krasny writes: > When I boot from the installation floppies of 5.2.1-RC, at the > beginning of sysinstall is starting I get a window on the blue > background with following error message on it: > > Loading module if_pcn.ko failed > AMD Am79c79x PCI ethernet card > > then next window with the same error message: > > Loading module if_vr.ko failed > VIA VT3043/VT86C100A Rhide PCI ethernet card > > and so on about if_ste.ko, if_xl.ko, if_ed.ko, if_bge.ko, if_re.ko, > if_wb.ko, if_rl.ko, if_sis.ko, if_dc.ko, if_bfe.ko, if_aue.ko, > if_fxp.ko and if_sf.ko modules. > > Previously I successfully installed FreeBSD 5.2-RELEASE from its the > floppies. Now, when I'm trying to install FreeBSD 5.2.1-RC by the same > way, I'm geting the above error messages, so I'm forbearing to > continue this installation. This problem is always repeatable, even > after I made the floppies on different diskettes. This system doesn't > have any AMD or VIA chip on it. It looks like miibus is having some sort of problem: the modules that complain are all dependent on it.