From nobody Thu Aug 21 20:19:04 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 4c7F5m2W0Mz65cm8 for ; Thu, 21 Aug 2025 20:19:08 +0000 (UTC) (envelope-from timothyk@beachpatt.com) Received: from serendipity35.net.net (serendipity35.net [167.71.244.20]) (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 "serendipity35.net", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4c7F5k5Jghz45G9 for ; Thu, 21 Aug 2025 20:19:06 +0000 (UTC) (envelope-from timothyk@beachpatt.com) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=quarantine) header.from=beachpatt.com; spf=pass (mx1.freebsd.org: domain of timothyk@beachpatt.com designates 167.71.244.20 as permitted sender) smtp.mailfrom=timothyk@beachpatt.com Received: from [192.168.254.154] (50-36-34-57.drr01.mybh.sc.frontiernet.net [50.36.34.57]) (authenticated bits=0) by serendipity35.net.net (8.18.1/8.18.1) with ESMTPSA id 57LKJ52n051787 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO) for ; Thu, 21 Aug 2025 16:19:05 -0400 (EDT) (envelope-from timothyk@beachpatt.com) X-Authentication-Warning: serendipity35.net.net: Host 50-36-34-57.drr01.mybh.sc.frontiernet.net [50.36.34.57] claimed to be [192.168.254.154] Message-ID: Date: Thu, 21 Aug 2025 16:19:04 -0400 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 User-Agent: Mozilla Thunderbird Content-Language: en-US To: freebsd-current@freebsd.org From: TIM Beach Subject: Console keyboard disabled under Parallels Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: - X-Spamd-Result: default: False [-1.57 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_SPAM_MEDIUM(1.00)[0.995]; NEURAL_HAM_LONG(-0.97)[-0.971]; DMARC_POLICY_ALLOW(-0.50)[beachpatt.com,quarantine]; R_SPF_ALLOW(-0.20)[+mx]; ONCE_RECEIVED(0.20)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:14061, ipnet:167.71.240.0/20, country:US]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; HAS_XAW(0.00)[]; ARC_NA(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4c7F5k5Jghz45G9 When using Current under Parallels Desktop Pro, recent kernels remove the keyboard function from the default console. kernel: 1500033  FreeBSD boots, console works as expected kernel: 1500063 FreeBSD boots, no console function in single or multi-user non-working kernel:  uname -a FreeBSD awsrestartweb.com 15.0-PRERELEASE FreeBSD 15.0-PRERELEASE #0 main-n279751-ba487345f85f-dirty: Wed Aug 20 16:48:45 EDT 2025    root@awsrestartweb.com:/usr/obj/usr/src/arm64.aarch64/sys/AUG20 arm64 uname -K -U 1500063 1500063 working kernel: uname -a FreeBSD 15dev 15.0-CURRENT FreeBSD 15.0-CURRENT #0 main-n275588-045a4c108fcf: Fri Feb 21 02:24:41 UTC 2025  root@releng3.nyi.freebsd.org:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64 uname -K -U 1500033 1500033 Was there a change to usbhid or ugen when CURRENT went to PRERELEASE? Tim