From nobody Sat May 18 08:23:36 2024 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 4VhH0W3F1sz5LKsJ for ; Sat, 18 May 2024 08:23:39 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.flex-it.com.ua (mail.flex-it.com.ua [193.239.74.7]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4VhH0V74N3z4Tn1 for ; Sat, 18 May 2024 08:23:38 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Authentication-Results: mx1.freebsd.org; none Received: from 93.183.208.50.ipv4.datagroup.ua ([93.183.208.50] helo=[192.168.200.135]) by mail.flex-it.com.ua with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.97.1 (FreeBSD)) (envelope-from ) id 1s8FLs-000000005tJ-1nFU; Sat, 18 May 2024 11:23:36 +0300 Message-ID: Date: Sat, 18 May 2024 11:23:36 +0300 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 Subject: Re: usb mouse not work on boot To: freebsd-current@freebsd.org References: <20240518092649.6430ad53@ernst.home> Content-Language: uk-UA Cc: garyj@gmx.de From: Oleksandr Kryvulia In-Reply-To: <20240518092649.6430ad53@ernst.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: SPF failed. 93.183.208.50 is not allowed to send mail from shurik.kiev.ua. 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:35297, ipnet:193.239.72.0/22, country:UA] X-Rspamd-Queue-Id: 4VhH0V74N3z4Tn1 18.05.24 10:26, Gary Jennejohn: > On Sat, 18 May 2024 09:20:24 +0300 > Oleksandr Kryvulia wrote: > >> After 6437872c1d665c2605f54e8ff040b0ba41edad07 my usb mouse no longer >> works on boot because uhid(4) is not autoloaded. To make it work I need >> manualy load uhid or replug my usb mouse. >> > Try adding uhid_load="YES" to your /boot/loader.conf. With that added > the module should be automatically loaded during the kernel boot. As workaround I already have kld_list+="uhid" in /etc/rc.conf. But IMHO it some regression.