You are not logged in.
When setting up wireguard,
# ip link add dev wg0 type wireguardreturns `Error: unknown device type.`
It seems that this is occurring because the wireguard kernel module is not loaded.
$ lsmod | grep wireguardreturns nothing.
I cannot install the wireguard module using
# pacman -S wireguard-dkms, and
# modprobe wireguardalso cannot find the module. The wiki says that the module should be installed by default. I have tried a system upgrade.
Last edited by stickynotememo (2025-10-26 11:57:05)
Offline
You do not have to load or install anything related do wireguard.
I do not know what you want to do but you want to start reading there: https://wiki.archlinux.org/title/WireGuard
Offline
I would assume you've updated the kernel, so now the old kernel that you're running has no modules available. Reboot.
Offline
Yes. Solved
Offline