Search the Community
Showing results for tags 'khadas-edge2'.
-
hi, ubuntu22 gome desktop How to fix USB sound card with card1 identifier 1
-
-
Ubuntu 22 gnome desktop compilation encounters' Configuring Locales' exception: bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16 [🔨] setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16 [🔨] setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16 [🔨] setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16 [🔨] setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16 [🔨] setfont: ERROR kdfontop.c:285 put_font_piofont: PIO_FONT: unsupported font height: 16 [🔨] The keyboard is in some unknown mode I'm trying: functions/configuration/main-config.sh Pre set the value of 'DEST_LANG' It can't change either! help
-
hi,Kind hearted people ubuntu22 gome desktop How to configure the default settings of non-stop screen and non automatic screen lock?? I tried to execute: sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target it can only solve the problem of not entering sleep mode!!! But the screen will still go black, So how to set the default black screen never??? help ,help
-
I have updated my board to run on Armbian 24.11.1 with KDE. I am mainly using it to connect to my remote computer using RustDesk and I am notice that the fps I get is lower than when I was on 24.8.1. There I got around 25-30fps, but on the new version I can get max around 15. Are there any gpu drivers I can try or tests I should run in order to see how well the gpu performs? output from armbianmonitor - https://paste.next.armbian.com/recigaluza
-
ubuntu22 Chrome://gpu The display report is soft processed!!!! How to configure it as hard processing??? help thank you.
-
Debian12 gnome Chromium cannot be opened, interface crashes. help,help
-
ubuntu22 gnome desktop Hi, may I ask how to install Google Chrome
-
Are display color profiles not supported? Currently no matter which color profile I choose for display, it does not have any effect. Running on latest release stable release for khadas edge 2
-
How to modify the device name of a wireless network card? wlan0-> custom Gnome ubuntu22.04 help....
-
Installing: /home/john/Armbian/development_armbian/build/output/debs/extra/jammy-utils/base-files_24.8.0-trunk-12ubuntu4.7-jammy_arm64__1-jammy-1armbian1-Baa17-U12ubuntu4.7-R55fa.deb [ base-files_24.8.0-trunk-12ubuntu4.7-jammy_arm64__1-jammy-1armbian1-Baa17-U12ubuntu4.7-R55fa.deb ] [🔨] '/home/john/Armbian/development_armbian/build/output/debs/extra/jammy-utils/base-files_24.8.0-trunk-12ubuntu4.7-jammy_arm64__1-jammy-1armbian1-Baa17-U12ubuntu4.7-R55fa.deb' -> '/home/john/Armbian/development_armbian/build/.tmp/rootfs-94f20e65-72ab-4c9f-aa58-4f9ea3a1974d/root/base-files_24.8.0-trunk-12ubuntu4.7-jammy_arm64__1-jammy-1armbian1-Baa17-U12ubuntu4.7-R55fa.deb' [🔨] E: Packages were downgraded and -y was used without --allow-downgrades. [💥] Error context msg [ Installation of /root/base-files_24.8.0-trunk-12ubuntu4.7-jammy_arm64__1-jammy-1armbian1-Baa17-U12ubuntu4.7-R55fa.deb failed jammy yes ] armbian ubuntu 22.04 help help.......
-
hi, How to download armbian games??
-
May I ask where to add and place the background image?? help.....
-
Does the khadas EDGE2 ARMBIAN system support Mali GPU by default?
lay posted a topic in Khadas EDGE2
Does the khadas EDGE2 ARMBIAN system support Mali GPU by default? -
May I know how do you enable Panrost support Ubuntu 24.04 on Khadas Edge2? By Khadas SDK, I have built image which failed with followings: 1. Enabled Panfrost in defconfig. 2. Add kisak-mesa ppa, apt update and upgrade. 3. Replace mali_csffw.bin by Armbian mali firmware. After these, the gnome-settings shows the GPU is software vendoring. Hope to get your help~ Thanks!
-
Hi, I have a MIPI screen to replace. I have configured DTS in the kernel, but it doesn't light up and the backlight doesn't respond. May I ask: Uboot needs to initialize and light up the screen, but there is no screen configuration in the built-in DTS of Uboot. How can I adjust the screen related configuration in DTS?? help help.....
-
Hello! I had an issue upgrading my khadas edge2 to the linux-image-edge-rockchip-rk3588 package (24.8.0-trunk.597) on the edge/rolling release image I had installed. It looks like issues with building the initramfs files, specifically trying to symlink on top of a file that already exists and/or copying the /bin/osk-sdl binary. The following seems to have allowed me to use apt install -f to get the kernel and initramfs files to be built and installed successfully. Probably the change in the symlink code was unnecessary, but I did both and got a bootable system out of it, so it's a bit late for me to test. I made the following changes to /usr/share/initramfs-tools/hooks/osk-sdl: 24c24,28 < ln -s "$(basename "${so_src}")" "${DESTDIR}/${so}" --- > if [ -f "${DESTDIR}/${so}" ] ; then > echo "FIXME: ${DESTDIR}/${so} exists! Skipping!" > else > ln -s "$(basename "${so_src}")" "${DESTDIR}/${so}" > fi 71c75,76 < exit 1 --- > echo "FIXME: not exiting..." > # exit 1 Obviously, this isn't a long-term solution, I just wanted to make sure my system was bootable, and this allowed me to get that. I should maybe add that it looks like the rolling release build of this didn't result in an OS image on the website -- I don't know if that is related or not: Missing: https://dl.armbian.com/nightly/khadas-edge2/Noble_edge_gnome Present: https://dl.armbian.com/nightly/khadas-edge2/Noble_vendor_gnome-kisak