From nobody Tue Aug 19 17:56:33 2025 X-Original-To: freebsd-current@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 4c5y2K6MJbz65KTG for ; Tue, 19 Aug 2025 17:56:41 +0000 (UTC) (envelope-from jgopensource@proton.me) Received: from mail-24417.protonmail.ch (mail-24417.protonmail.ch [109.224.244.17]) (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 (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4c5y2H66Lcz45vR for ; Tue, 19 Aug 2025 17:56:39 +0000 (UTC) (envelope-from jgopensource@proton.me) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=proton.me header.s=protonmail header.b=CN8UNHxB; dmarc=pass (policy=quarantine) header.from=proton.me; spf=pass (mx1.freebsd.org: domain of jgopensource@proton.me designates 109.224.244.17 as permitted sender) smtp.mailfrom=jgopensource@proton.me DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1755626196; x=1755885396; bh=dbcr6L1FQzJCzEHU8UH4smVd+lKLJ6psHJL9csmId8o=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=CN8UNHxBjPhadP/aK7QL50d4ilzFFlTzKkKqrgqFzRfE3lJPJPJU19Z0jAdJ09Vau aNLEXY8RPNyUCWcVKyiRivJtQevm3y57BUvu52aH2usIczP6oZcwvAReFEGXbzLH2S kxPn23hh8CgrbPXOIiwupLYl0imiD8qU19CwrVsDlxQ9g9jUqdkOZj9QLxsoxoYd9z mnkxC2dDS8LcMZSdZY8SLTVMoXkN3hp4pSBiPscOm7HKD6YjH42j/vIJTv4Nf1zHYY cC+n3L0Kl9CExOESi/1czWwrQ8NEhhbZNRHXBX35ZosmoML2z/AXJBR98BjMFGznrV /J2JIlv8j1sXA== Date: Tue, 19 Aug 2025 17:56:33 +0000 To: FreeBSD Current From: Jordan Gordeev Subject: Re: Example context needing use of hw.usb.usbhid.enable=0 : serial console keyboard input under Parallels (aarch64) [reproduces again] Message-ID: In-Reply-To: References: <4FC3373E-025E-4BD5-8869-10956B700708@yahoo.com> Feedback-ID: 125078299:user:proton X-Pm-Message-ID: e0b8b3885f6fa5a6b5de86c88ac3a800a8bed36e List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.40 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[proton.me,quarantine]; RWL_MAILSPIKE_EXCELLENT(-0.40)[109.224.244.17:from]; R_DKIM_ALLOW(-0.20)[proton.me:s=protonmail]; R_SPF_ALLOW(-0.20)[+ip4:109.224.244.0/24]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; ASN(0.00)[asn:62371, ipnet:109.224.244.0/24, country:CH]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; MISSING_XM_UA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[109.224.244.17:from]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[proton.me:+] X-Rspamd-Queue-Id: 4c5y2H66Lcz45vR On Monday, 18 August 2025 at 01:01, Mark Millard wrote: > On Aug 17, 2025, at 13:18, Mark Millard marklmi@yahoo.com wrote: >=20 > For FreeBSD-14.3-RELEASE-arm64-aarch64-bootonly.iso : >=20 > I end up with the Welcome screen in the FreeBSD Installer. > It ignores my attempt to tab over to Shell or Live System. > Same for typing S or L. Cursor captures and frees still > work. >=20 >=20 > For FreeBSD-15.0-CURRENT-arm64-aarch64-20250807-02f394281fd6-279407-booto= nly.iso : >=20 > Same. >=20 >=20 > I tried Video instead of Serial: same. >=20 Please, create a PR for this problem. I've started debugging it and have some partial results. Key presses are ha= ndled perfectly but due to bad keyboard state, any input is mistakenly disc= arded. Best regards, Jordan Gordeev