Development discussion of WireGuard
 help / color / mirror / Atom feed
* Similar Problem with ArchARM
@ 2017-01-17  9:22 lennart
  2017-01-17 10:09 ` Jason A. Donenfeld
  2017-01-18 12:32 ` Christian Hesse
  0 siblings, 2 replies; 4+ messages in thread
From: lennart @ 2017-01-17  9:22 UTC (permalink / raw)
  To: WireGuard mailing list

Hi again,

I'm now trying to get wireguard running on my raspberry pi with archARM
[0]. I installed wireguard-dkms, wireguard-tools and
linux-raspberrypi-headers and now get:

alarm@alarmpi ~/wireguard ❯❯❯ sudo modprobe wireguard
modprobe: FATAL: Module wireguard not found in directory
/lib/modules/4.1.20-1-ARCH

Any idea what could solve this problem?

[0] https://archlinuxarm.org/

Thanks again!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Similar Problem with ArchARM
  2017-01-17  9:22 Similar Problem with ArchARM lennart
@ 2017-01-17 10:09 ` Jason A. Donenfeld
  2017-01-17 10:11   ` Jason A. Donenfeld
  2017-01-18 12:32 ` Christian Hesse
  1 sibling, 1 reply; 4+ messages in thread
From: Jason A. Donenfeld @ 2017-01-17 10:09 UTC (permalink / raw)
  To: lennart; +Cc: WireGuard mailing list

Can you send the output of:

for i in vmlinuz-linux kernel.img Image zImage uImage; do [[ -f
/boot/$i ]] && pacman -Qo /boot/$i; done

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Similar Problem with ArchARM
  2017-01-17 10:09 ` Jason A. Donenfeld
@ 2017-01-17 10:11   ` Jason A. Donenfeld
  0 siblings, 0 replies; 4+ messages in thread
From: Jason A. Donenfeld @ 2017-01-17 10:11 UTC (permalink / raw)
  To: lennart; +Cc: WireGuard mailing list

Actually, even more reliable, send the output of:

pacman -Qo /lib/modules/$(uname -r)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Similar Problem with ArchARM
  2017-01-17  9:22 Similar Problem with ArchARM lennart
  2017-01-17 10:09 ` Jason A. Donenfeld
@ 2017-01-18 12:32 ` Christian Hesse
  1 sibling, 0 replies; 4+ messages in thread
From: Christian Hesse @ 2017-01-18 12:32 UTC (permalink / raw)
  To: lennart; +Cc: WireGuard mailing list

[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]

lennart <lennart@hamburg.freifunk.net> on Tue, 2017/01/17 10:22:
> Hi again,
> 
> I'm now trying to get wireguard running on my raspberry pi with archARM
> [0]. I installed wireguard-dkms, wireguard-tools and
> linux-raspberrypi-headers and now get:
> 
> alarm@alarmpi ~/wireguard ❯❯❯ sudo modprobe wireguard
> modprobe: FATAL: Module wireguard not found in directory
> /lib/modules/4.1.20-1-ARCH
> 
> Any idea what could solve this problem?
> 
> [0] https://archlinuxarm.org/

Works out of the box for me:

$ pacman -S wireguard-tools linux-raspberrypi-headers
[...]
(1/3) Install DKMS modules
==> dkms install wireguard/0.0.20170115 -k 4.4.43-1-ARCH
[...]

Have you booted the kernel that is actually installed? Version 4.1.20-1 is
pretty old in terms of Arch...
-- 
main(a){char*c=/*    Schoene Gruesse                         */"B?IJj;MEH"
"CX:;",b;for(a/*    Best regards             my address:    */=0;b=c[a++];)
putchar(b-1/(/*    Chris            cc -ox -xc - && ./x    */b/42*2-3)*42);}

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-18 12:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17  9:22 Similar Problem with ArchARM lennart
2017-01-17 10:09 ` Jason A. Donenfeld
2017-01-17 10:11   ` Jason A. Donenfeld
2017-01-18 12:32 ` Christian Hesse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).