Results 2858 comments of MichaIng

With a device tree like this, we can get the bus and a dummy node enabled, but that does not result in a functional SPI device: ``` /dts-v1/; /plugin/; /...

@mhjessen @Sfinx ~It's working again with latest "current" kernel `5.15.93-sunxi`, right? At least on NanoPi M1 it works well here.~ **EDIT: Most likely not.** There is an LED related patch...

> I guess there must be only one pin per LED. Respectively one LED node per pin. Before I submit a PR to Armbian, I'd like to have it tested...

Does this work (with the original device tree)? ```sh mkdir -p /boot/overlay-user dtc -I dts -O dtb -o /boot/overlay-user/dietpi-nanopi-neo-fix-leds.dtbo

Not sure about `/plugin/;`, but it is used in every device tree overlay source. Can you check whether the content of the `led-0` is identical to the one of the...

Hmm, the status attributes did not even appear, as if the overlay was not successfully loaded. > Don't know why but your command never builds with `/plugin/;` Just an empty...

Probably LED devices simply cannot be disabled via `status` attribute. I'll try to test on NanoPi M1.

Install instructions: https://pydio.com/en/docs/kb/deployment/install-cells-raspberry Related forum topic: https://dietpi.com/forum/t/pydio-8-php-desktop-client-for-linux/16774

How does it not work anymore? Does it not support PHP 8.2? ... this one seems to indicate the same: #5171 I wonder whether we should implement Pydio Cells as...

Oh right, that `php_admin_value` works with `mod_php` only, not with PHP-FPM. So we would need to add a PHP config instead to set "output_buffering Off". However, the internal server error...