Jump to content

Active threads

Showing topics posted in for the last 365 days.

This stream auto-updates

  1. Past hour
  2. I haven't checked yet, first of all I was interested in the main core of 6.15
  3. Tried again kernel 6.12, still no display, and it looks, like SATA instability depend on kernel version for 6.1 and have to stop/start several time the power to have it work on recent one. A bit tired of this too. It will probably not be good for the hardware to start/shutdown several time the power. After SATA disks are up they work parfectly. Looks like a power management bug, but not sure?
  4. Today
  5. 100mbps is enough for all my projects. if not, there are some usb3 gigabit adapters
  6. did you try it on windows? https://forum.armbian.com/topic/28895-efforts-to-develop-firmware-for-h96-max-v56-rk3566-8g64g/page/8/#findComment-187561
  7. 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"
  8. Network bridge is added within armbian-config Docker install ... Perhaps open a ticket https://github.com/armbian/configng so this is eventually done properly.
  9. @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
  10. 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.
  11. Mainline audio is not working. Vendor audio is working but not activated by default yet
  12. 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)
  13. Sorry for the late reply. Note the baud rate is set in U-Boot to 1.5Mbps (and your device tells max 1Mbps).
  14. This is for rock 5b. The U-boot requirements is for rock 5b only as it seems to be due to rock 5b being powered via this usb-c port (and talks about the USB-PD negociation needing to happen in u-boot). So this patch to rock 5b dts will not fix rock-5-itx support. Edit: Mind I have not checked yet if the rock-5-itx dts already has this code or not.
  15. How do I change the default desktop environment on Debian 12 startup from cinnamon to xfce4? I have installed xfce4 and it's related "goodies", added a .Xclients file containing "startxfc4" in both root and ~/ folder locations. But the unit sometimes boots back into cinnamon. I do not see anything under armbian-config to control the desktop environment or to switch between cli/gui. I recall such options under orangepi-config (at least the cli/gui switching).
  16. Yesterday
  17. After years of thinking, wishing and tinkering - Armbian automated WiFi performance benchmark system: https://docs.armbian.com/WifiPerformance/ From latest WiFi 7 down to (in)famous xradio XR819.
  18. Tested and worked Thank you for your contribution !
  19. Hi @Ed van den Enden, I'm still pressing "X" to doubt that dtoverlay=... will work for sunxi boards running Armbian like the Banana Pi M2 zero, as your points do not work on my Orange Pi zero (which is running sunxi Allwinner H2+ just like the Bananana Pi M2 zero). Also, your provided logging clearly indicates that the kernel did not configure any additional RTC, just the H2+ built-in one. But then again, I don't mind being wrong every now and then in life. Can you share the output of the following commands: ls -Failh /dev/rtc* ls -Failh /sys/class/rtc/ egrep -- . /sys/class/rtc/*/name dmesg | egrep -i -- 'rtc' And to read the actual clocks: sudo hwclock --rtc=/dev/rtc0 # per default this is the H2+ built-in RTC sudo hwclock --rtc=/dev/rtc1 # per default this is going to be the I2C RTC Posting the link to @IgorS's topic that shows exactly what to do here again: Also, for reference, here is a link to the Allwinner H2+ datasheet, where it also mentions clearly (chapter 4.8 RTC on page 171) that the SoC itself also has an on-board RTC (this is the RTC detected by the kernel as sun6i-rtc and the one you actually are reading in your case): https://wiki.friendlyelec.com/wiki/images/0/08/Allwinner_H2+_Datasheet_V1.2.pdf Groetjes,
  20. Hi I am looking for a low power, fanless, solution for a Debian server with a single large 3.5" SATA drive. I don't want to boot from the SATA so I guess I'd buy an eMMC module as well. Currently I have an Orange Pi4 LTS with a weird expansion board and a generic Mini PCIe to SATA, but it isn't stable enough. Given that the Rock 5C has platinum support and works with the Penta SATA hat I'm wondering if it might be more reliable? thanks
  21. Quick update Since I need the hardware video decoder, I focused on vendor kernel (6.1) and KDE Observed on the following images that kernel versions higher than 6.1.75 (6.1.84 and 6.1.99) have issues with analog audio out (no output). The jack detection is functional, HDMI audio works, and it's not specific to the OS or KDE versions. Armbian_25.2.1_Orangepi5_noble_vendor_6.1.99_kde-neon_desktop.img Armbian_24.11.2_Orangepi5_noble_vendor_6.1.75_kde-neon-kisak_desktop.img Armbian_24.8.1_Orangepi5_jammy_vendor_6.1.75_kde-neon-kisak_desktop.img I compared the device tree from 2 installs, 25.2.1 (6.1.99) and 24.11.2 (before update, 6.1.75) and nothing jumps out. For the time being I rolled back the kernel to 6.1.75 on the 25.2.1 (updated to the latest, 25.2.3) image and put the DTS, headers and image packages on hold so I don't update them by mistake. I'll update this thread when I figure out more.
  22. I should also say I run "./compile.sh KERNEL_BTF=no" because I have only 4 GB of RAM.
  23. I saw your build in an old topic about the Allwinner H6. Do those builds have graphics acceleration?
  24. Sorry last message, need more test.
  25. Last week
  26. My Armbian user space is Ubuntu. I don't see tags on a non-Armbian Ubuntu host either, so maybe the issue is not caused by Armbian but is more related to Ubuntu vs Debian differences. Thanks.
  27. It only works when you are already logged in Gnome, just for your session (no sudo). If you want global settings, you could try setting this via /etc/profile.d/. Create a script like: /etc/profile.d/disable-screen-blank.sh With the contents #!/bin/bash if [ "$XDG_SESSION_TYPE" = "wayland" ]; then gsettings set org.gnome.desktop.session idle-delay 0 fi and make it executable sudo chmod +x /etc/profile.d/disable-screen-blank.sh I tried it and it works for my Gnome 48 test system.
  28. Thank you. It seems the issue persists also on "v25.2.3 for BigTreeTech CB1 running Armbian Linux 6.12.20-current-sunxi64"
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines