config icon indicating copy to clipboard operation
config copied to clipboard

Armbian Linux configuration utility

Results 41 config issues
Sort by recently updated
recently updated
newest added

e.g, from another machine, run: sshpass -p raspberry ssh [email protected] sudo armbian-config main=System selection=Firmware Proposed solution: Skip graphical text interface functionality when $scripted is set.

Being testing nigtly and now i want to switch to stable but it seems to not working at all. Doing `/usr/sbin/armbian-config main=System selection=Stable` as help shows, downloading some packages and...

Fix issue: https://github.com/armbian/config/issues/194 The updated script is now looking first to /boot/extlinux/extlinux.conf to get the current dtb file name. The previous code is kept in case of old version where...

When going to System -> DTC on the RK3588 then you only get an empty nano window. Using the Mekotronics R58 Mini with Armbian Jammy Gnome 5.10.160-rockchip-rk3588 This is what...

Might be a bookworm problem, but without that, a connections fails...

script of ispconfig3_install does‘t work when luncher the install script , stoped at getmail4 ,It appears that the getmail4 version has been abandoned for update use and cannot capture the...

I'm trying to open the "Set CPU speed and governor" menu entry of armbian-config, instead of the new menu the following text appears: ```/usr/lib/armbian-config/jobs.sh: line 1131: Error: Expected at least...

Hi **Motivation** This PR was initially motivated by the issue https://armbian.atlassian.net/browse/AR-1142 Upon checking the code, I've noticed it was not exactly as mentioned in the issue https://github.com/armbian/config/blob/c9a9b494c3069807471bb00c0336566cd186f6d9/debian-software#L649 Still, I believe...

According to this document https://wiki.archlinux.org/title/wpa_supplicant#Connections_to_pure_WPA3-SAE_access_points chapter 6.6 and 6.7 armbian-config needs to configure wpasupplicant.conf differently than in 22.04 bullseye. For pure WPA3 ssid="network SSID" key_mgmt=SAE sae_password="the.literal.wifi.password" ieee80211w=2 For mixed WPA2/WPA3...