From nobody Sun Aug 10 14:51:44 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 4c0LMF4lBRz645Nh for ; Sun, 10 Aug 2025 14:51:53 +0000 (UTC) (envelope-from jgopensource@proton.me) Received: from mail-4316.protonmail.ch (mail-4316.protonmail.ch [185.70.43.16]) (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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4c0LMF1lP1z3YPy for ; Sun, 10 Aug 2025 14:51:53 +0000 (UTC) (envelope-from jgopensource@proton.me) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=g433zvslindf3hrhp4wpp6upxe.protonmail; t=1754837509; x=1755096709; bh=UsrKEv7G+31fDLcoJ23H/C5kD5QP/gWqFjcJcd+XN2o=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=KuE5mIrL7pKmX4RJ1Gx78UQQDIl1lgKmG72mG+QdB8+Jh7pPPeqen1Ks6pgI4Sa1m xleE4OXZnNX3lmYkSh9CnUkGI0SeD+CpXxAP8pYagT1utlkvT7P9LjyUfabjN58hIn y5RoO3oVfElTxNx4tFGNxgsrbmDYEK7RrQgxd675JzDbMB7xMEMsHbaxloZqXT99Wo wcJdj3mT4Pq7RLL6f8HThI/fcjjeOFnTquTtYmi0oYW+csPePattibJXaBghZFA5Aa 1SJKsAdQhVKEFfMVG/RyYTYtvCV4az6AjCa+KC+vwEv2abvvWystMdERCNQt9MzsYt 5Qqnf3DQ18ulw== Date: Sun, 10 Aug 2025 14:51:44 +0000 To: Mark Millard From: Jordan Gordeev Cc: FreeBSD Current Subject: Re: Example context needing use of hw.usb.usbhid.enable=0 : serial console keyboard input under Parallels (aarch64) Message-ID: In-Reply-To: References: Feedback-ID: 125078299:user:proton X-Pm-Message-ID: f2c017b4a35aa06052defe67f6d8ed1f92dfbf0b 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-Rspamd-Queue-Id: 4c0LMF1lP1z3YPy X-Spamd-Bar: ---- 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:62371, ipnet:185.70.43.0/24, country:CH] On Sunday, 10 August 2025 at 12:16, Mark Millard wrote: > Until I added the line shown by: >=20 > # grep hw.usb.usbhid.enable /boot/loader.conf > hw.usb.usbhid.enable=3D0 >=20 > I did not any more get: >=20 > ugen1.3: at usbus1 >=20 > ukbd0 on uhub1 > ukbd0: on = usbus1 >=20 > kbd1 at ukbd0 > ukbd1 on uhub1 > ukbd1: on = usbus1 >=20 >=20 > running FreeBSD main under Parallels --but got instead: >=20 > hcons0: on hidbus3 >=20 >=20 > The input to the console window in Parallels > did not work for the hidbus3 one. >=20 When usbhid is enabled USB keyboards should appear as hkbd(4) devices. Do y= ou see any lines mentioning hkbd in dmesg? If not, try adding "hw.hid.hkbd.= debug=3D100" to /boot/loader.conf in the hope that hkbd will produce some d= ebug messages. Try also loading the hkbd module and any modules on which it= depends via loader.conf because that might affect the outcome. When reporting problems such as this, you should provide the version number= of FreeBSD (exact commit ID), version number of Parallels, whether you hav= e any VM tools installed for better integration between FreeBSD and Paralle= ls, and because this is a USB problem, the output of "usbconfig -v" (at lea= st the part describing the keyboard). Best regards, Jordan Gordeev