Date: Sat, 18 May 2024 15:51:04 +0300 From: Oleksandr Kryvulia <shuriku@shurik.kiev.ua> To: freebsd-current@freebsd.org Subject: Re: usb mouse not work on boot Message-ID: <34a397ef-ca2d-4e04-9066-3cf8a0c48616@shurik.kiev.ua> In-Reply-To: <cae2b31c-68ed-46c9-9d7b-415926186766@shurik.kiev.ua> References: <ae973e80-7f06-432c-ab66-b1a2ab337eaa@shurik.kiev.ua> <20240518092649.6430ad53@ernst.home> <af05317d-8d64-4a25-b13d-785848c0d326@shurik.kiev.ua> <86ttivwikf.fsf@ltc.des.dev> <cae2b31c-68ed-46c9-9d7b-415926186766@shurik.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------wq75l1TcJZpvdOjMfF0UO8Dd Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 18.05.24 12:59, Oleksandr Kryvulia: > 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" One more correction. Via kld_list I need load ums(4), loading only uhid(4) does not solve a problem. --------------wq75l1TcJZpvdOjMfF0UO8Dd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> 18.05.24 12:59, Oleksandr Kryvulia:<br> <blockquote type="cite" cite="mid:cae2b31c-68ed-46c9-9d7b-415926186766@shurik.kiev.ua"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 18.05.24 12:55, Dag-Erling Smørgrav:<br> <blockquote type="cite" cite="mid:86ttivwikf.fsf@ltc.des.dev"> <pre><pre class="moz-quote-pre" wrap="">Oleksandr Kryvulia <a class="moz-txt-link-rfc2396E" href="mailto:shuriku@shurik.kiev.ua" moz-do-not-send="true"><shuriku@shurik.kiev.ua></a> writes: </pre><blockquote type="cite" style="color: #007cff;"><pre class="moz-quote-pre" wrap="">Gary Jennejohn <a class="moz-txt-link-rfc2396E" href="mailto:garyj@gmx.de" moz-do-not-send="true"><garyj@gmx.de></a> writes: </pre><blockquote type="cite" style="color: #007cff;"><pre class="moz-quote-pre" wrap="">Try adding uhid_load="YES" to your /boot/loader.conf. With that added the module should be automatically loaded during the kernel boot. </pre></blockquote><pre class="moz-quote-pre" wrap="">As workaround I already have kld_list+="uhid" in /etc/rc.conf. </pre></blockquote><pre class="moz-quote-pre" wrap="">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"</pre></pre> </blockquote> Yes, you are right. I mean<br> <span style="font-family:monospace"><span style="color:#000000;background-color:#ffffff;">sysrc kld_list+="uhid"</span></span></blockquote> <br> One more correction. Via kld_list I need load ums(4), loading only uhid(4) does not solve a problem.<br> <br> </body> </html> --------------wq75l1TcJZpvdOjMfF0UO8Dd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34a397ef-ca2d-4e04-9066-3cf8a0c48616>