https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215000
--- Comment #1 from [email protected] --- Suggested by scf@ in a private mail: "I do suspect it is the specific cuse module you are loading. It is possible that you are loading a module compiled for 10 when you are running 11. Regardless, you should not be loading cuse4bsd any longer. cuse(4) is part of FreeBSD 11 now. cuse_load="YES" is what you want." Indeed changing to cuse_load="YES" fixed to the problem. I think this PR can be closed. However, the webcamd man page needs updating because it still points to cuse4bsd: WEBCAMD(8) FreeBSD System Manager's Manual WEBCAMD(8) webcamd requires the cuse4bsd(3) kernel module. To load the driver as a module at boot time, place the following line in loader.conf(5): cuse4bsd_load="YES" -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
