@elppans thank you very, very much! You saved my day in a critical work situation!
All fine with your updated PKGBUILD and Quadro K2000.
Many thanks to all contriboootors, sending love to the community <3
Git Clone URL: | https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-470xx-utils |
Description: | OpenCL implemention for NVIDIA |
Upstream URL: | http://www.nvidia.com/ |
Keywords: | driver nvidia video |
Licenses: | custom |
Conflicts: | opencl-nvidia |
Provides: | opencl-driver, opencl-nvidia |
Submitter: | jonathon |
Maintainer: | Sinyria (cysp74, SoftExpert) |
Last Packager: | SoftExpert |
Votes: | 103 |
Popularity: | 1.90 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2025-02-03 19:42 (UTC) |
« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 44 Next › Last »
@elppans thank you very, very much! You saved my day in a critical work situation!
All fine with your updated PKGBUILD and Quadro K2000.
Many thanks to all contriboootors, sending love to the community <3
Using as a reference this post 470xx-drivers-and-linux-6-0-kernel, edited the PKGBUILD and compiled the driver for use in Kernel 6.0
It worked out.
So I added it to my GITHUB, hope it helps whoever needs this build
After upgrading to 6.0.1-arch1-1
, applying the patch posted here and recompiling, the driver loads :
Oct 13 23:40:41 foo kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 470.141.03 Thu Jun 30 18:45:31 UTC 2022
Oct 13 23:40:41 foo systemd-udevd[430]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \ >
Oct 13 23:40:41 foo kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 470.141.03 Thu Jun 30 18:34:41 UTC 2022
Oct 13 23:40:41 foo kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
But doesn't work - running nvidia-smi
or nvidia-settings
results in the following messages :
Oct 13 23:41:20 foo kernel: NVRM: GPU 0000:01:00.0: Failed to copy vbios to system memory.
Oct 13 23:41:20 foo kernel: NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x30:0xffff:874)
Oct 13 23:41:20 foo kernel: NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
This is on a Lenovo Z500 with a GeForce GT 645M. I just switched to linux-lts
and stuff is good again.
@jonathon: With the linux
package now officially updated to 6.0.1
, dkms is failing. Can you please include the patch posted by @BlackIkeEagle?
For those impacted by the backlight issue: a solution posted to Nvidia forum seems to have been found. It works at least with nvidia K3000M and kernel 6.0.0.
Does not seem to build with the recent 5.19.13-arch1-1.
@BlackIkeEagle thanks, the patch worked, modules successfully built. However, there is an issue with backlighting - it's broken with kernel 6.0. Is something missing from the patch or the breakage is induced by the kernel 6.0 ?
Is there a patch to enable building the modules with kernel 6.0 ? Right now, when building against 6.0-rc7 it bails out with
In file included from ./include/linux/preempt.h:11,
from ./include/linux/spinlock.h:55,
from /var/lib/dkms/nvidia/470.141.03/build/common/inc/nv-lock.h:16,
from /var/lib/dkms/nvidia/470.141.03/build/common/inc/nv-linux.h:19,
from /var/lib/dkms/nvidia/470.141.03/build/nvidia/nv-acpi.c:14:
/var/lib/dkms/nvidia/470.141.03/build/nvidia/nv-acpi.c: In function ‘nv_acpi_add’:
/var/lib/dkms/nvidia/470.141.03/build/nvidia/nv-acpi.c:270:43: error: ‘struct acpi_device’ has no member named ‘children’
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.