Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] [solved] Wireguard dependency  (Read 1889 times)

Offline orinoco

  • User
  • Posts: 233
  • Bullshit artist
[EN] [solved] Wireguard dependency
« 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?
« Last Edit: 2021/02/10, 15:31:48 by orinoco »

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Wireguard dependency
« Reply #1 on: 2021/02/10, 08:19:44 »
That problem should be fixed with our latest linux-image-siduction-amd64 (5.10-14.1).
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline orinoco

  • User
  • Posts: 233
  • Bullshit artist
Re: Wireguard dependency
« Reply #2 on: 2021/02/10, 15:29:58 »
Many thanks for your quick support, towo.