From nobody Sun Dec 8 13:15:22 2024 X-Original-To: stable@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 4Y5lq153Njz5ggCk for ; Sun, 08 Dec 2024 13:15:25 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) by mx1.freebsd.org (Postfix) with ESMTP id 4Y5lq02v9Yz4m5J for ; Sun, 8 Dec 2024 13:15:24 +0000 (UTC) (envelope-from pi@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=softfail (mx1.freebsd.org: 2001:14f8:200:4::4 is neither permitted nor denied by domain of pi@freebsd.org) smtp.mailfrom=pi@freebsd.org; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=freebsd.org (policy=none) Received: from pi (uid 104) (envelope-from pi@freebsd.org) id 840e1 by fc.opsec.eu (DragonFly Mail Agent v0.13+ on fc.opsec.eu); Sun, 08 Dec 2024 14:15:22 +0100 Date: Sun, 8 Dec 2024 14:15:22 +0100 From: Kurt Jaeger To: Warner Losh Cc: Freebsd-stable List Subject: Re: not working /dev/console Message-ID: References: <365D866D-F7D2-4DB6-AFFB-B4C3829D8467@cs.huji.ac.il> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [0.75 / 15.00]; VIOLATED_DIRECT_SPF(3.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.95)[-0.954]; ONCE_RECEIVED(0.10)[]; DMARC_POLICY_SOFTFAIL(0.10)[freebsd.org : No valid SPF, No valid DKIM,none]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE]; RCVD_COUNT_ONE(0.00)[1]; FREEFALL_USER(0.00)[pi]; MIME_TRACE(0.00)[0:+]; R_SPF_SOFTFAIL(0.00)[~all]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_ALL(0.00)[]; MISSING_XM_UA(0.00)[]; MLMMJ_DEST(0.00)[stable@freebsd.org]; R_DKIM_NA(0.00)[] X-Rspamd-Queue-Id: 4Y5lq02v9Yz4m5J X-Spamd-Bar: / Hi! I have a case of a PC Engines APU1 model with the most recent BIOS that no longer works after the upgrade to 14.2 with the serial console after boot. Is that related ? The devinfo -r output: - One box where I still have 14.1: https://people.freebsd.org/~pi/logs/devinfo-apu1-14.1 - The one apu1 box where I did the upgrade and uart vanished: https://people.freebsd.org/~pi/logs/devinfo-apu1-14.2 kenv shows on the 14.1 box: boot_multicons="YES" comconsole_pcidev="" comconsole_port="1016" comconsole_speed="115200" console="comconsole" hw.uart.console="io:1016,br:115200" kenv shows on the 14.2 box: comconsole_pcidev="" comconsole_port="1016" comconsole_speed="115200" console="comconsole" hw.uart.console="io:1016,br:115200" A reboot with the 14.1 kernel did not bring back the serial console 8-( The boot menue is displayed and can be used, but the boot messages are cut off before a login appears: [...] Dual Console: Serial Primary, Video Secondary intsmb0: at device 20.0 on pci0 smbus0: on intsmb0 re0: link state changed to UP re1: link state changed to UP re2: link state changed to UP lo0: link state changed to UP re0: link state changed to DOWN re2: link state changed to DOWN re2: link state changed to UP re0: link state changed to UP -- pi@FreeBSD.org +49 171 3101372 Now what ?