From nobody Wed May 22 04:48:07 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 4Vkf244Vp9z5LZMK for ; Wed, 22 May 2024 04:48:12 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from egress.chen.org.nz (egress.chen.org.nz [170.75.172.82]) by mx1.freebsd.org (Postfix) with ESMTP id 4Vkf235VzTz4HC4 for ; Wed, 22 May 2024 04:48:11 +0000 (UTC) (envelope-from jonc@chen.org.nz) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of jonc@chen.org.nz designates 170.75.172.82 as permitted sender) smtp.mailfrom=jonc@chen.org.nz Received: from mail.chen.org.nz (unknown [210.54.37.164]) by egress.chen.org.nz (Postfix) with ESMTP id 01CF2111E26 for ; Wed, 22 May 2024 16:47:54 +1200 (NZST) Received: from mail.chen.org.nz (localhost [127.0.0.1]) by filter.inside.chen.org.nz (Postfix) with ESMTP id 98F7B81EB8 for ; Wed, 22 May 2024 16:48:09 +1200 (NZST) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on ametrine.inside.chen.org.nz Received: from [192.168.1.10] (jade.inside.chen.org.nz [192.168.1.10]) by mail.chen.org.nz (Postfix) with ESMTPS id 8C8AC81EB7 for ; Wed, 22 May 2024 16:48:09 +1200 (NZST) Message-ID: <886a232c-4db9-48d4-84a8-55c457a1c1f4@chen.org.nz> Date: Wed, 22 May 2024 16:48:07 +1200 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 User-Agent: Mozilla Thunderbird Subject: Re: Latest stable-14 does not recognise mouse on boot To: stable@freebsd.org References: <9adf0475-669c-4abd-9b76-6d92dd702c6a@chen.org.nz> Content-Language: en-US From: Jonathan Chen In-Reply-To: <9adf0475-669c-4abd-9b76-6d92dd702c6a@chen.org.nz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.19 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+a:egress.chen.org.nz:c]; MIME_GOOD(-0.10)[text/plain]; RCVD_NO_TLS_LAST(0.10)[]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:174, ipnet:170.75.160.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[stable@freebsd.org]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[chen.org.nz]; PREVIOUSLY_DELIVERED(0.00)[stable@freebsd.org]; RCPT_COUNT_ONE(0.00)[1] X-Rspamd-Queue-Id: 4Vkf235VzTz4HC4 On 22/05/24 16:39, Jonathan Chen wrote: > Hi, > > I've just updated to STABLE-14 today, 5cbccac9f3d1, and the system now > does not recognise my USB mouse on bootup. I've tried the kernel on 2 > separate systems and both do not recognise the mouse on boot. If I > disconnect and reconnect the mouse, the system(s) correctly recognise them. > > The previous kernel worked, and that was commit 5cbccac9f3d1, from > around 4-May-2024. Ah. I see the solution at https://lists.freebsd.org/archives/freebsd-stable/2024-May/002167.html Cheers. -- Jonathan Chen