From owner-freebsd-ppc@freebsd.org Mon Jun 25 17:17:47 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55B1F1017785 for ; Mon, 25 Jun 2018 17:17:47 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5BD3856A7 for ; Mon, 25 Jun 2018 17:17:46 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [IPv6:2003:cd:6f20:4400:89a5:7459:e966:7eb8] (p200300CD6F20440089A57459E9667EB8.dip0.t-ipconnect.de [IPv6:2003:cd:6f20:4400:89a5:7459:e966:7eb8]) (Authenticated sender: macmic) by drew.franken.de (Postfix) with ESMTPSA id D57EA72106C2E for ; Mon, 25 Jun 2018 19:17:43 +0200 (CEST) From: Michael Tuexen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\)) Subject: Loading modules from /boot/loader.conf Message-Id: <6DB7ABD4-8C04-46B3-8C07-FC591FC16F71@freebsd.org> Date: Mon, 25 Jun 2018 19:17:42 +0200 To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3445.8.2) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 17:17:47 -0000 Dear all, I'm running FreeBSD head of today on a G4 MacMini. I'm trying to load a kernel module using /boot/loader.conf by having the line tcp_rack_load=3D"YES" in /boot/loader.conf However, this doesn't work and results in: FreeBSD/powerpc Open Firmware loader, Revision 0.1 (Tue Jun 12 01:08:20 UTC 2010 root@releng3.nyi.freebsd.org) Memory: 1048576KB Booted from: /pic@f4000000/ata-@d/disk@0 Loading /boot/default/loader.conf /boot/kernel/kernel data=3D0x706ac+0xed588 = syms=3D[0x4+0xa3100+0x4+0x10bc45] /boot/entropy size=3D0x1000 /boot/kernel/tcp_rack.ko text=3D0x2433c data=3D0x1d0+0x220 = syms=3D[0x4+0x15a0+0x4+0x17bd] loading required module 'kernel' module 'kernel' exists but with wrong version Hit [Enter] to boot immediately, or any other key for command prompt. ... I have no problems when running kldload tcp_rack after the system completely booted. Then the modules loads without any = problems. Any idea what am I doing wrong? Best regards Michael