Active threads
Showing topics posted in for the last 365 days.
- Past hour
-
So I tired the latest releases as well and the PineCube just stays stuck on "Starting kernel ..." Changing the verbosity in the armbianEnv.txt still has no effect so not sure where to go from here sadly.
- Today
-
Analog Audio out not working (25.2.1 / 6.1 kernel / KDE Neon)
deskwizard replied to deskwizard's topic in Orange Pi 5
Nope, not gonna happen. If anyone spot something, let me know, I'll wait for 25.5 and kernel 6.1.115 and hope for the best. - Yesterday
-
Yes I verified that its there. But im suspecting something though. I have a NAND rk322x and using jumpstart to boot armbian using sd card, can that possibly causing this issue? edit: nah scratch that, I snag my on emmc model and tried it there but this time uboot did throw some useful stuff it relates that it cannot load the dtbo file? I cd to the directory and it was there.
-
Hi. I've got a strange issue. When Orange Pi 5 Max was unavailable I installed version for Orange Pi 5 Pro from SD card to NVME SSD. It worked fine Now I decided for fresh install of Armbian dedicated to Max board but I can't boot from SD card. I used exactly the same card and the same power supply as when I installed armbian originally, but when I insert SD card, led goes blue and system is not booting. I don't have any signal on HDMI - monitor goes sleep. When I remove SD card - system boots from SSD and all is working. I removed SSD but system still can't boot from SD card. Do you know any method to boot from SD card or install armbian image in other way? For now I'm considering buying nvme usb case and clonning img directly to ssd but I'd like to avoid that as I don't know if that will work.
-
It is diffucult to add certain advanced features to both / all base packages versions - which is the core difference between Debian and Ubuntu. And later more difficult and certainly less fun is keeping features operational. This is one of the main points behind providing both variants. Making assembly (Debian Bookworm, Ubuntu Jammy, Noble, ...) is easier, and cover several other aspects too, then adding and maintaining advanced features for both / all. Sometimes its nearly impossible (our resources are not endless and we have to remember we are in open source world - forks compete without contributions to commons) to add something to one, while its relatively easy adding it to another. At the end of the day, it is, like you said, more important that some feature works.
-
$ xz -t Armbian_25.2.1_Khadas-edge2_noble_vendor_6.1.99_gnome_desktop.oowow.img.xz $ echo $? 0 Check your download. Probably corrupted.
-
Hi, Very good news. Could you please give output of following commands cat /proc/cpuinfo cat /proc/interrupts Thanks in advance
-
wireless-regdb is already installed and apt returns E: Unable to locate package crda for crda. Thanks for trying to help
-
Some chips that support 1.5Mbaud and more: - FT232R - CH340G - CP2104
-
Efforts to develop firmware for H96 MAX M9 RK3576 TV Box 8G/128G
xiaobao80 replied to Hqnicolas's topic in Rockchip CPU Boxes
GPU blacklisted the panfrost module Has it been resolved? Thank you - Last week
-
Ethernet stop working after delay on Orange Pi PC+ with SSD
lamenace replied to lamenace's topic in Allwinner sunxi
It's the link up/down problem. Never seen this under bullseye but it happens on bookworm -
after some research i have (finally) found the original archives form balbes. they can also been burn to the internal eemc. with some work you can run bookworm with kernel 3.10.99 (dont ask why) from the internal storage... https://archive.org/details/amlogic-s805-linux tks for 0jw4tts witch uploaded those files to archive.og !!!
-
Guys, does anyone know how to enable the TV Box's wifi with the ik316 process? I downloaded armbian, the only thing missing is wifi. Data transmission works with a network cable, only the wifi is having problems. The iso I downloaded was Armbian-unofficial_25.05.0-trunk_X96q-lpddr3_bookworm_edge_6.12.11_xfce_desktop.img.xz
-
Be aware that the answer might depend on the filesystem you are using on your board Be aware that a resize operation can easily destroy your data or at least make it inaccessible have a look at shrink-backup for "reverse"
-
Armbian doesnt seem to see sata harddrives.
prahal replied to DontMindMe's topic in Radxa Rock 5 ITX
@Popolon indeed this issue rot for a long time. I cleaned up my backlog to have more time for armbian. Also I still have quite a few processes to learn about armbian board maintenance still to this day. But you confirm that with mainline 6.12 all is fine ? But, indeed no HDMI out and no audio. I still have a patch for mainline 6.12 in the pipe about a race condition between SATA chip and nvme as far as I remind. I will prioritize data vendor kernel debugging if this mainline patch is not required (and indeed mainline still lacks any multimedia capability, this might be a showstopper for most users) even though I am close to complete testing and send PR for this one. As of now I have confirmed that this mainline patch set does not help vendor as the vendor branch has a hack that workaround the issue that mainline faces about this SATA/nvme race. -
100mbps is enough for all my projects. if not, there are some usb3 gigabit adapters
-
Rock 5C server vs gnome
sakittelsen replied to sakittelsen's topic in Software, Applications, Userspace
Looks like the server images uses systemd for network control, but desktop images use network manager. I believe this should build the server images with network manager: ./compile.sh NETWORKING_STACK="network-manager" -
armbian-config unable to install anything
Igor replied to akaix's topic in Software, Applications, Userspace
Network bridge is added within armbian-config Docker install ... Perhaps open a ticket https://github.com/armbian/configng so this is eventually done properly. -
@ZjemCiKolege than you! Now wireless is activated by the overlay. @c0rnelius wifi ok but I'm still missing bluetooth (pb with the controller). See dmseg attached. dmseg-H-wifi-bt.txt
-
Ubuntu 22 gnome desktop compilation encounters' Configuring Locales' exception
Werner replied to lay's topic in Khadas EDGE2
Issues with the build framework, building Armbian to say, should be reported in the framework repository. https://github.com/armbian/build/ Make sure you include full logs. Use the curl command at the very and of the process or use SHARE_LOG=yes as build switch. Otherwise report might be rejected. -
How to reset the armbian system and restore the initial configuration operation??
lay replied to lay's topic in Khadas EDGE2
Thank you, I will study it. -
Install non-vendor image (kernel 6.12+)
prahal replied to Jurgen.Schober's topic in Radxa Rock 5 ITX
Mainline audio is not working. Vendor audio is working but not activated by default yet -
Sorry took so long: workaround is to set the two mixer controls via cli: amixer -c 4 sset 'Left Headphone Mixer Left DAC' on amixer -c 4 sset 'Right Headphone Mixer Right DAC' on they are off on armbian and on the initial image I was testing with which you properly sorted out was Radxa default Debian image. Edit: note you can increase the sound output by increasing "Headphone Mixer", via amixer or interactively via "alsamixer -c 4". Edit 2: note that this only works for the vendor kernel. I don't get audio out with the mainline one (replace -c 4 by -c 0 there as there is only one audio device available with mainline)