Package Details: linux-amd-znver3 6.9.v.1-1

Git Clone URL: https://aur.archlinux.org/linux-amd-znver3.git (read-only, click to copy)
Package Base: linux-amd-znver3
Description: Linux kernel aimed at the znver3 AMD Ryzen CPU based hardware
Upstream URL: https://www.kernel.org/
Licenses: GPL2
Submitter: None
Maintainer: bebna
Last Packager: bebna
Votes: 11
Popularity: 1.37
First Submitted: 2023-05-04 15:47 (UTC)
Last Updated: 2024-05-19 13:37 (UTC)

Pinned Comments

<deleted-account> commented on 2023-05-07 09:41 (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 10 Next › Last »

Anarconda commented on 2024-02-01 09:26 (UTC)

BTW, you did reboot after installing the kernel headers, right? and then did the dkms autoinstall afterwards?

I didn't, but I just did, with the same result.

<deleted-account> commented on 2024-02-01 09:16 (UTC)

BTW, you did reboot after installing the kernel headers, right? and then did the dkms autoinstall afterwards?

<deleted-account> commented on 2024-02-01 09:15 (UTC)

oh then its most likely the nvidia dkms thats not (yet) compatible with the new kernel then. Its a common problem with out-of-tree kernel modules, and why I like amdgpus more, so alas I cannot help you there, I do not own nvidia hardware.

Anarconda commented on 2024-02-01 09:13 (UTC)

@eggz Ok, but I'm building the kernel in my PC, not using your repository.

<deleted-account> commented on 2024-02-01 09:10 (UTC)

Yes, there is something you can do, wait for my next build to finish :-)

Anarconda commented on 2024-02-01 09:07 (UTC) (edited on 2024-02-01 09:08 (UTC) by Anarconda)

Hi,

I can build the kernel and works but what is not compiling is nvidia driver. It is NOT compiling for actual extra/nvidia-dkms (545.29.06-1), testing/nvidia-dkms (545.29.06-2) nor aur/nvidia-beta-dkms 550.40.07-1.

Is there something I can do? Thanks in advance. Regards.

<deleted-account> commented on 2024-02-01 08:55 (UTC)

yeah a gcc update snuck in at the wrong time, ill have to rebuild.

Gnatzelle commented on 2024-02-01 08:35 (UTC) (edited on 2024-02-01 08:36 (UTC) by Gnatzelle)

Getting the following Errors after the recent GCC-Update to 13.2.1-4 on out-of-tree-modules like vhba, v4l2, vboxhost:

Error! Bad return status for module build on kernel: 6.7.3-AMD-znver3 (x86_64)

The log files all say: "cc1: Error: incompatible gcc/plugin versions"

Mario156090 commented on 2024-01-23 10:48 (UTC) (edited on 2024-01-23 12:29 (UTC) by Mario156090)

Thank's a Lot, I Will check.

EDIT:

Well, you are right. My machine only need a reboot after upgrade kernel.

<deleted-account> commented on 2024-01-23 06:49 (UTC)

I did not remove openvswitch modules:

curl -s https://aur.archlinux.org/cgit/aur.git/plain/config.x86_64?h=linux-amd-znver3 | grep CONFIG_OPENVSWITCH
CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=m
CONFIG_OPENVSWITCH_VXLAN=m
CONFIG_OPENVSWITCH_GENEVE=m

They are still there. Did you install the headers correctly and reboot the machine afterwards?