All Activity
- Today
-
Now starting desktop environment... Does not display hdmi output
spyda_mayn replied to spyda_mayn's topic in Beginners
I used armbia-config to install an edge kernal linux-image-edge-rockchip64=25.2.2 v6.14.0-rc4 this resolved my hdmi issue on all my monitors listed in my previous reply - Yesterday
-
Now starting desktop environment... Does not display hdmi output
spyda_mayn replied to spyda_mayn's topic in Beginners
@Werner something I noticed with testing Armbian_25.2.1_Orangepi5-plus_bookworm_current_6.12.13_xfce_desktop The HDMI display would output on a 4k display but did NOT display any output on other various resolutions 27" 1440 , 34" 1440p ultrawide, or 2560x1600 portable monitor -
Amlogic s905l board p271 install guide
geraldine adi replied to geraldine adi's topic in Amlogic CPU Boxes
@akabulous did you check your board architecture using AIDA and already make sure your board is p271 with Amlogic S905l ? let me know what are your's tv box model ? -
The Armbian development team has been hard at work implementing crucial updates, bug fixes, and optimizations to enhance performance and compatibility across a wide range of hardware. This latest batch of commits includes improved Wi-Fi support for multiple devices, HDMI audio and video enhancements, network management improvements, and critical package updates. Additionally, outdated or deprecated components have been removed to streamline system performance. Notable additions include initial support for BeagleBoard BeagleY-AI, security enhancements, and kernel updates for K3 boards. Stay up to date with the latest developments and experience a more stable, efficient, and feature-rich Armbian environment! Rockchip64: rk3318-box: fix wifi with alternate sdio bus Author: Paolo Sabatino View Commit Enable/Add gmac0/1 wifi to Radxa Cubie A5E sun55i-a527 Author: Juan Esf91 View Commit Rockchip64-6.14: Enabled HDMI1 video and audio on NanoPC T6/LTS Author: SuperKali View Commit Rockchip64-6.14: Add HDMI audio support and missing stuff on Youyeetoo R1 v3 Author: SuperKali View Commit Always disable systemd-networkd if both managers enabled NetworkManager and systemd-networkd should never both be enabled at the same time. In this case, disable systemd-networkd, with message to the user that this is being done. Author: Ian Goodacre View Commit Improve armbian-firstlogin script Avoid waiting for the NetworkManager-wait-online or systemd-networkd-wait-online service to complete in the midst of prompting for root account password. Author: Ian Goodacre View Commit Drop software-properties-common from CLI builds software-properties-common was dropped from Debian Unstable and may or may not come back according to its maintainer. It provides the add-apt-repository binary. c.f. https://github.com/wimpysworld/deb-get/issues/1215 Author: Rolf Leggewie View Commit Drop policykit-1 from common DE builds drop obsolete policykit-1 package and replace with polkitd and pkexec from common includes for a variety of DE builds Author: Rolf Leggewie View Commit Stay Updated with Armbian For the latest news, updates, and discussions, visit: Armbian Website Forum GitHub Discord Support the Project Help keep Armbian development active! Consider contributing via: Donate Get Involved About Rolling Releases Armbian rolling releases are intended for experienced users and developers who are comfortable troubleshooting issues. The post Armbian Weekly Highlights first appeared on Armbian. View the full article
-
I'm waiting for the HDMI part of the audio patch to drop. There is currently discussion going on about the Audio in a private chat, concerning 6.12.y and up, but I haven't seen consensus yet. Once its reached, I will drop in the nodes. This could take time.
-
Hello. Is it possible to add Type C display alt mode support? https://lore.kernel.org/linux-rockchip/20250223113036.74252-1-andyshrk@163.com/ https://patchwork.kernel.org/project/linux-arm-kernel/patch/20250312104214.525242-7-andyshrk@163.com/
-
Thank you for the explanation. Is there a realisitic chance for it to be added in the near future? And could I assist with that? Or should I look out for alternatives (e.g. usb soundcard/speaker) ?
-
Now starting desktop environment... Does not display hdmi output
spyda_mayn replied to spyda_mayn's topic in Beginners
Thanks @Werner -
I can't tell you which u-boot image to use until I get more information. u-boot is in the images you write to your sdcard. If you want try all these images. https://github.com/NickAlilovic/build/releases/tag/20250306 The best way to know if it's booting is to install a usb serial ttl device to your uart. Then use a terminal software to view u-boot/kernel messages. sudo gtkterm -p /dev/ttyUSB0 -s 115200
-
Thank you for the clarification @Torte. Then I guess that it was what you mentioned, but I sure tried multiple times, so I guess I must have done something else wrong
-
Still can't see... can you just read it out to me. It's the very tiny black chip. Between your IK316 and wifi chip SV6256P.
-
-
Now starting desktop environment... Does not display hdmi output
Werner replied to spyda_mayn's topic in Beginners
If there are no pre-built version available, use the build framework to create your own: https://docs.armbian.com/Developer-Guide_Build-Preparation/ -
It’s better to install a usb serial device and attach to GND TX RX on your board https://linux-sunxi.org/UART
-
It’s the small chip on top of that picture.. it should have AXP###
-
-
How to use the u-boot?
-
@Felps I can't see the AXP chip... it's small chip on the board. Can you tell me the number?
-
Now starting desktop environment... Does not display hdmi output
spyda_mayn replied to spyda_mayn's topic in Beginners
@Michael Robinson https://paste.armbian.com/milumavona @Werner Thanks pointing that out. Where can I get the edge/vendor versions? -
-
There was no official audio routing for the h616 until recently and still none yet for HDMI. As far as I know? https://lore.kernel.org/linux-arm-kernel/20241023075917.186835-1-ryan@testtoast.com/T/ I believe there is unofficial patching for it available in Armbian for 6.6.y, but I never added the required nodes to test it. This would be why there is no functional audio on the unit as of yet.
-
Hi, I just got my BPI-M4 Zero running, however I do not know how to get HDMI Audio output working (if it's possible at all) I installed: - Armbian_25.2.0-trunk.414_Bananapim4zero_trixie_current_6.6.72_minimal.img # uname -r 6.6.72-current-sunxi64 # lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Armbian 25.2.0-trunk.414 trixie Release: n/a Codename: trixie # aplay -l aplay: device_list:279: no soundcards found... # aplay -L null Discard all samples (playback) or generate zero samples (capture) pipewire PipeWire Sound Server default Default ALSA Output (currently PipeWire Media Server) # pacmd list-sinks No PulseAudio daemon running, or not running as session daemon. # pactl info Connection failure: Connection refused pa_context_connect() failed: Connection refused Is it possible? And if so, do I need some additional drivers or packages, or what do I need to configure? Edit: More Info: # alsa-info upload=true&script=true&cardinfo= !!################################ !!ALSA Information Script v 0.5.3 !!################################ !!Script ran on: Thu Mar 27 14:21:54 UTC 2025 !!Linux Distribution !!------------------ LINUXFAMILY=sunxi64 ARCH=arm64 INITRD_ARCH=arm64 LINUXFAMILY=sunxi64 ARCH=arm64 INITRD_ARCH=arm64 NAME="Debian GNU/Linux" ID=debian !!DMI Information !!--------------- Manufacturer: Product Name: Product Version: Firmware Version: System SKU: Board Vendor: Board Name: !!ACPI Device Status Information !!--------------- !!ACPI SoundWire Device Status Information !!--------------- !!Kernel Information !!------------------ Kernel release: #1 SMP Fri Jan 17 12:36:27 UTC 2025 Operating System: GNU/Linux Architecture: aarch64 Processor: unknown SMP Enabled: Yes !!ALSA Version !!------------ Driver version: k6.6.72-current-sunxi64 Library version: Utilities version: 1.2.13 !!Loaded ALSA modules !!------------------- !!Sound Servers on this system !!---------------------------- PipeWire: Installed - Yes (/usr/bin/pipewire) Running - No No sound servers found. !!Soundcards recognised by ALSA !!----------------------------- --- no soundcards --- !!Modprobe options (Sound related) !!-------------------------------- snd_pcsp: index=-2 snd_atiixp_modem: index=-2 snd_intel8x0m: index=-2 snd_via82xx_modem: index=-2 !!Loaded sound module options !!--------------------------- !!Sysfs card info !!--------------- !!Card: /sys/class/sound/card* Driver: Tree: !!ALSA Device nodes !!----------------- crw-rw---- 1 root audio 116, 1 Mar 27 12:18 /dev/snd/seq crw-rw---- 1 root audio 116, 33 Mar 27 12:18 /dev/snd/timer !!Aplay/Arecord output !!-------------------- APLAY aplay: device_list:279: no soundcards found... ARECORD arecord: device_list:279: no soundcards found... !!Amixer output !!------------- !!Alsactl output !!-------------- --startcollapse-- --endcollapse-- !!All Loaded Modules !!------------------ binfmt_misc bluetooth bnep brcmfmac brcmfmac_wcc brcmutil bridge btbcm btintel btqca btrtl cfg80211 cpufreq_dt display_connector dump_reg dw_hdmi_cec dw_hdmi_i2s_audio ecc ecdh_generic fuse hci_uart lz4 lz4hc mc nf_conntrack nf_conntrack_netlink nf_defrag_ipv4 nf_defrag_ipv6 nf_nat nf_tables nfnetlink nft_chain_nat nft_compat overlay polyval_ce polyval_generic rfkill snd_soc_hdmi_codec sunxi_cedrus v4l2_mem2mem veth videobuf2_common videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videodev xfrm_algo xfrm_user xt_MASQUERADE xt_addrtype xt_conntrack xt_nat zram !!ALSA/HDA dmesg !!-------------- [ 1.480279] sun8i-dw-hdmi 6000000.hdmi: supply hvcc not found, using dummy regulator [ 1.480506] sun8i-dw-hdmi 6000000.hdmi: Detected HDMI TX controller v2.12a with HDCP (DWC HDMI 2.0 TX PHY) [ 1.480792] sun8i-dw-hdmi 6000000.hdmi: EVENT=plugin [ 1.481012] sun8i-dw-hdmi 6000000.hdmi: registered DesignWare HDMI I2C bus driver [ 1.481279] sun4i-drm display-engine: bound 6000000.hdmi (ops 0xffff800080edc418) -- [ 1.670758] clk: Disabling unused clocks [ 1.670903] ALSA device list: [ 1.670912] No soundcards found. [ 1.680123] ehci-platform 5200000.usb: USB 2.0 started, EHCI 1.00 -- [ 43.283245] WARNING: CPU: 3 PID: 1123 at fs/namespace.c:1245 cleanup_mnt+0x100/0x128 [ 43.283272] Modules linked in: xt_nat veth nf_conntrack_netlink xt_conntrack nft_chain_nat xt_MASQUERADE nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 bridge xfrm_user xfrm_algo xt_addrtype nft_compat nf_tables overlay bnep lz4hc brcmfmac_wcc lz4 hci_uart sunxi_cedrus(C) brcmfmac btqca btrtl brcmutil snd_soc_hdmi_codec btintel v4l2_mem2mem btbcm videobuf2_dma_contig bluetooth polyval_ce videobuf2_memops videobuf2_v4l2 ecdh_generic videodev ecc polyval_generic dw_hdmi_cec dw_hdmi_i2s_audio videobuf2_common mc zram dump_reg display_connector cpufreq_dt cfg80211 rfkill binfmt_misc fuse nfnetlink [ 43.283426] CPU: 3 PID: 1123 Comm: dockerd Tainted: G C 6.6.72-current-sunxi64 #1 !!Packages installed !!-------------------- ii alsa-utils 1.2.13-1 arm64 Utilities for configuring and using ALSA