What's new

Wireguard Wireguard amtm installation?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

I just bought mine and I have been trying to figure this out as well. I went modprobing a couple of times and I am not finding it inside my list of modules.

Code:
:/tmp/home/root# modprobe -l | grep wg.ko

cannot seem to lsmod it either

Code:
/tmp/home/root# lsmod -l | grep wg
if you are indeed on 386.4 or later it should be there.
Try any of:
Code:
find / -name wireguard.ko
modprobe --show-depends wireguard

should be located here:
Code:
/lib/modules/4.1.52/kernel/net/wireguard/wireguard.ko

load it with:
Code:
modprobe wireguard

or
Code:
insmod /lib/modules/4.1.52/kernel/net/wireguard/wireguard.ko

check so that it has loaded with:
Code:
lsmod -l | grep wireguard
wireguard             108484  0

Wireguard manager loads the built in module for you, so you don't have to bother.

//Zeb
 
Last edited:
I just bought mine and I have been trying to figure this out as well. I went modprobing a couple of times and I am not finding it inside my list of modules.

Code:
:/tmp/home/root# modprobe -l | grep wg.ko

cannot seem to lsmod it either

Code:
/tmp/home/root# lsmod -l | grep wg
What do the following commands show
Code:
which wg

wg --help
 
Last edited:
Just install wireguard manager in amtm. Have you tried it?
AX56U would require using 386.4 (or later) with buildt in wireguard modules, as there are no custom modules for this model.

Here is a guide to get you started
https://github.com/ZebMcKayhan/WireguardManager/blob/main/README.md#table-of-content

If you run into problems, post it here:

Good luck!

//Zeb
Thank you!
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top