[GH-ISSUE #201] Detection of wireguard kernel module is broken for non amd64 architectures #506

Open
opened 2026-08-05 00:38:57 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @stv0g on GitHub (Jan 23, 2022).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/201

The current code taken from go-modprobe is pretty broken for any non-amd64 architectures:

https://github.com/paultag/go-modprobe/issues/4

I propose to rewrite the code to an look for the name in the .modinfo section.

Originally created by @stv0g on GitHub (Jan 23, 2022). Original GitHub issue: https://github.com/netbirdio/netbird/issues/201 The current code taken from go-modprobe is pretty broken for any non-amd64 architectures: https://github.com/paultag/go-modprobe/issues/4 I propose to rewrite the code to an look for the name in the `.modinfo` section.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#506