MichaIng
MichaIng
It can be replicate quite easily: ```sh setleds +num # numlock enabled setleds -num # numlock disabled systemd-run setleds +num # nothing changes ``` This is since `setleds` sets flags...
Fixed with: https://github.com/MichaIng/DietPi/commit/f2684fb Builds are currently running: https://github.com/MichaIng/DietPi/actions/runs/4028173471 Also without updating DietPi, by reinstalling Amiberry, once the new builds have been moved in place, the issue can be fixed. But...
Great, many thanks for testing. I moved the builds to stable downloads as well, so issue can be indeed closed.
I assume I2S is enabled by default then. Does the following kernel module exist? ```sh modinfo snd-soc-pcm5102a ``` It does at least in edge kernel. With some luck it is...
Same with HiFi Shield 2: https://dietpi.com/forum/t/fatal-module-aml-i2c-not-found-in-directory-lib-modules-5-19-17-meson64/15154
Please run and paste the output of the following commands: ```sh modprobe snd-soc-pcm5102a aplay -l ``` EDIT: Ah, different users, HiFi Shield 2 now, okay. Then indeed: ```sh modprobe snd-soc-pcm512x-i2c...
Doubles the forum post, but this would be next test: ```sh modprobe snd-soc-pcm512x snd-soc-pcm512x-i2c echo pcm5242 0x4c > /sys/class/i2c-adapter/i2c-1/new_device amixer -c 1 set Analogue 0 amixer -c 1 set Digital...
The Ethernet status LEDs are now enabled by default, reacting on cable link and blinking on RX/TX: https://github.com/MichaIng/DietPi/commit/427a899
However, still makes sense to update this setting: - Bullseye: https://manpages.debian.org/bookworm/openssh-server/sshd_config.5.en.html#KbdInteractiveAuthentication~2 - Bookworm: https://manpages.debian.org/testing/openssh-server/sshd_config.5.en.html#KbdInteractiveAuthentication~2
Still an issue with recent edge kernel btw: ```console # uname -a Linux OdroidN2 6.2.0-rc3-meson64 #22.11.4 SMP PREEMPT Mon Jan 23 21:32:39 UTC 2023 aarch64 GNU/Linux ``` Also changing GPIO...