Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wireguard kernel module not loaded #187

Open
miramo opened this issue Dec 4, 2023 · 0 comments
Open

wireguard kernel module not loaded #187

miramo opened this issue Dec 4, 2023 · 0 comments

Comments

@miramo
Copy link

miramo commented Dec 4, 2023

Description
Hello, I managed to install the spk (whether already compiled or compiled by myself on the machine), but the problem is that the kernel module does not seem to want to load and I do not know where the problem comes from.

$ uname -ar
Linux KoalaStation 3.10.102 #15284 SMP Mon Jul 9 23:04:14 CST 2018 x86_64 GNU/Linux synology_bromolow_3615xs

$ cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Xeon(R) CPU E3-1265L V2 @ 2.50GHz
stepping	: 9
microcode	: 0x21
cpu MHz		: 2501.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips	: 4988.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual

Steps to reproduce

$ sudo /var/packages/WireGuard/scripts/start-stop-status start
net.ipv4.ip_forward = 1
Loaded 7 iptables core modules
Loaded 9 iptables NAT modules
insmod: ERROR: could not load module /wireguard/wireguard.ko: No such file or directory

So, I tried to do :

$ sudo /sbin/insmod /volume1/@appstore/WireGuard/wireguard/wireguard.ko
insmod: ERROR: could not insert module /volume1/@appstore/WireGuard/wireguard/wireguard.ko: Invalid module format

$ lsmod | grep wireguard

Plus, the package seems to be running, but on the interface it is not.

$ sudo synoservice --status pkgctl-WireGuard
Service [pkgctl-WireGuard] status=[enable]
required upstart job:
	[pkgctl-WireGuard] is start.
=======================================

image

Synology NAS model
XPEnology DSM 6.1 DS3615xs (HP ProLiant Gen8 with Xeon 1265 V2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant