Package Details: nvidia-470xx-dkms 470.256.02-7

Git Clone URL: https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy)
Package Base: nvidia-470xx-utils
Description: NVIDIA drivers - module sources
Upstream URL: http://www.nvidia.com/
Keywords: driver nvidia video
Licenses: custom
Conflicts: nvidia-dkms
Provides: NVIDIA-MODULE
Submitter: jonathon
Maintainer: Sinyria (cysp74, SoftExpert)
Last Packager: SoftExpert
Votes: 99
Popularity: 0.81
First Submitted: 2021-10-31 00:50 (UTC)
Last Updated: 2024-11-10 08:39 (UTC)

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 40 Next › Last »

valandil commented on 2023-04-05 02:15 (UTC) (edited on 2023-04-05 02:17 (UTC) by valandil)

Heads up, looks like the kernel-6.3.patch wasn't pushed to the AUR.

EDIT: Uh, nevermind? I probably had a case of a bad AUR helper, sorry about that.

rae commented on 2023-03-31 12:56 (UTC)

For noobs like me. After upgrade, I had "NVIDIA: Failed to initialize the NVIDIA kernel module." when I try "startx". Reinstalling linux and linux-headers solve the problem.

gbr commented on 2023-03-30 16:30 (UTC)

470.182.03 is out. :)

When you finally upgrade it, it'd be great if you could also include a patch to fix a small issue with the .rules file displaying journal warnings at startup.

<deleted-account> commented on 2023-03-19 13:34 (UTC)

@aparthy I'm really clueless about this issue, specially because I daily use zen kernel (I actually have lts and zen installed too) and it works well, I even run some expressive games from time to time. It looks like something related to ACPI, but I don't know what could be since it looks like something specific from the nvidia driver.

aparthy commented on 2023-03-19 13:13 (UTC) (edited on 2023-03-27 12:44 (UTC) by aparthy)

@Menelkir Thanks for reply, I scrubbed my caches and found some CFLAGS/CXXFLAGS and unset them and then reinstalled kernel+headers and nvidia-470xx-dkms but unfortunately I'm still getting the same error:

...
==> dkms install --no-depmod nvidia/470.161.03 -k 6.2.7-zen1-1-zen
Error! Bad return status for module build on kernel: 6.2.7-zen1-1-zen (x86_64)
Consult /var/lib/dkms/nvidia/470.161.03/build/make.log for more information.
==> WARNING: `dkms install --no-depmod nvidia/470.161.03 -k 6.2.7-zen1-1-zen' exited 10
❯ less /var/lib/dkms/nvidia/470.161.03/build/make.log
KMS make.log for nvidia-470.161.03 for kernel 6.2.7-zen1-1-zen (x86_64)
...
/var/lib/dkms/nvidia/470.161.03/build/nvidia/nv-acpi.c:84:19: error: initialization of ‘void (*)(struct acpi_device *)’ from incompatible pointer type ‘int (*)(struct acpi_device *, int)’ [-Werror=incompatible-pointer-types]
   84 |         .remove = nv_acpi_remove_two_args,
      |                   ^~~~~~~~~~~~~~~~~~~~~~~

I will try removing then reinstalling involved packages as a last effort and see if this will change anything. If not I'm out of ideas and stay on lts kernel for now I guess.

edit: removing before reinstalling didn't change anything

edit: I just got 6.2.8-zen1-1-zen kernel and nvidia-470xx-dkms from chaotic-aur to work. But this aur package still fails to build the module for me. I'm getting a different error, but now for the lts kernel as well. So the problem is most likely on my side. Might be mixing aur with chaotic-aur packages or just something about my very old arch installation. Since chatotic-aur does the trick for me I won't investigate further. Thanks for hearing me out and looking into it @Menelkir.

<deleted-account> commented on 2023-03-18 21:18 (UTC)

@aparthy I use zen too, I just removed and reinstalled the package (after cleaning up any sort of cache) and it builds and installs without any issue. Do you have custom CFLAGS? I've noticed you're forcing the dkms autoinstall, is there something preventing you from just installing this package? Dkms should trigger and install the modules by default just fine.

aparthy commented on 2023-03-18 20:47 (UTC) (edited on 2023-03-19 13:14 (UTC) by aparthy)

❯ less /var/lib/dkms/nvidia/470.161.03/build/make.log
DKMS make.log for nvidia-470.161.03 for kernel 6.2.6-zen1-1-zen (x86_64)
Sa 18. Mär 21:18:26 CET 2023
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: gcc (GCC) 12.2.1 20230201
  You are using:           cc (GCC) 12.2.1 20230201
...
/var/lib/dkms/nvidia/470.161.03/build/nvidia/nv-acpi.c:84:19: error: initializatio
n of ‘void (*)(struct acpi_device *)’ from incompatible pointer type ‘int (*)(stru
ct acpi_device *, int)’ [-Werror=incompatible-pointer-types]
   84 |         .remove = nv_acpi_remove_two_args,
      |                   ^~~~~~~~~~~~~~~~~~~~~~~

<deleted-account> commented on 2023-03-12 19:20 (UTC)

I don't know if there's a proper way to make it right, because there's many kernels and also many linux-headers. Holding linux-headers as dependency will force to install the main linux-headers even if a person only uses linux-headers-lts or linux-headers-zen.

dough.mean commented on 2023-03-12 19:17 (UTC)

I had to run pacman -S linux-headers so that I don't get any missing kernel headers errors.

Shouldn't linux-headers be added to the dependencies?