I’m installing v4l2-loopback, which I’m pleased to find exists in the official repos as a dkms module. Unfortunately, it fails to install. Here’s a simplified log of me installing dkms and v4l2:
Synchronizing package databases...
Resolving dependencies...
Checking inter-conflicts...
Download of linux414-headers (4.14.203-1)
Download of dkms (2.8.3-1.1)
Download of linux58-headers (5.8.18-1)
Checking keyring...
Checking integrity...
Loading packages files...
Checking file conflicts...
Checking available disk space...
Installing dkms (2.8.3-1.1)...
Installing linux414-headers (4.14.203-1)...
Installing linux58-headers (5.8.18-1)...
Running post-transaction hooks...
Arming ConditionNeedsUpdate...
Updating module dependencies...
Install DKMS modules
Done. (this exited as a success according to pamac)
Synchronizing package databases...
Resolving dependencies...
Checking inter-conflicts...
Download of v4l2loopback-dkms (0.12.5-1)
Checking keyring...
Checking integrity...
Loading packages files...
Checking file conflicts...
Checking available disk space...
Installing v4l2loopback-dkms (0.12.5-1)...
Running post-transaction hooks...
Arming ConditionNeedsUpdate...
Install DKMS modules
==> dkms install --no-depmod -m v4l2loopback -v 0.12.5 -k 5.8.18-1-MANJARO
==> depmod 5.8.18-1-MANJARO
==> Unable to install module v4l2loopback/0.12.5 for kernel 4.14.203-1-MANJARO: Missing kernel modules tree.
Do you know what went wrong, and how I could fix it? Google seems to point to missing headers being the issue, yet linux58-headers was installed above. Thanks in advance.