[SOLVED] Troubles with Wireguard: Unknown Device Type Wireguard (wireguard-dkms)
I'm trying to set up my vpn (mullvad) using Wireguard. I have (I assume) a valid config file in /etc/wireguard. I have installed wireguard-dkms and wireguard-tools.
When I run wg-quick up mullvad-au1
I get:
[#] ip link add mullvad-au1 type wireguard
Error: Unknown device type.
Unable to access interface: Protocol not supported
[#] ip link delete dev mullvad-au1
Cannot find device "mullvad-au1"
When I run modprobe wireguard
I get:
modprobe: FATAL: Module wireguard not found in directory /lib/modules/5.5.2-artix1-1
It seems that this should not be the case.
I have already tried getting it to work with wireguard-arch instead of wireguard-dkms but this did not help.