Hello, tried to install this : https://packages.debian.org/sid/wireguard-tools , installed linux-headers-4.4.77-rockchip-ayufan-136 by following this : viewtopic.php?f=15&t=2987&p=11616&hilit=headers#p11616. But no luck:
/header/usr/src# modprobe wireguard && lsmod | grep wireguard
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.132-1075-rockchip-ayufan-ga83beded8524/modules.dep.bin'
modprobe: FATAL: Module wireguard not found in directory /lib/modules/4.4.132-1075-rockchip-ayufan-ga83beded8524
rock64 can't install wireguard
Re: rock64 can't install wireguard
There are some kernel requirements, not sure if it's related: https://www.wireguard.com/install/#kernel-requirements
Does the modprobe command work in combination with other modules, where you know that they are available and working? E.g. modprobe ipv6?
Does the modprobe command work in combination with other modules, where you know that they are available and working? E.g. modprobe ipv6?
Re: rock64 can't install wireguard
Looks like it needs wireguard-dkms as a rec
https://www.linode.com/docs/networking/ ... on-ubuntu/
https://en.wikipedia.org/wiki/Dynamic_K ... le_SupportAn essential feature of DKMS is that it automatically recompiles all DKMS modules if a new kernel version is installed. This allows drivers and devices outside of the mainline kernel to continue working after a Linux kernel upgrade.
https://www.linode.com/docs/networking/ ... on-ubuntu/