From owner-freebsd-current@FreeBSD.ORG Sun Feb 8 06:37:01 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 694A816A4CE for ; Sun, 8 Feb 2004 06:37:01 -0800 (PST) Received: from smtp2.actcom.co.il (mail.actcom.net.il [192.114.47.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 895D943D1D for ; Sun, 8 Feb 2004 06:37:00 -0800 (PST) (envelope-from rosti_bsd@yahoo.com) Received: from yahoo.com (line108-59.adsl.actcom.co.il [192.117.108.59]) by smtp2.actcom.co.il (8.12.8/8.12.8) with ESMTP id i18EavIV015169 for ; Sun, 8 Feb 2004 16:36:58 +0200 Message-ID: <402649E7.6060706@yahoo.com> Date: Sun, 08 Feb 2004 16:38:31 +0200 From: Rostislav Krasny X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <40246469.4030807@yahoo.com> In-Reply-To: <40246469.4030807@yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 09 Feb 2004 05:46:17 -0800 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: Sun, 08 Feb 2004 14:37:01 -0000 Rostislav Krasny wrote: > Hello. > > 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 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. Could it be a result of revision 1.825.2.2 of the /src/release/Makefile that adds a 'strip -x' run on the kernel modules on the mfsroot floppy?