Currently trying to install v4l2loopback into a ubuntu 18.04 instance at aws and facing the current situation
After running (the same happens from source install)
sudo apt-get install linux-generic (tempts to load videodev)
sudo apt-get install v4l2loopback-dkms
sudo modprobe v4l2loopback
I have the following error:
modprobe: ERROR: could not insert 'v4l2loopback': Unknown symbol in module, or unknown parameter (see dmesg
The same happens for loading videodev
(sudo modprobe videodev
)
Is there any way to recompile the kernel loading the v4l2
/videodev
modules? Or any alternative for v4l2loopback on cloud instances?