3735943886
3735943886
> Why not using `dietpi-software` to install Wireguard? This will setup everything needed. I'm afraid but I couldn't find wireguard from dietpi-software. Shall I use PiVPN?  > I'll check...
> Ah probably it's disabled. Can you check > > `dietpi-software list | grep wire` ``` dietpi@DietPi:~$ sudo dietpi-software list | grep wire ID 117 | =0 | PiVPN: openvpn/wireguard...
> ok can you check if the kernel module is shipped with actual kernel version? > > ``` > dpkg-query -S '/lib/modules/*/wireguard.ko*' > modinfo wireguard > ``` ``` dietpi@DietPi:~$ dpkg-query...
One possible reason is non-ascii characters in computer name and/or network name. Please refer #192, #193 in that case.
> Great. So I can move this to stable downloads. Thank you for great work. > Btw, one issue I still have with the Ethernet LEDs: > > - They...
It appears that the issue is related to Armbian kernel bug, which has been reported over a year ago but remains unresolved. For reference, you can find the details of...
> Quite mysterious. I'll test with Debian kernel next week, and in case with an own build of plain mainline Linux. > > > > Hmm, there is the related...
May I propose another suggestion? I've tested with various Armbian kernel versions, and the most recent stable kernel that doesn't encounter LAN port issues was 5.10.6x. What if DietPi were...
That looks like a very long way to go. 😓 The #645 v.2.0.0-async branch works well for me with my small patches from #646. I've been running it in my...
As a first step, I've committed **`XenonDeviceAsync`** as a foundational class for upcoming **`v2-async`** support, with minimal socket patches. It seems quite stable so far, likely because the original **`XenonDevice`**...