Jump to content

Nicola Zilio

Members
  • Posts

    12
  • Joined

  • Last visited

  1. I would also be interested in, maybe official :), support for this board. What would the procedure be for that?
  2. From what I can see, they are (?) root@odroid:/# apt-cache policy zfsutils-linux zfsutils-linux: Installed: 2.2.6-0arter97~ubuntu22.04.1 Candidate: 2.2.6-0arter97~ubuntu22.04.1 Version table: *** 2.2.6-0arter97~ubuntu22.04.1 500 500 http://apt.armbian.com jammy/jammy-utils arm64 Packages 100 /var/lib/dpkg/status 2.2.5-0arter97~ubuntu22.04.1 500 500 http://apt.armbian.com jammy/jammy-utils arm64 Packages 2.2.4-0arter97~ubuntu22.04.1 500 500 http://apt.armbian.com jammy/jammy-utils arm64 Packages 2.1.5-1ubuntu6~22.04.4 500 500 http://ports.ubuntu.com jammy-security/main arm64 Packages 500 http://ports.ubuntu.com jammy-updates/main arm64 Packages 2.1.2-1ubuntu3 500 500 http://ports.ubuntu.com jammy/main arm64 Packages root@odroid:/# apt-cache policy zfs-dkms zfs-dkms: Installed: 2.2.6-0arter97~ubuntu22.04.1 Candidate: 2.2.7-0arter97~ubuntu22.04.1 Version table: 2.2.7-0arter97~ubuntu22.04.1 500 500 http://apt.armbian.com jammy/jammy-utils arm64 Packages 500 http://apt.armbian.com jammy/jammy-utils all Packages *** 2.2.6-0arter97~ubuntu22.04.1 500 500 http://apt.armbian.com jammy/jammy-utils arm64 Packages 500 http://apt.armbian.com jammy/jammy-utils all Packages 100 /var/lib/dpkg/status 2.2.5-0arter97~ubuntu22.04.1 500 500 http://apt.armbian.com jammy/jammy-utils arm64 Packages 500 http://apt.armbian.com jammy/jammy-utils all Packages 2.2.4-0arter97~ubuntu22.04.1 500 500 http://apt.armbian.com jammy/jammy-utils arm64 Packages 500 http://apt.armbian.com jammy/jammy-utils all Packages 2.1.5-1ubuntu6~22.04.4 500 500 http://ports.ubuntu.com jammy-security/universe arm64 Packages 500 http://ports.ubuntu.com jammy-updates/universe arm64 Packages 2.1.2-1ubuntu3 500 500 http://ports.ubuntu.com jammy/universe arm64 Packages I managed to resolve the issue by specifying the version to use, in this case 2.2.6-0arter97~ubuntu22.04.1
  3. @Igor, I'm sorry to bother about this again, but after an additional upgrade, things have gotten even more complicated. When I try to enable ZFS support I get the following error Reading package lists... Done Building dependency tree... Done Reading state information... Done zfs-dkms is already the newest version (2.2.7-0arter97~ubuntu22.04.1). Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: zfsutils-linux : Breaks: zfs-dkms (> 2.2.6-0arter97~ubuntu22.04.1...) It seems that zfsutils-linux and zfs-dkms are incompatible.
  4. Ok, once again, I found a solution, though I don't understand why the following needs to be done: I uninstalled ZFS support via armbian-config I installed again ZFS support via armbian-config I force-installed the relevant package apt install --reinstall linux-headers-current-meson64
  5. @Igor, I have now upgraded to kernel 6.6.63 and in the process ZFS support was removed. The compilation process even stated that it would do that because some module was missing. I don't really understand why it would do that. Here's the link for the output of armbianmonitor -u, https://paste.next.armbian.com/axogecixoy. Thanks in advance.
  6. Hi @Igor, Thank you for following up on this! In the end, coincidentally I think, I managed to get it to work. I saw that a new armbian package was available via apt. I installed it, and because it included kernel 6.6.61-current-meson64, I saw that when this was being built, one of the steps was to write the headers for ZFS. I restarted my board, and now ZFS works.
  7. Dear all, I am trying to install ZFS on my ODROID N2+ without success. I am sure this question has been asked before, but I don't think the answers I found are still relevant, unfortunately. Linux odroid 6.6.47-current-meson64 #3 SMP PREEMPT Mon Aug 19 04:04:32 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux BOARD=odroidn2 BOARD_NAME="Odroid N2" BOARDFAMILY=meson-g12b BUILD_REPOSITORY_URL=https://github.com/armbian/build BUILD_REPOSITORY_COMMIT=89476e86f LINUXFAMILY=meson64 ARCH=arm64 BOOT_SOC= IMAGE_TYPE=stable BOARD_TYPE=conf INITRD_ARCH=arm64 KERNEL_IMAGE_TYPE=Image KERNEL_TARGET=current,edge KERNEL_TEST_TARGET=current FORCE_BOOTSCRIPT_UPDATE=yes FORCE_UBOOT_UPDATE= OVERLAYDIR="/boot/dtb/amlogic/overlay" VENDOR="Armbian" VENDORDOCS="https://docs.armbian.com" VENDORURL="https://www.armbian.com" VENDORSUPPORT="https://forum.armbian.com" VENDORBUGS="https://www.armbian.com/bugs" BOOTSCRIPT_FORCE_UPDATE="yes" BOOTSCRIPT_DST="boot.cmd" VERSION=24.8.4 REVISION=24.8.4 BRANCH=current Using armbian-config, I installed the kernel headers, and also the full firmware for good measure. After restarting the board, I run `apt install zfs-dkms zfsutils-linux`, but I get Preparing to unpack .../zfsutils-linux_2.2.6-0arter97~ubuntu22.04.1_arm64.deb ... Unpacking zfsutils-linux (2.2.6-0arter97~ubuntu22.04.1) ... Selecting previously unselected package zfs-dkms. Preparing to unpack .../zfs-dkms_2.2.6-0arter97~ubuntu22.04.1_all.deb ... Unpacking zfs-dkms (2.2.6-0arter97~ubuntu22.04.1) ... Setting up zfsutils-linux (2.2.6-0arter97~ubuntu22.04.1) ... modprobe: FATAL: Module zfs not found in directory /lib/modules/6.6.47-current-meson64 Trying to create a pool raises this error zpool create wdred_zpool raidz2 x y z The ZFS modules cannot be auto-loaded. Try running 'modprobe zfs' as root to manually load them. modprobe zfs modprobe: FATAL: Module zfs not found in directory /lib/modules/6.6.47-current-meson64 Any ideas? Thank you in advance.
  8. Yes, it does seem to be challenging. I'm happy to wait for a fix :).
  9. Ok, so that means that, for now, I could simple hold that one package back (apt-mark hold linux-dtb-current-rockchip64 and/or linux-image-current-rockchip64) and in theory I should be good?
  10. Flashing https://armbian.hosthatch.com/archive/odroidm1/archive/Armbian_23.11.2_Odroidm1_jammy_current_6.1.68.img.xz did solve the issue. However, running apt update && apt upgrade reintroduced the problem. Therefore, it would appear that some updated packages breaks compatibility with these WiFi dongles.
  11. Yes armbian-firmware-full is already the newest version (24.5.1) though I am not sure whether I need to do something specific after having installed that.
  12. Dear all, I have recently acquired an ODROID M1 board and flashed Armbian 24.5.3 on it to replace my old XU4 running Armbian 24.5.1. I've managed to port everything from the old XU4 to the new M1 except for two WiFi dongles. They worked just fine on the XU4 but the M1 just doesn't want to recognize them, I can see them when I run `lsusb` Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 002: ID 0bda:0811 Realtek Semiconductor Corp. Realtek 8812AU/8821AU 802.11ac WLAN Adapter [USB Wireless Dual-Band Adapter 2.4/5Ghz] Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 002: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub but I get no wifi interfaces. Does anybody know what the problem could be? Thanks in advance!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines