Package Base Details: linux-amd-znver2

Git Clone URL: https://aur.archlinux.org/linux-amd-znver2.git (read-only, click to copy)
Submitter: eggz
Maintainer: eggz (NhaMeh)
Last Packager: eggz
Votes: 16
Popularity: 0.75
First Submitted: 2020-10-26 18:04 (UTC)
Last Updated: 2024-04-27 16:32 (UTC)

Pinned Comments

eggz commented on 2020-10-26 18:15 (UTC)

Tired of compiling? Use this binary repo instead! Add this at the end of /etc/pacman.conf :

[linuxkernels]
Server = http://nhameh.ovh/$repo/$arch
SigLevel = Optional TrustAll

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 16 Next › Last »

eggz commented on 2023-08-04 10:58 (UTC)

did you compile the kernel yourself? Maybe download/install the binary kernel from the repo?

EndlessEden commented on 2023-08-04 02:08 (UTC)

@eggz: nope, https://pastebin.com/VJfE9pyS no idea whats going on.

again, arch kernel is fine. -- any advice or ways to find logs?

eggz commented on 2023-08-03 09:10 (UTC)

@EndlessEden no idea, dkms works fine here, I have no idea how to debug it from my end... There is a new release coming up right now maybe you have more luck there :-)

EndlessEden commented on 2023-08-03 08:59 (UTC) (edited on 2023-08-03 09:01 (UTC) by EndlessEden)

@eggz | absolutely, i compiled it myself and repo. installed headers alongside the kernel in both occasions.

Affects all 3 variants (and all loadable kernel modules, breaking everything)

`==> dkms install --no-depmod zfs/2.2.99.r52.ge47e9bbe86 -k 6.4.7-AMD-znver2 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=yin the kernel configuration and run ***make modules_preparein 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 runningmake prepare, *** use the OpenZFS--enable-linux-builtinconfigure option, *** copy the OpenZFS sources into the Linux source tree using ***./copy-builtin <linux source directory>, *** setCONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual.

Error! Bad return status for module build on kernel: 6.4.7-AMD-znver2 (x86_64) Consult /var/lib/dkms/zfs/2.2.99.r52.ge47e9bbe86/build/make.log for more information. ==> WARNING: dkms install --no-depmod zfs/2.2.99.r52.ge47e9bbe86 -k 6.4.7-AMD-znver2' exited 10 ==> dkms install --no-depmod zfs/2.2.99.r52.ge47e9bbe86 -k 6.4.7-AMD 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=yin the kernel configuration and run ***make modules_preparein 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 runningmake prepare, *** use the OpenZFS--enable-linux-builtinconfigure option, *** copy the OpenZFS sources into the Linux source tree using ***./copy-builtin <linux source directory>, *** setCONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual.

Error! Bad return status for module build on kernel: 6.4.7-AMD (x86_64) Consult /var/lib/dkms/zfs/2.2.99.r52.ge47e9bbe86/build/make.log for more information.``

NOTE: it builds fine against -arch kernels. so i know its not a DKMS bug.

eggz commented on 2023-08-03 07:32 (UTC)

zfs-dkms installs here without problem

==> dkms install --no-depmod zfs/2.1.12 -k 6.4.7-AMD-znver2
... (exit 0)

Did you install your headers correctly? did you upgrade your kernel without rebooting?

EndlessEden commented on 2023-08-03 00:30 (UTC) (edited on 2023-08-03 08:57 (UTC) by EndlessEden)

Modules wont build suddenly against this. ZFS reports "This kernel does not include the required loadable module support!" -- but its enabled in the config

PancakeSparkle1 commented on 2023-06-24 23:02 (UTC)

@eggz Compiling again, thanks for the fix!

eggz commented on 2023-06-24 21:56 (UTC)

OK should be done, thanks again for the feedback.

eggz commented on 2023-06-24 21:40 (UTC)

Nevermind, it is CONFIG_LEDS_CLASS_MULTICOLOR. okay, gimme some time to publish it.

eggz commented on 2023-06-24 21:36 (UTC)

Its not that simple of just adding those lines, they are depending on something which I do not have in my kernel, otherwise it would have said "is not set" in my kernel config. Ill keep looking.