I have a cherry keyboard with multimedia keys, I activated usbhid and configured usbhidaction so that the
multimedia keys could work under X11. Since then, the mouse doesn't work in the console.
in /boot/loader.conf I add these two lines to active usbhid :
How can I get the mouse to work in the console when usbhid is active?
multimedia keys could work under X11. Since then, the mouse doesn't work in the console.
in /boot/loader.conf I add these two lines to active usbhid :
Code:
usbhid_load="YES"
hw.usb.usbhid.enable=1
How can I get the mouse to work in the console when usbhid is active?