From nobody Tue Aug 12 20:27:47 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 4c1jk40wl2z6411C for ; Tue, 12 Aug 2025 20:27:56 +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 4c1jk24Ks6z3chH for ; Tue, 12 Aug 2025 20:27:54 +0000 (UTC) (envelope-from jgopensource@proton.me) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=proton.me header.s=protonmail header.b=eE8i0FSh; spf=pass (mx1.freebsd.org: domain of jgopensource@proton.me designates 185.70.43.16 as permitted sender) smtp.mailfrom=jgopensource@proton.me; dmarc=pass (policy=quarantine) header.from=proton.me DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1755030472; x=1755289672; bh=zR0W8bFmmvfxx4hCCQTxnH0jdGxvT9FHUbIK16l21SQ=; 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=eE8i0FShmTXlAiTz0U6BLRHMZeCxmtDNC8t7T1FesEJoPk2p691FNBrqWxG7xhnjV TwZC4zYL/0VKb+ACd/w8YpL1E5fPRv9900uSd7gTjxcbJSoV2K1mteHEqsHlVtUUBu yvLrnUyEYwvFwW7cewiAYBJakEzhQeJj69BTDJJeXdUenL8Y7DMhPxRUouPwvly6H6 YcvgdaG3CgOwv6WIPwLQcNdoyzJLpApAfob66mCTG8Rf2+C9y2d63rVHZTSGtbOpFE uOUnfHrJASYuYCiI1d3ANQMtjxQRqik+qYVoQ45uM8eoD89+s/54jKLs/yKF/i2C5R zw53nITv34bIg== Date: Tue, 12 Aug 2025 20:27:47 +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: <4JnDBHlYaAjDciQ_DeelqZkjMkWgG5MTgbLJvZZgppOhKm5CLLmkbN3xCHRb9gVBJi1jYIeSR-QzcZ0yhluPKQr7jC2HMZ4_2ck_k1JbpHQ=@proton.me> In-Reply-To: <67BA742F-CEBA-4AB3-B088-22771C20FF8A@yahoo.com> References: <67BA742F-CEBA-4AB3-B088-22771C20FF8A@yahoo.com> Feedback-ID: 125078299:user:proton X-Pm-Message-ID: 4e8898ecfe576f33c61b20c7fcdf8821ed1e5327 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-Result: default: False [-4.18 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.98)[-0.982]; DMARC_POLICY_ALLOW(-0.50)[proton.me,quarantine]; R_DKIM_ALLOW(-0.20)[proton.me:s=protonmail]; RWL_MAILSPIKE_VERYGOOD(-0.20)[185.70.43.16:from]; R_SPF_ALLOW(-0.20)[+ip4:185.70.43.0/24]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[proton.me:+]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; MISSING_XM_UA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; RCVD_COUNT_ZERO(0.00)[0]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[185.70.43.16:from] X-Rspamd-Queue-Id: 4c1jk24Ks6z3chH X-Spamd-Bar: ---- On Monday, 11 August 2025 at 03:31, Mark Millard wrote: >=20 > After the updates I'm back to the "serial console" > is not getting/taking keyboard input (without > hw.usb.usbhid.enable=3D0 involved). >=20 Serial console is typically understood to mean a console over a serial link= like RS-232. If you end up reporting this bug to the bug database, using c= onfusing terminology should be avoided. > # dmesg -a | grep -e eybo -e kbd > hkbd0: on hidbus2 > hkbd1: on hidbus3 The hkbd(4) driver detects the keyboard and attaches successfully. Adding t= he following to /boot/loader.conf will enable debug output from the driver: hw.hid.hkbd.debug=3D"100" Please provide the output if you can't analyze it yourself. Initial output = from device probing and output when pressing keys are both relevant.=20 > # usbconfig -l > ugen1.3: at usbus1, cfg=3D0 md=3DHOST spd=3D= SUPER (5.0Gbps) pwr=3DON (0mA) >=20 The keyboard seems to be attached to the XHCI USB controller (USB 3.0). If = Parallels offers such a choice, as an experiment try to force it to use the= EHCI USB controller (USB 2.0) instead. If you have the dmesg output from when the keyboard worked, you can compare= to dmesg when the keyboard doesn't work. Also, when the keyboard doesn't work does the mouse work? Best regards, Jordan Gordeev