Jump to content

hmof

Members
  • Posts

    3
  • Joined

  • Last visited

  1. 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?
  2. 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.
  3. 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