From nobody Sat May 18 09:59:06 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 4VhK6h6jrmz5KShw for ; Sat, 18 May 2024 09:59:08 +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 4VhK6h66kcz4jTD; Sat, 18 May 2024 09:59:08 +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 1s8GqJ-000000002Ay-1GG7; Sat, 18 May 2024 12:59:07 +0300 Content-Type: multipart/alternative; boundary="------------yUo0uahxpYBkNaDIGoK5dnNp" Message-ID: Date: Sat, 18 May 2024 12:59:06 +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: =?UTF-8?Q?Dag-Erling_Sm=C3=B8rgrav?= Cc: freebsd-current@freebsd.org, Gary Jennejohn , cperciva@freebsd.org References: <20240518092649.6430ad53@ernst.home> <86ttivwikf.fsf@ltc.des.dev> Content-Language: uk-UA From: Oleksandr Kryvulia In-Reply-To: <86ttivwikf.fsf@ltc.des.dev> 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: 4VhK6h66kcz4jTD This is a multi-part message in MIME format. --------------yUo0uahxpYBkNaDIGoK5dnNp Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 18.05.24 12:55, Dag-Erling Smørgrav: > Oleksandr Kryvulia writes: >> Gary Jennejohn writes: >>> 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. > I hope you don't mean that literally, because /etc/rc.conf is a shell > script and += is not valid shell syntax. On the other hand, something > like > > kld_list="${kld_list} uhid" Yes, you are right. I mean sysrc kld_list+="uhid" --------------yUo0uahxpYBkNaDIGoK5dnNp Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit 18.05.24 12:55, Dag-Erling Smørgrav:
Oleksandr Kryvulia <shuriku@shurik.kiev.ua> writes:
Gary Jennejohn <garyj@gmx.de> writes:
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.
I hope you don't mean that literally, because /etc/rc.conf is a shell
script and += is not valid shell syntax.  On the other hand, something
like

kld_list="${kld_list} uhid"
Yes, you are right. I mean
sysrc kld_list+="uhid" --------------yUo0uahxpYBkNaDIGoK5dnNp--