From nobody Wed Jan 26 10:54:53 2022 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9C71C196E249 for ; Wed, 26 Jan 2022 10:55:26 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mail.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JkLGh1vwrz3HPP; Wed, 26 Jan 2022 10:55:23 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1643194514; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VFo1of2RLqFkXArVjsTbbl9GIEg5ODko6HQkgXBi4hk=; b=eSWMb4P3sr23jd8ZV7VXIOa0CqwZPJl5zIn8hpSJhbxU83IE0Z0V9i16hXzCbb82v53eqx 7ZND+ooIyTQa2ZkHRY4qZCsmBAuthH53R1S4p54fmybtLS4pAU8p7ZepgUaC5oXRCtblu2 G+L4w9CeSBzDVRZGSPXjw+a/kcCtTv4= Received: from skull.home.blih.net (lfbn-idf2-1-1209-14.w90-92.abo.wanadoo.fr [90.92.34.14]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 6572a2bf (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 26 Jan 2022 10:55:14 +0000 (UTC) Date: Wed, 26 Jan 2022 11:54:53 +0100 From: Emmanuel Vadot To: Jesper Schmitz Mouridsen Cc: freebsd-arm@freebsd.org, Warner Losh Subject: Re: pinebook pro video console not active Message-Id: <20220126115453.255661b2e55f946d11eba1e9@bidouilliste.com> In-Reply-To: <4d738da2-28f0-6af2-4213-934244cc95f2@FreeBSD.org> References: <4d738da2-28f0-6af2-4213-934244cc95f2@FreeBSD.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4JkLGh1vwrz3HPP X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=eSWMb4P3; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-1.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip4:212.83.155.74/32]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(1.00)[1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MLMMJ_DEST(0.00)[freebsd-arm]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On Wed, 26 Jan 2022 00:44:33 +0100 Jesper Schmitz Mouridsen wrote: > Hi > > On Pinebook Pro 14-current with console="efi,comconsole" in > /boot/loader.conf > vidcontrol -i active < /dev/console is not working because serial stays > primary. Reverting 123b5b8763778e83b6816ad9db62a9b956055c32 fixes that > for me. Can someone share some light on why that is? You also need boot_multicons=YES in loader.conf for this to work (at least on amd64). Maybe imp@ knows more about this behavior. > console kit relies on /dev/console beeing active so it is an annoying > bug.. > the original review is here https://reviews.freebsd.org/D32992 > > > Thanks > /jsm > -- Emmanuel Vadot