From owner-freebsd-stable@freebsd.org Sat Dec 1 21:36:35 2018 Return-Path: Delivered-To: freebsd-stable@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 5DCF313288DE for ; Sat, 1 Dec 2018 21:36:35 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.89]) (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 5DAFB7570E for ; Sat, 1 Dec 2018 21:36:34 +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 1gTCwA-0002qA-VV; Sat, 01 Dec 2018 22:36:31 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org, "Jonathan Chen" Subject: Re: FreeBSD 12.0-RC2 Now Available References: <20181125020210.GM8148@FreeBSD.org> Date: Sat, 01 Dec 2018 22:36:32 +0100 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.2 X-Scan-Signature: a350ae07b5350cdad28cef237d2e7179 X-Rspamd-Queue-Id: 5DAFB7570E X-Spamd-Result: default: False [-0.90 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.975,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:195.190.28.64/27]; NEURAL_HAM_LONG(-0.96)[-0.959,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[klop.ws]; NEURAL_SPAM_SHORT(0.84)[0.843,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mx2.greenhost.nl]; RCPT_COUNT_TWO(0.00)[2]; IP_SCORE(0.00)[country: NL(0.01)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:47172, ipnet:195.190.28.0/24, country:NL]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2018 21:36:35 -0000 On Fri, 30 Nov 2018 21:52:59 +0100, Jonathan Chen wrote: > On Sun, 25 Nov 2018 at 15:06, Glen Barber wrote: >> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA256 >> >> The second RC build of the 12.0-RELEASE release cycle is now available. > [...] >> o 12.0-RC2 aarch64 RPI3 > > Is wifi working for 12.0/aarch64 RPI3? Or has something changed in > FreeBSD-12? > > # sysctl net.wlan.devices > sysctl: unknown oid 'net.wlan.devices' > > What did I miss? > > Cheers. Integrated WiFi of RPI3(+) is not supported. It is connected via the SDIO interface which is not implemented on FreeBSD yet. See https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi for an overview of supported devices. Regards, Ronald.