Dell USB mouse not working on FreeBSD 14.0

Good morning!
Is there something I need to add to /etc/rc.conf for my Dell USB mouse to work on FreeBSD 14.0? Any other setting? I have moused enabled. My mouse previously worked on 13.2.
Thanks for any and all replies.
 
Check mouse works on another computer; try different USB ports; check logs?
The mouse definitely works on this computer on the current USB port. I'm attempting to run 14.0 in a virtual machine, using virt-manager. Thanks for the reply.
 
I tried on a Dell R220 with FreeBSD 14 installed - Logitech & Dell USB wired mice - no issues - showed in /var/log/messages and moved the mouse pointer on the console window (assuming you are talking about console rather than X?)

Code:
Jan 10 08:59:48 r220 kernel: ugen0.6: <Logitech USB-PS/2 Optical Mouse> at usbus0
Jan 10 08:59:48 r220 kernel: ums2 on uhub1
Jan 10 08:59:48 r220 kernel: ums2: <Logitech USB-PS/2 Optical Mouse, class 0/0, rev 2.00/20.00, addr 5> on usbus0
Jan 10 08:59:48 r220 kernel: ums2: 3 buttons and [XYZ] coordinates ID=0
Jan 10 08:59:54 r220 kernel: ugen0.6: <Logitech USB-PS/2 Optical Mouse> at usbus0 (disconnected)
Jan 10 08:59:54 r220 kernel: ums2: at uhub1, port 2, addr 5 (disconnected)
Jan 10 08:59:54 r220 kernel: ums2: detached

Code:
Jan 10 09:22:30 r220 kernel: ugen0.6: <vendor 0x413c Dell Premium USB Optical Mouse> at usbus0
Jan 10 09:22:30 r220 kernel: ums2 on uhub1
Jan 10 09:22:30 r220 kernel: ums2: <vendor 0x413c Dell Premium USB Optical Mouse, class 0/0, rev 2.00/0.09, addr 6> on usbus0
Jan 10 09:22:30 r220 kernel: ums2: 5 buttons and [XYZT] coordinates ID=0
Jan 10 09:22:39 r220 kernel: ugen0.6: <vendor 0x413c Dell Premium USB Optical Mouse> at usbus0 (disconnected)
Jan 10 09:22:39 r220 kernel: ums2: at uhub1, port 5, addr 6 (disconnected)
Jan 10 09:22:39 r220 kernel: ums2: detached
 
If OP is using VirtualBox, there should be an option to enable USB 1.0 XHCI and/or mouse... I'd suggest double-checking the VM's settings. Sometimes, you need to shut the VM down before enabling/disabling stuff like mouse, USB and ethernet ports, and the like...
 
Back
Top