Skip to content

Instantly share code, notes, and snippets.

@mbohun
Created February 9, 2026 11:16
Show Gist options
  • Select an option

  • Save mbohun/af190c927b5710c8f0d5223f2959839c to your computer and use it in GitHub Desktop.

Select an option

Save mbohun/af190c927b5710c8f0d5223f2959839c to your computer and use it in GitHub Desktop.
OrangePi5pro armbian apt kernel

/var/lib/dkms/v4l2loopback/0.12.7/build/make.log

DKMS make.log for v4l2loopback-0.12.7 for kernel 6.1.115-vendor-rk35xx (aarch64)
Mon Feb  9 12:05:20 PM CET 2026
Building v4l2-loopback driver...
make -C /lib/modules/6.1.115-vendor-rk35xx/build M=/var/lib/dkms/v4l2loopback/0.12.7/build modules
make[1]: Entering directory '/usr/src/linux-headers-6.1.115-vendor-rk35xx'
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: aarch64-linux-gnu-gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
  You are using:           gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
  CC [M]  /var/lib/dkms/v4l2loopback/0.12.7/build/v4l2loopback.o
/bin/sh: 1: scripts/basic/fixdep: not found
make[2]: *** [scripts/Makefile.build:250: /var/lib/dkms/v4l2loopback/0.12.7/build/v4l2loopback.o] Error 127
make[2]: *** Deleting file '/var/lib/dkms/v4l2loopback/0.12.7/build/v4l2loopback.o'
make[1]: *** [Makefile:2009: /var/lib/dkms/v4l2loopback/0.12.7/build] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.1.115-vendor-rk35xx'
make: *** [Makefile:43: v4l2loopback.ko] Error 2
/var/lib/dkms/v4l2loopback/0.12.7/build/make.log (END)
@mbohun
Copy link
Author

mbohun commented Feb 9, 2026

Screenshot from 2026-02-09 12-05-39

@mbohun
Copy link
Author

mbohun commented Feb 9, 2026

Screenshot from 2026-02-09 12-07-23

@mbohun
Copy link
Author

mbohun commented Feb 13, 2026

FIXED:

cd /usr/src/linux-headers-6.1.115-vendor-rk35xx
make scripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment