Results 2858 comments of MichaIng

No more testing for me: it broke. My first ever broken SBC, among .... 30 or so? And it broke the very first ~30 minutes of usage. Awesome ... No...

> Could you tell me where I can find the new kernel, and how? Please forgive my ignorance. 🐸 It is on the APT server already. Just do `apt update...

A static IP did not work in your case either, right? Maybe both our 3E have a hardware defect 😄. At least yours does boot. If you want, I can...

Build running: https://github.com/MichaIng/DietPi/actions/runs/15429768638 You'll find the image here, once done: https://dietpi.com/downloads/images/testing/

To be absolutely sure, you could try it with an official image from Radxa. I'll do this with mine now, following the suggestion of the Radxa support guy. Makes sense...

I cannot believe it, the Radxa image boots 😮. Now testing the mainline image I created for you. .... nothing. Now testing the previous vendor kernel image. ... it boots...

Hmm, after running `ip l set wlan0 mode default`, `ip link` still shows `mode DORMANT`? In case, is there any error output? And does downgrading the kernel help? ```sh apt...

Okay, then we can at least narrow it down and it works again for you for now. To prevent another upgrade of the kernel, mark then on hold: ```sh apt-mark...

I found a commit from 2 days before I triggered our last kernel update, which seems very suspicious: https://github.com/armbian/build/pull/6888 > wifi: rtw88: coex: Prevent doing I/O during Wi-Fi power saving...

Okay, it is ready for testing: ```sh cd /tmp wget https://dietpi.com/downloads/binaries/testing/linux-{image,dtb}-current-meson64.deb dpkg -i linux-{image,dtb}-current-meson64.deb reboot ```