Jump to content

hmof

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Where, in the deprecated cpufrequtils section, or is there a new place? I did use that section and it worked.
  2. I noticed that my HC2 was running slowly but didn't figure out why until I read this thread. Network performance was dismal too when measured with iperf3. Where do I find these settings in the config tool? I only see the "Set CPU speed and governor (deprecated)". In /etc/default/cpufrequtils I have ENABLE=false GOVERNOR="ondemand" MAX_SPEED="0" MIN_SPEED="0"
  3. I put the following into /etc/apt/preferences.d/zfs in order to have apt prefer the Debian bookworm-backports ZFS packages to the armbian ones that are imported from Debian trixie (and currently not installable due to the t64 issue); # Prefer Debian backports for zfs to armbian Package: libnvpair3linux libuutil3linux libzfs4linux libzpool5linux zfs-dkms zfsutils-linux Pin: release o=Debian Backports Pin-Priority: 900
  4. I have used the example fancontrol file too, and fancontrol refuses to start with the error Error: file hwmon2/fan1_input doesn't exist I guess this is because I have the Odroid edge kernel (5.17.5) instead. I can't find a fan1_input or anything like it in /sys/devices. pwmconfig says "/usr/sbin/pwmconfig: There are no fan-capable sensor modules installed" Does anyone have a working config for a newer kernel?
  5. So I have this working on bullseye by using the Armbian edge kernel (linux-image-edge-meson64, 5.17.5-meson64 in my case) with zfs from bullseye-backports. The important part was the new kernel headers I think, as the previous kernel (linux-image-current-meson64, 5.10.123-meson64) appears to be missing module.lds needed to build any out of tree module. I think the same problem would occur with jammy because the kernel package is the same. This looks like it was fixed in January 2021 in https://github.com/armbian/build/pull/2545, but meson64 still has an unfixed 5.10 kernel as current in 22.05.3, while some other boards have 5.15 (and some have earlier versions) which has the fix, and so does the meson64 edge kernel 5.17.5.
  6. I've just set up Armbian 22.05.3 bullseye on an Odroid HC4 and am trying to enable ZFS, however the modules won't compile. This is using zfs-dkms from bullseye-backports: Setting up zfs-dkms (2.1.5-1~bpo11+1) ... Removing old zfs-2.1.5 DKMS files... ------------------------------ Deleting module version: 2.1.5 completely from the DKMS tree. ------------------------------ Done. Loading new zfs-2.1.5 DKMS files... Building for 5.10.123-meson64 Building initial module for 5.10.123-meson64 configure: error: *** This kernel does not include the required loadable module *** support! *** *** To build OpenZFS as a loadable Linux kernel module *** enable loadable module support by setting *** `CONFIG_MODULES=y` in the kernel configuration and run *** `make modules_prepare` in the Linux source tree. *** *** If you don't intend to enable loadable kernel module *** support, please compile OpenZFS as a Linux kernel built-in. *** *** Prepare the Linux source tree by running `make prepare`, *** use the OpenZFS `--enable-linux-builtin` configure option, *** copy the OpenZFS sources into the Linux source tree using *** `./copy-builtin <linux source directory>`, *** set `CONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual. Error! Bad return status for module build on kernel: 5.10.123-meson64 (aarch64) Consult /var/lib/dkms/zfs/2.1.5/build/make.log for more information. dpkg: error processing package zfs-dkms (--configure): installed zfs-dkms package post-installation script subprocess returned error exit status 10 make.log simply says DKMS make.log for zfs-2.1.5 for kernel 5.10.123-meson64 (aarch64) Mon 18 Jul 2022 16:04:48 AEST make: *** No targets specified and no makefile found. Stop. The config.log refers to build/build.log which says the following, which seems to be the real error: make: Entering directory '/usr/src/linux-headers-5.10.123-meson64' MODPOST /var/lib/dkms/zfs/2.1.5/build/build/Module.symvers make[2]: *** No rule to make target 'scripts/module.lds', needed by '/var/lib/dkms/zfs/2.1.5/build/build/config_block/config_block.ko'. make[2]: Target '__modfinal' not remade because of errors. make[1]: *** [scripts/Makefile.modpost:130: __modpost] Error 2 make: *** [Makefile:1726: modules] Error 2 make: Leaving directory '/usr/src/linux-headers-5.10.123-meson64' Seems to be the same bug as this https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975571 is there a fix on Armbian? thanks
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines