Results 2858 comments of MichaIng

Please try this: ```sh cd /tmp curl -O 'https://dietpi.com/downloads/binaries/linux-headers-nanopi5.deb' dpkg -i linux-headers-nanopi5.deb rm linux-headers-nanopi5.deb sed -i 's/13]=0/76]=1/' /boot/dietpi/dietpi-software dietpi-software install 172 ``` .... okay no idea, it fails here with...

I generated a new image: https://dietpi.com/downloads/images/DietPi_NanoPiR5S-ARMv8-Bullseye.7z This is still based on FriendlyELEC image, but the FriendlyWRT one, which contains the WireGuard module. However, I completely recreated the root filesystem via...

Found it: ```sh modprobe ledtrig-netdev ```

Good to know: All the firmware on FriendlyELEC's image match the ones from the Debian `firmware-` packages 100% in size, as far as I checked. So it's really only the...

Yes, it would be great if you could give it a try.

Great. So I can move this to stable downloads. Btw, one issue I still have with the Ethernet LEDs: - They all are lit on boot even if no cable...

Hmm, not sure. The WireGuard server (start) shouldn't have any effect on the host systems DNS, which is defined only by `/etc/resolv.conf`. I'll try to replicate.

I guess this can be closed, with the login issue fixed in the other issue? Feel free to reopen if required.

Looks like the kernel does not ship with an IPv6 module, or it is actively blacklisted. Can you check: ```sh modinfo ipv6 find /lib/modules -name '*ipv6*' ``` Best would be...

Ah sorry right, the path needs to be the first argument. However, not needed anymore: The IPv6 module is built into the kernel, so no dedicated module file exists. But...