Solved USB Mouse not working

Hi everyone,
I'm stumped on this one and hope some of you guys have an idea on how to fix this. I'm on FreeBSD 12.2-p10.
Attaching a USB mouse (yes, I tried different brands/models, still gives the same result) while system is running leads to the mouse not working - neither on console nor in X11. No movement, no clicks registering.
It doesn't matter which USB port (USB2 or USB3) I attach the mouse, I'm still getting the same result.

I'm seeing the following messages in xconsole when attaching the HID device:

Code:
ugen0.4: <SINOWEALTH Game Mouse> at usbus0 (disconnected)
at uhub0, port 6, addr 6 (disconnected)
detached
1151) truncated to 1024
hid_get_item: Number of items(1151) truncated to 1024
hid_get_item: Number of items(1151) truncated to 1024
hid_get_item: Number of items(1151) truncated to 1024
hid_get_item: Number of items(1151) truncated to 1024
hid_get_item: Number of items(1151) truncated to 1024
hid_get_item: Number of items(1151) truncated to 1024
hid_get_item: Number of items(1151) truncated to 1024
hid_get_item: Number of items(1151) truncated to 1024

usbconfig doesn't give much more detail either; it just tells me the device is still there:

Code:
root@xxx:~ # usbconfig ugen0.4 show_ifdrv
ugen0.4: <SINOWEALTH Game Mouse> at usbus0, cfg=0 md=HOST spd=FULL (12Mbp
s) pwr=ON (256mA)
ugen0.4.1: ukbd0: <SINOWEALTH Game Mouse, class 0/0, rev 1.10/1.00, addr
6>
root@xxx:~ # usbconfig ugen0.4 dump_info
ugen0.4: <SINOWEALTH Game Mouse> at usbus0, cfg=0 md=HOST spd=FULL (12Mbp
s) pwr=ON (256mA)

I tried usbconfig reset but alas no improvement.
 
Oh my god, I might have found the issue. I'm running in securelevel 2. Maybe the mouse driver can't be loaded. Gaaah.
I'm rebooting to a different securelevel now to retry this.
 
Back
Top