I have been struggling to start my webcam as i need to clear an interview with a video conferencing. I updated the OS from 18.04 to 20.04 but still I get the message No device found when I try to open cheese. Below is the output of the command lsusb
nik@nik:/$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Below are some commands executed
nik@nik:/$ sudo modprobe uvcvideo
nik@nik:/$
niket@nik:/$ sudo modprobe vfe_v4l2
modprobe: FATAL: Module vfe_v4l2 not found in directory
/lib/modules/5.4.0-81-generic
niket@nik:/$ sudo modprobe gc2035
modprobe: FATAL: Module gc2035 not found in directory /
lib/modules/5.4.0-81-generic
Can someone clarify me if webcam drivers are not there or how do I need to resolve this problem. I have looked into lot of online docs and applied them but still cannot resolve this issue.