@SoftExpert this is the log from my system. the crash happens at 23:52 time clock. could you please see if you could help? https://0x0.st/Xaf0.txt
Search Criteria
Package Details: nvidia-470xx-dkms 470.256.02-7.95
Package Actions
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: | 103 |
Popularity: | 1.19 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2025-02-03 19:42 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR)
- libglvnd (libglvnd-gitAUR)
- nvidia-470xx-utilsAUR
Required by (9)
- conky-lua-nv (optional)
- mhwd-nvidia-470xx (make)
- nvidia-exec (requires NVIDIA-MODULE)
- nvidia-exec-git (requires NVIDIA-MODULE)
- nvidia-pacman-hook (requires NVIDIA-MODULE) (optional)
- nvidia-xrun-pm (requires NVIDIA-MODULE)
- nvidiactl-git (requires NVIDIA-MODULE)
- optimus-manager-git (requires NVIDIA-MODULE)
- xorgxrdp-nvidia (requires NVIDIA-MODULE)
Sources (12)
- 0001-Fix-conftest-to-ignore-implicit-function-declaration.patch
- 0002-Fix-conftest-to-use-a-short-wchar_t.patch
- 0003-Fix-conftest-to-use-nv_drm_gem_vmap-which-has-the-se.patch
- https://us.download.nvidia.com/XFree86/Linux-x86_64/470.256.02/NVIDIA-Linux-x86_64-470.256.02.run
- kernel-6.10.patch
- kernel-6.12.patch
- nvidia-470xx-fix-linux-6.13.patch
- nvidia-470xx-utils.sysusers
- nvidia-470xx.rules
- nvidia-drm-outputclass.conf
- systemd-homed-override.conf
- systemd-suspend-override.conf
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 44 Next › Last »
parsaazari commented on 2024-07-02 20:29 (UTC)
SoftExpert commented on 2024-07-02 05:42 (UTC)
@kachelaqa: Thanks for confirming !
@parsaazari: Have you tried also with the latest LTS kernel (6.6.36 for example) just to rule out the possibility of a breaking change in the latest kernels ?
Other than that, if your kernel is up to date, the nvidia package is up to date and you still have problems, it means that in your particular context:
-
either the sleep mode will not work because of some particularity of your environment
-
or there is some misconfiguration that will trigger the freeze
Unfortunately, the driver itself is barely maintained by Nvidia (just getting patches from time to time when there are serious kernel changes that prevent it to compile). No serious fixes will come our way from Nvidia, unless miracle ...
In your place I would audit the loading of the kernel modules, watch the system journal, search in the forums and experiment with one change at the time.
parsaazari commented on 2024-07-01 19:22 (UTC)
@SoftExpert and also i have installed the latest nvidia utils too
parsaazari commented on 2024-07-01 19:21 (UTC)
@SoftExpert i'm using the latest kernel (6.9.7-arch1-1)
kachelaqa commented on 2024-07-01 17:55 (UTC) (edited on 2024-07-01 17:57 (UTC) by kachelaqa)
@SoftExpert Thanks. I have now tested the latest release and it works as expected (i.e. the .conf
file in /etc/systemd/system/systemd-suspend.service.d/
file is no longer needed).
SoftExpert commented on 2024-07-01 14:27 (UTC)
@parsaazari: have you installed the latest release of this package (should be listed as 470.256.02-5) ?
We issued the release 5 recently to fix where the .conf
files are to be created - the location is important, otherwise the parameters are not used.
parsaazari commented on 2024-07-01 14:15 (UTC)
@SoftExpert: I finally fixed thee problem by installing linux and Linux headers again and mkinitcpio -P, but after updating nvidia-utils, the sleep freeze bug wasn't fixed and when I pushed the sleep button while stremio is open my system breaks and a screen appears which I can send you a picture of it.
SoftExpert commented on 2024-07-01 13:55 (UTC)
@parsaazari: the errors you have mentioned are not related to the nvidia drivers.
I would say there are some ongoing issues on your current system which prevent the correct loading of different modules - and perhaps destabilizing also the nvidia driver. You did not provide your kernel version, or the nvidia driver version, or any other precise information. With the information given I would assume you tweaked some parameters on various config files without knowing what are the consequences.
Since the purpose of this thread is focused exclusively on nvidia 470xx, I would not expect too much guidance outside this subject; perhaps the Arch wiki article should be good enough put you on the right track ?
parsaazari commented on 2024-07-01 13:24 (UTC)
hi, I have been having this sleep freeze issue whenever a video player (vlc,stremio) is left open while the system goes into sleep. i tried to install the latest package and it failed due to these errors: libkmod: kmod_config_parse: /etc/modprobe.d/iwlwifi.conf line 2: ignoring bad line starting with 'swcrypto=1' ==> ERROR: Cannot acquire used modules. Unable to use autodetection.
==> Starting build: '6.9.5-arch1-1' -> Running build hook: [base] -> Running build hook: [udev] -> Running build hook: [keyboard] ==> ERROR: module not found: 'usbhid'
==> WARNING: errors were encountered during the build. The image may not be complete. error: command failed to execute correctly
could anyone help?
SoftExpert commented on 2024-07-01 13:20 (UTC)
@kachelaqa: Can we consider the issue adressed, then ? Does it work as expected now ?
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.