Had to put Fedora Workstation 44 Live ISO (Fedora-Workstation-Live-44-1.7.x86_64.iso) on a USB stick and boot from it and connect to WAN and run these 5 commands in a terminal first: $ sudo dnf install xxd $ sudo dnf install xdialog $ sudo touch /etc/ld.so.conf.d/gtk3.conf $ echo '/usr/lib64/gtk-3.0/modules' | sudo tee /etc/ld.so.conf.d/gtk3.conf $ sudo ldconfig Once that's done, sudo ./make_g4l_usb.sh will actually work without throwing errors. Found all this out the hard way because the windows...
Had to put Fedora Workstation 44 Live ISO (Fedora-Workstation-Live-44-1.7.x86_64.iso) on a USB stick and boot from it and connect to WAN and run these 5 commands in a terminal first: $ sudo dnf install xxd $ sudo dnf install xdialog $ sudo touch /etc/ld.so.conf.d/gtk3.conf $ echo '/usr/lib64/gtk-3.0/modules' | sudo tee /etc/ld.so.conf.d/gtk3.conf $ sudo ldconfig Once that's done ./make_g4l_usb.sh will actually work without throwing errors. Found all this out the hard way because the windows .bat...