From owner-freebsd-arm@freebsd.org Tue Jul 3 20:47:05 2018 Return-Path: Delivered-To: freebsd-arm@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 D209510259FF for ; Tue, 3 Jul 2018 20:47:05 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BEA997959 for ; Tue, 3 Jul 2018 20:47:05 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.110.112]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1faSCU-00059h-C5; Tue, 03 Jul 2018 22:47:03 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Stefan Parvu" Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on latest RPI3+ References: <9E4BB8D2-DCDC-4C69-BE37-1D0896295B56@kronometrix.org> <1DAB1D3D-DEA3-4904-A290-0EDC4B25217A@kronometrix.org> Date: Tue, 03 Jul 2018 22:47:04 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: a07cf4f22b7e0347d98fbeb4081a69be X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2018 20:47:06 -0000 On Tue, 03 Jul 2018 22:31:12 +0200, Stefan Parvu wrote: >> >> I installed an image of a few weeks ago so the one you mention has the >> right driver also. The driver is named if_muge. >> The system should load this driver automaticly at boot. >> See 'kldstat' if it is loaded or not. > > it is not. I have only the kernel and tmpfs.ko loaded. No NIC present. > the image is > FreeBSD-12.0-CURRENT-arm64-aarch64-RPI3-20180628-r335760.img.xz > > Stefan Try 'kldload if_muge' as root.