From owner-freebsd-ppc@freebsd.org Fri Oct 20 08:20:50 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70664E52A7C for ; Fri, 20 Oct 2017 08:20:50 +0000 (UTC) (envelope-from devel@stasyan.com) Received: from mx.providersolutions.ru (mx.providersolutions.ru [89.253.252.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE59F6D159 for ; Fri, 20 Oct 2017 08:20:48 +0000 (UTC) (envelope-from devel@stasyan.com) Received: (qmail 3164 invoked from network); 20 Oct 2017 08:20:43 -0000 Received: from unknown (HELO ox01.rsnx.ru) (devel@stasyan.com@[89.253.252.37]) by 89.253.252.22 with ESMTPSA (RC4-MD5 encrypted, authenticated); 20 Oct 2017 08:20:43 -0000 Date: Fri, 20 Oct 2017 16:20:43 +0800 (KRAT) From: Stas Timokhin Reply-To: Stas Timokhin To: freebsd-ppc@freebsd.org Message-ID: <671328634.10514.1508487643910.JavaMail.open-xchange@ox01.rsnx.ru> Subject: problem with loading kernel modules during booting in powerpc32 MIME-Version: 1.0 X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v6.20.7-Rev3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2017 08:20:50 -0000 Hello ! Some modules aren't loaded during boot via /boot/loader.conf (but some are OK), but there are warning message for all of them: > loading required module 'kernel' module 'kernel' exists but with wrong version > Here is my /boot/loader.conf: ipfw_load="YES" cuse_load="YES" netgraph_load="YES" ng_socket_load="YES" ng_ether_load="YES" ng_iface_load="YES" ng_ipfw_load="YES" ng_tag_load="YES" ng_bpf_load="YES" And kldstat afer booting: Id Refs Address Size Name 1 10 0x100000 fab7ac kernel 2 1 0x10ad000 17f98 cuse.ko 3 1 0xd17ae000 44000 ipfw.ko 4 1 0xd17f4000 15000 ng_socket.ko 5 2 0xd1809000 20000 netgraph.ko 6 1 0xd1855000 13000 ng_bpf.ko So you can see that some modules are loading properly but some aren't. Loading any module after booting via command kldstat are successful. FreeBSD 11.1-RELEASE powerpc32, hardware mini mac G4.