I'm not getting any /dev/video* devices from any of my old and new Logitech usb cameras.
lsmod shows me nothing v4l2 related.
modprobe -c | grep v4l2 returns nothing.
Iv'e tried various update commands but none seem to be installing any v4l2 kernel drivers.
Can anyone tell me how I can install the v4l2 kernel drivers?
Cheers!
Update:
sudo lshw -c multimedia
sudo lshw -c multimedia
*-multimedia UNCLAIMED
description: Audio device
product: GM204 High Definition Audio Controller
vendor: NVIDIA Corporation
physical id: 0.1
bus info: pci@0000:01:00.1
version: a1
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f7080000-f7083fff
*-usb:0 UNCLAIMED
description: Video
product: QuickCam Pro 9000
vendor: Logitech, Inc.
physical id: 1
bus info: usb@3:1
version: 0.08
serial: BAC3EF12
capabilities: usb-2.00
configuration: maxpower=500mA speed=480Mbit/s
*-multimedia UNCLAIMED
description: Audio device
product: 7 Series/C216 Chipset Family High Definition Audio Controller
vendor: Intel Corporation
physical id: 1b
bus info: pci@0000:00:1b.0
version: 04
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f7230000-f7233fff
UPDATE2: I believe that for some reason my system is missing 'v4l2-core'. I downloaded the kernel source and it's there in,
ubuntu-focal/drivers/media/v4l2-core
Iv'e tried to compile it but no luck so far.