@SoftExpert
I have not yet tested it but @Maniaxx did seems to work. Can you update package with -2 added to it ?
Git Clone URL: | https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-470xx-utils |
Description: | NVIDIA drivers utilities |
Upstream URL: | http://www.nvidia.com/ |
Keywords: | driver nvidia video |
Licenses: | custom |
Conflicts: | nvidia-libgl, nvidia-utils |
Provides: | nvidia-libgl, nvidia-utils, opengl-driver, vulkan-driver |
Submitter: | jonathon |
Maintainer: | Sinyria (cysp74, SoftExpert) |
Last Packager: | SoftExpert |
Votes: | 104 |
Popularity: | 1.80 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2025-04-09 17:01 (UTC) |
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 45 Next › Last »
@SoftExpert
I have not yet tested it but @Maniaxx did seems to work. Can you update package with -2 added to it ?
I can confirm TechXero patch is working on stable kernel 6.8.9-arch1-2 and GCC 14.1.1. The patch shows 'offset -52 lines'.
PKGBUILD with patch:
https://0x0.st/X8pn.tar.gz/nvidia-470xx-conftest-patch-techxero.tar.gz
Please only flag "out of date" the package when a new version of the driver is released. Tweaking the build process of the current version does not qualify as an "out of date".
@TechXero: have you tested the patch with various kernel / compiler configurations ? Does it work in all cases ?
Yep thanks for solution worked for me too.. I think an update is on the way.
Patch here
diff --git a/kernel/conftest.sh b/kernel/conftest.sh
index 093704c..a9db899 100755
--- a/kernel/conftest.sh
+++ b/kernel/conftest.sh
@@ -153,7 +153,8 @@ test_headers() {
build_cflags() {
BASE_CFLAGS="-O2 -D__KERNEL__ \
-DKBUILD_BASENAME=\"#conftest$$\" -DKBUILD_MODNAME=\"#conftest$$\" \
--nostdinc -isystem $ISYSTEM"
+-nostdinc -isystem $ISYSTEM \
+-Wno-implicit-function-declaration -Wno-strict-prototypes -Wno-incompatible-pointer-types"
if [ "$OUTPUT" != "$SOURCES" ]; then
OUTPUT_CFLAGS="-I$OUTPUT/include2 -I$OUTPUT/include"
For anyone having issues installing, downgrade GCC back to 13.2. GCC 14 breaks the dkms installation for this driver.
Downgrading gcc and gcc-libs to 13.2.1, then re-installing the current 6.8.9-arch1-2 of linux and linux-headers worked for me.
P.S. Thanks grzechoo and everyone for the solve. Not the way I wanted to spend my morning!
Downgrade gcc and gcc-libs to 13.2.1 and go back with your linux and linux-headers packages to 6.8.9-arch1-1. Latest gcc 14.1.1 causes NVIDIA dkms module installation to fail. Just figure that out after an hour of digging on internet and lately upgraded packages...
@pervokur may you provide more details on how to get that kernel version and how to set clang-17 with lto=none?
I'm guessing you installed that kernel manually ... so I supose if it works for 6.9.0 ... it should work for 6.8.x, should we flag this package as out of date?
Module works on 6.9.0-rc6 + clang-17 lto=none
I can't install the moduel for 6.8.9-arch1-2, like @erickwill
but the module either is installed for 6.6.30-2-lts !
Why is that? I've even tried to downgrade to 6.8.9-arch1-1 where I had the module working previously but still doesn't install!
Pinned Comments
SoftExpert commented on 2025-02-09 10:20 (UTC)
For the beginners in need of assistance, first take a look at this recommended guide https://github.com/korvahannu/arch-nvidia-drivers-installation-guide - maybe it helps to solve the issues your are having with this version of the driver.