DavidVentura / Wireguard_qml

UBPorts app in QML for Wireguard
MIT License
4 stars 5 forks source link

Help adding kernel support for Fairphone 3+ #11

Open Tabarane opened 2 years ago

Tabarane commented 2 years ago

What device do you have? Fairphone 3+ What is the output of uname -a on the device? Linux ubuntu-phablet 4.9.218-perf-ubuntutouch+ #1 SMP PREEMPT Mon Jan 31 21:00:58 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

Where is the kernel repo? im fairly new no idea

Question : if i download the app from open-store will i still need to get the kernal support it will be automatic completed?

luksus42 commented 2 years ago

Hey, the FP3 already has kernel support for wireguard implemented. The problem with the app version in the store is, that it is not recognizing the support, if you have a lock-password set for your device...

Tabarane commented 2 years ago

@DavidVentura Thanks, i don't have password set for the FP3+, if needed i will create one, question : 1- is there a way that i can load config file to a specific location so the app can read the tunnel? or i have to insert every thing manually, its very difficult :) specially with ID and keys etc. 2- is there an other way to load Wireguard app aside from the store , like installing click package?

luksus42 commented 2 years ago

@Tabarane

  1. Have a look at .local/share/wireguard.davidv.dev/profiles, there you should be able to adjust the config/profile files using an editor (seabase for example).
  2. Yes, you could download it from the openstores website or build it from source and install the click-package using the open-store app (just open the click the package from within the file-browser and "open-with" openstore app) or the ut-tweak-tool.
luksus42 commented 2 years ago

And btw. maybe you could close this issue, since kernel support is not an issue on FP3.