[Bug 279953] If both usbhid entries used in /boot/loader.conf, keyboard gets frozen when booted in single user mode
Date: Mon, 01 Jul 2024 07:55:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279953 Emmanuel Vadot <manu@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended Status|New |Closed --- Comment #3 from Emmanuel Vadot <manu@freebsd.org> --- This is expected. With usbhid loaded and the sysctl set to 1 the ukbd(4) driver will have no chance to attach and GENERIC doesn't have hkbd(4). Which is one of the reason I did https://reviews.freebsd.org/D45658 Until then you can add hkbd_load="YES" to loader.conf to "fix" this issue. -- You are receiving this mail because: You are the assignee for the bug.