From nobody Mon Dec 16 13:52:10 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 4YBhFl5nDGz5hSDL for ; Mon, 16 Dec 2024 13:52:11 +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 4YBhFl2mYYz4Px9 for ; Mon, 16 Dec 2024 13:52:11 +0000 (UTC) (envelope-from pi@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from pi (uid 104) (envelope-from pi@freebsd.org) id 93b4b by fc.opsec.eu (DragonFly Mail Agent v0.13+ on fc.opsec.eu); Mon, 16 Dec 2024 14:52:10 +0100 Date: Mon, 16 Dec 2024 14:52:10 +0100 From: Kurt Jaeger To: Warner Losh Cc: John Baldwin , Daniel Braniss , Freebsd-stable List Subject: Re: not working /dev/console Message-ID: References: <3F04B2DC-1AA9-4663-BCDE-3EFD0B01527E@cs.huji.ac.il> <044EAFE1-DCB8-439C-A422-4B5F8CD4C37C@cs.huji.ac.il> <501640865.7444.1734350498438@localhost> 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-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-Rspamd-Queue-Id: 4YBhFl2mYYz4Px9 X-Spamd-Bar: ---- Hi! > > The system boots via serial, and then stops displaying any > > kernel output. > APU is one of the latest machines that don't quite enumerate the > serial ports right via ACPI, so you'll need to add the following to > loader.conf > > hint.uart.0.at="isa" > hint.uart.0.port="0x3F8" > hint.uart.0.irq="4" > hint.uart.1.at="isa" > hint.uart.1.port="0x2F8" > hint.uart.1.irq="3" Aha! Tested, works! -- pi@FreeBSD.org +49 171 3101372 Now what ?