Siduction Forum

Siduction Forum => Software - Support => Topic started by: orinoco on 2021/02/09, 23:05:37

Title: [solved] Wireguard dependency
Post by: orinoco on 2021/02/09, 23:05:37
Hello,

it's annoying that wireguard depends on linux-image-rt-amd64.

Code: [Select]
$ LANG=C sudo apt -V install wireguard
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
   linux-image-5.10.0-3-rt-amd64 (5.10.13-1)
   linux-image-rt-amd64 (5.10.13-1)
   wireguard-tools (1.0.20200827-1)
Suggested packages:
   debian-kernel-handbook (1.0.19)
The following NEW packages will be installed:
   linux-image-5.10.0-3-rt-amd64 (5.10.13-1)
   linux-image-rt-amd64 (5.10.13-1)
   wireguard (1.0.20200827-1)
   wireguard-tools (1.0.20200827-1)

And

Code: [Select]
$ LANG=C apt-cache depends wireguard
wireguard
 |Depends: <wireguard-modules>
    linux-image-amd64
    linux-image-cloud-amd64
    linux-image-rt-amd64
  Depends: wireguard-dkms
  Depends: wireguard-tools

The module seems to be there

Code: [Select]
$ find /lib/modules/5.10.14-towo.1-siduction-amd64/ -name wireguard*
/lib/modules/5.10.14-towo.1-siduction-amd64/kernel/drivers/net/wireguard
/lib/modules/5.10.14-towo.1-siduction-amd64/kernel/drivers/net/wireguard/wireguard.ko

Any chance to fit the dependency with the siduction-kernel only?
Title: Re: Wireguard dependency
Post by: towo on 2021/02/10, 08:19:44
That problem should be fixed with our latest linux-image-siduction-amd64 (5.10-14.1).
Title: Re: Wireguard dependency
Post by: orinoco on 2021/02/10, 15:29:58
Many thanks for your quick support, towo.