Re: usb mouse not work on boot
- Reply: Nuno Teixeira : "Re: usb mouse not work on boot"
- Reply: Dag-Erling_Smørgrav : "Re: usb mouse not work on boot"
- In reply to: Gary Jennejohn : "Re: usb mouse not work on boot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 May 2024 08:23:36 UTC
18.05.24 10:26, Gary Jennejohn: > On Sat, 18 May 2024 09:20:24 +0300 > Oleksandr Kryvulia <shuriku@shurik.kiev.ua> 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.