Results 2867 comments of MichaIng

But `vcgencmd get_camera` should show now: ```sh supported=1 detected=1, libcamera interfaces=1 ``` (1 at the end), isn't it? Generally to test the functionality of the camera with the modern driver...

Seems to work. I guess you need to run this from within a desktop/X session to have an actual preview window show up, but the frames are collected successfully. Interesting...

I can confirm this. I just booted by `NanoPi R4S` and it shows: ``` 2: eth0: mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 7e:80:d1:05:fb:65 brd ff:ff:ff:ff:ff:ff...

Okay a kernel issue: Upgrading to "edge" solves it: ```sh apt install linux-{image,dtb}-edge-rockchip64 ``` Should become "current" soon.

Strange, it worked for me for quite a bunch of reboots. I turned off the device for a while, not back on and indeed with edge kernel it same issue...

The `dietpi-update` will apply a major kernel upgrade for this SBC. But as of the open Armbian issue, likely it won't fix this issue. Does the suggested solution work? ```sh...

Hmm, I did not recognise the broken LAN/WAN LEDs. Will have a look into it. Probably the nodes changes their names in `/sys/class/leds`. There is the `ethaddr` and/or `eth1addr` kernel...

Okay, the LED node names indeed have changed. I fixed the WAN and LAN LEDs: https://github.com/MichaIng/DietPi/commit/bdde5bd The 3rd one is falsely labelled. It is named as if it was the...

Okay, installing the full firmware and updating the initramfs indeed does not solve it. I guess Igor just fall into the same trap that it does work well after the...

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 forum topic: https://forum.armbian.com/topic/20539-nanopi-r4s-enp1s0-ethernet-device-not-showed-up-after-reboot/ It states...