Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. ZFS-DKMS doesn't work on vanilla image https://dl.armbian.com/longanpi-3h/Bookworm_current_minimal Image is freshly burnt to the SD card. root@longanpi-3h:~# apt update root@longanpi-3h:~# apt install zfs-dkms root@longanpi-3h:~# modprobe zfs modprobe: ERROR: could not insert 'zfs': Exec format error root@longanpi-3h:~# modinfo zfs | grep -v parm filename: /lib/modules/6.12.23-current-sunxi64/updates/dkms/zfs.ko version: 2.3.1-1~bpo12+1 license: CDDL license: Dual BSD/GPL license: Dual MIT/GPL author: OpenZFS description: ZFS alias: zzstd alias: zcommon alias: zunicode alias: znvpair alias: zlua alias: icp alias: zavl alias: devname:zfs alias: char-major-10-249 srcversion: 2742833EE1C14D857611F06 depends: spl name: zfs vermagic: 6.12.23-current-sunxi64 SMP mod_unload aarch64 root@longanpi-3h:~# file /lib/modules/6.12.23-current-sunxi64/updates/dkms/zfs.ko /lib/modules/6.12.23-current-sunxi64/updates/dkms/zfs.ko: ELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), BuildID[sha1]=f87455b001529d816f09e1498e63a902d1af9be5, not stripped root@longanpi-3h:~# uname -a Linux longanpi-3h 6.12.23-current-sunxi64 #1 SMP Thu Apr 10 12:39:41 UTC 2025 aarch64 GNU/Linux logs After doing apt upgrade, reinstalling dkms module result is the same.
  3. Today
  4. That was installed on my test machine which wasn't upgraded to latest (.115) yet.
  5. If Rockchip reads this: knock it off and use a reasonable speed for console on your devices!
  6. You delete all files in that folder.
  7. thanks this is a directory with many files which do i delete ,dont want to break system
  8. Then I will not hold my breath
  9. These commands work for me: pactl list short sinks #shows available audio outputs sudo -H nano /etc/pulse/default.pa #opens the file for editing set-default-sink alsa_output.platform-hdmi0-sound.stereo-fallback #set your default audio output rm -r ~/.config/pulse #delete all files in this folder reboot
  10. Between days and month. Depending on time, issues, regressions,... Refrain from asking for ETA. Putting pressure on developers who give you something for free is abusive.
  11. hi running Armbian 25.2.3 stable 6.1.99-vendor-rk35xx (Ubuntu noble) having to change audio every time on reboot (not sticking after selecting),and maybe not showing as they should ,currently using HDMI 0 but shows as below:
  12. Linux 6.15 was released yesterday. How long does it normally take before it's ready for the armbian build process?
  13. I guess the problem is that I'm using a simple 2 character password. It has been working fine until now. I'll try a long password next time.
  14. Check journalctl/syslog for clues.
  15. If nvme is correctly recognized code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } armbian-install should do.
  16. https://debug.armbian.de for obtaining low level logs to debug further.
  17. ???It's turned into a brick, where's your img file
  18. I am unable to reload or restart sshd now for some reason ?
  19. Hi @Michael Robinson, thanks for the help, but one of the first things i did was check the build process. Unfortunately there is no orangepi5-pro board in the v24.8.1 branch which makes that warning about 24.8.1 version even hard to understand. I tried to compile new versions, but none of those new versions boot. Hi @Wernerthanks for the tip, but unfortunately the oldest version on github is 24.11 and they do not boot
  20. Please help, I've tried everything.
  21. After booting up, the network card cannot be recognized on armsom. The network card is Broadcom's bcm4375. However, it was recognized after suspend once, but it can no longer be recognized afterwards. There is no relevant log in the log. When it was recognized, I wanted to open a p2p connection, but it could not be opened.
  22. I'd probably try to code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } dd the Armbian image directly onto sda and boot.
  23. rk bsp branch has been bumped to .115 (or rkr5.1 as they call it) a few weeks or month ago, so fairly recent.
  24. @Nick A Thank you so much. I build with x98h version, both Ethernet and Wifi worked. Wifi only has problem when use command "reboot", wlan0 is disappear. But if I unplug power and plug again, then wifi is work again.
  25. Still good to know that at least it's supported, even though it needs a custom (non-mainline) Kernel for now . I'm a bit surprised they are still using 6.1 Branch, but fair enough, that is Longterm Support (as would be 6.6 and 6.12), but kinda weird they are using such an old Version. The exact Version they seem to be using is 6.1.115, released 2024-11-01 (01-Nov-2024), as opposed to latest 6.1.140 released on 2025-05-22 (22-May-2025). However the Build Log that Igor pointed me to was 6.1.99-vendor-rk35xx, so yet another Version. But maybe that isn't the latest Build or ? Installed Packages in that Log point to 6.1.115 ii linux-dtb-vendor-rk35xx 25.8.0-trunk.53 arm64 Armbian Linux vendor DTBs in /boot/dtb-6.1.115-vendor-rk35xx ii linux-headers-vendor-rk35xx 25.8.0-trunk.53 arm64 Armbian Linux vendor headers 6.1.115-vendor-rk35xx ii linux-image-vendor-rk35xx 25.8.0-trunk.53 arm64 Armbian Linux vendor kernel image 6.1.115-vendor-rk35xx
  26. Hi, I wanted to install Armbian to my old Asus eee PC. So I made live USB containing the .iso and boot from there. I can login as root fine, but when running armbian-install, I only see the option of installing to sdb (my USB drive), but not to my sda (the laptop local drive). I am not sure what's the problem. Do I have to do something to the partition in sda? Currently Alpine Linux is installed in the local drive. Previous installation was Lubuntu (14, I think?). I want to run pi-hole and there are not many supported OSes for pi-hole that still support x86, so I would like to make it work. Armbian version: Armbian 25.5.1 Bookworm Minimal
  27. This kernel does not come from radxa but from Rockchip themselves as BSP. However we put lots of work on top of that:https://github.com/armbian/linux-rockchip This will basically be a thing until mainline catches up. Though there will be a few years to go in that matter.
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines