MichaIng
MichaIng
At least the product page shows "discontinued", the Volumio and Max2Play images aren't offered anymore either. I was thinking about asking Allo for a sample Sparky SBC, if they still...
Can you run this command and paste the output here? ``` bash -c "$(curl -sSfL https://raw.githubusercontent.com/moby/moby/master/contrib/check-config.sh)" ``` Generally Docker is compatible with Linux 3.10, although it is he minimum version...
Ah, like on RPi, the module is not loaded automatically. Please try: ``` modprobe configs bash -c "$(curl -sSfL https://raw.githubusercontent.com/moby/moby/master/contrib/check-config.sh)" ```
[config-3.10.38.txt](https://github.com/MichaIng/DietPi/files/6641983/config-3.10.38.txt) Another attempt: ``` curl -sSfL (https://github.com/MichaIng/DietPi/files/6641983/config-3.10.38.txt -o /boot/config-3.10.38 bash -c "$(curl -sSfL https://raw.githubusercontent.com/moby/moby/master/contrib/check-config.sh)" ```
So the `devicemapper` storage driver is used, but `CONFIG_DM_THIN_PROVISIONING: missing`, which seems to cause that error: https://github.com/moby/moby/issues/6325 But also a full disk can be the reason, did you check that...
That is very sufficient. So a dedicated Btrfs-formatted drive is then what can be tested. I was checking for mainline Linux support for Sparky SBC and found this: https://www.phoronix.com/scan.php?page=news_item&px=Linux-4.16-New-ARM-Hardware >...
Even that it was on Odroid XU4 and Bullseye and a different issues, probably it is related indirectly: #4705
@davindisko If you find time, just to rule it out, could you try to add `systemd.unified_cgroup_hierarchy=0` to the end of the cmdline in `/boot/uenv.txt`, reboot and see whether Docker starts...
Jep, for devices with onboard WiFi where we know that they support 5 GHz WiFi, or if there is a different way to check it, we can add `ieee80211ac=1` to...
If `ieee80211ac=1` and using correct WiFi country code (reboot afterwards) does not work, then I'm currently not sure either how to enable it. > still not seeing 5g option You...