https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=140849
VinÃcius Zavam <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from VinÃcius Zavam <[email protected]> --- Hi, as crazy as it sounds, and as the status of this PR is still 'open' I will report a quick update about it... under 12.0-CURRENT right after a world/kernel upgrade (from Feb 26th, sorry for the missing rev) I rebooted into a system without USB mouse support. moused(8) was not starting, and there was no /dev/umsX available. % uname -iUKa FreeBSD zim 12.0-CURRENT FreeBSD 12.0-CURRENT #4 r330240: Thu Mar 1 17:02:10 CET 2018 root@zim:/usr/obj/usr/src/amd64.amd64/sys/ZIM amd64 ZIM 1200058 1200058 getting ums(4) back in place just solved the thing; or just kldload(8) it. % cat /sys/amd64/conf/ZIM include GENERIC-NODEBUG ident ZIM device ums # JUST ADD! the ums(4) is really not in the GENERIC kernel config for quite of a long time, and that's why it sounds crazy. I was using the very same KERNCONF without any issues til today. so, anyway, loading/using ums(4) solved it for me. ugen2.3: <Logitech USB-PS2 Optical Mouse> at usbus2, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (98mA) maybe someone can help on tracking actual changes impacting USB support like this? KR, -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
