-
Posts
5115 -
Joined
-
Last visited
Other groups
Management
Contributor/Maintainer
About Werner
Profile Information
-
Gender
Male
-
Location
Federal republic of Germany
Contact Methods
-
Website URL
https://github.com/EvilOlaf
-
Github
EvilOlaf
-
Discord
werner
Recent Profile Visitors
33810 profile views
-
excerpts are useless. Provide full logs with the curl command suggested.
-
https://github.com/armbian/build/pull/7902 Support is there AS IS. May work, may not. If latter, feel free to fix it and send PRs.
-
Try it calling by its correct name: armbian-config
-
Armbian-config eMMC install shows no space (not even zero) available
Werner replied to devmichelcastilho's topic in Beginners
AFAIK armbianinstall expects an empty eMMC without partitions. This should be easily achievable by overwriting the first few sectors of it. Like dd if=/dev/zero of=/dev/mmcblkX bs=512 count=1 A reboot might be required to make the OS aware of the altered partition table. Then retry installing. -
How to enable sound on a server version of Armbian
Werner replied to ubhelbr's topic in Orange Pi 5 Plus
You already did by opening this topic. -
Is it possible to generate ISO8859-2 locale?
Werner replied to Bugger's topic in Software, Applications, Userspace
Could you check if CONFIG_NLS_ISO8859_2 is enabled in your kernel config? The package is locales I think. That it is not installed tells me you are most likely using a Minimal/IoT image which comes with the absolute bare minimum to have a working system. Designed for advanced users knowing how to install such tools afterwards if needed. -
How to enable sound on a server version of Armbian
Werner replied to ubhelbr's topic in Orange Pi 5 Plus
None I am aware of. If you find something feel free to share. Regressions happen all the time. -
Orange Pi 5 Plus | rk_hdmirx fdee0000.hdmirx-controller
Werner replied to Gatekeeper's topic in Orange Pi 5 Plus
Hi Providing logs with PASTE_SERVER_HOST=paste.armbian.de armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. -
since you do not state what exactly you tried the recommendations will probably match those attempts but well, your time. Use armbian-config to enable/disable overlays.
-
This is how to properly provide logs. Cannot reproduce the issue. Build works just fine: https://paste.armbian.de/otajagegij https://fi.mirror.armbian.de/.testing/Armbian-unofficial_25.05.0-trunk_Rock-5b_noble_vendor_6.1.99_gnome_desktop.img.xz My best guess is there is some issue reaching the repository due to firewall/vpn.
-
Nextcloud docker access file system. How?
Werner replied to konsD's topic in Software, Applications, Userspace
Not via armbian-config. This is just a very simply way to do an initial setup. Here is the code that basically happens behind the scenes: https://github.com/armbian/configng/blob/main/tools/modules/software/module_nextcloud.sh So nothing fancy. just a docker run command. I personally prefer using docker-compose.yml instead of endless docker commands. Stuff is well-arranged and after adjusting like mounts down, up and ready to go. As mentioned above for customized installation please refer to the origin of the nextcloud container linuxserver.io. I am pretty sure they have examples for docker compose as well. -
Yes. I disabled the patch you mentioned (patch/kernel/archive/sunxi-6.12/series.conf#L472) and built a bookworm minimal edge image with this and successfully booted an Orange Pi Zero 2 H616. I cannot answer this. I am using my Orange Pi One Plus (H6) headless only. Maybe anyone else can.