Re: usb mouse not work on boot
- Reply: Oleksandr Kryvulia : "Re: usb mouse not work on boot"
- In reply to: Dag-Erling_Smørgrav : "Re: usb mouse not work on boot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 May 2024 09:59:06 UTC
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"