I reinstalled FreeBSD 12.1-RELEASE on my ThinkPad T480 and updated it to p10. In my saved configuration files, I copied my rc.conf to the new devices, loaded cuse and webcamd, everything looked fine until I loaded GNOME Cheese, which did not recognize the current devices. I fiddled with the rc.conf adding and removing the video and IR cameras, but nothing would work. After multiple reboots it would not work.
My current rc.conf section about this is this:
And still does not work. I also have
How would I get the webcam working?
My current rc.conf section about this is this:
Code:
webcamd_enable="YES"
webcamd_0_flags="-d ugen0.3"
webcamd_1_flags="-d ugen0.2"
cuse_load=“YES”
in my /boot/loader.conf. How would I get the webcam working?