2024-05-21, 09:03 AM
(This post was last modified: 2024-05-21, 09:55 AM by Huecuva. Edited 4 times in total.)
After attempting to play a .avi file of Constantine, these logs appear:
Transcode log
Jellyfin log
The driver I have installed:
My VM is running Debian 11. I tried to upgrade it to Debian 12 but there are space constraints and that's not going to work. I will have to live with 11 for now. It has been suggested to me that with Debian 11 I should not have the 525 driver. However, my apt sources list has only Debian 11 Bullseye and Bullseye backport repositories. Nothing for Debian 12. Again, I've purged the driver and reinstalled several times and that's the driver that installs.
I should also mention that the VM is booting BIOS, not UEFI so SecureBoot should not be an issue. Also, during boot, the VM complains that it fails to start the nvidia persistence daemon.
Transcode log
Jellyfin log
The driver I have installed:
Code:
sudo apt install nvidia-driver
[sudo] password for <user>:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
nvidia-driver is already the newest version (525.147.05-7~deb12u1~bpo11+2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
My VM is running Debian 11. I tried to upgrade it to Debian 12 but there are space constraints and that's not going to work. I will have to live with 11 for now. It has been suggested to me that with Debian 11 I should not have the 525 driver. However, my apt sources list has only Debian 11 Bullseye and Bullseye backport repositories. Nothing for Debian 12. Again, I've purged the driver and reinstalled several times and that's the driver that installs.
I should also mention that the VM is booting BIOS, not UEFI so SecureBoot should not be an issue. Also, during boot, the VM complains that it fails to start the nvidia persistence daemon.
Code:
$ sudo systemctl status nvidia-persistenced
● nvidia-persistenced.service - NVIDIA Persistence Daemon
Loaded: loaded (/lib/systemd/system/nvidia-persistenced.service; enabled; vendor p>
Active: failed (Result: exit-code) since Mon 2024-05-20 10:20:24 PDT; 16h ago
Process: 823 ExecStart=/usr/bin/nvidia-persistenced --user nvpd (code=exited, statu>
Process: 914 ExecStopPost=/bin/rm -rf /var/run/nvidia-persistenced (code=exited, st>
CPU: 15ms
May 20 10:20:24 Ilithid systemd[1]: Starting NVIDIA Persistence Daemon...
May 20 10:20:24 Ilithid nvidia-persistenced[836]: Started (836)
May 20 10:20:24 Ilithid nvidia-persistenced[836]: Failed to query NVIDIA devices. Pleas>
May 20 10:20:24 Ilithid nvidia-persistenced[823]: nvidia-persistenced failed to initial>
May 20 10:20:24 Ilithid nvidia-persistenced[836]: Shutdown (836)
May 20 10:20:24 Ilithid systemd[1]: nvidia-persistenced.service: Control process exited>
May 20 10:20:24 Ilithid systemd[1]: nvidia-persistenced.service: Failed with result 'ex>
May 20 10:20:24 Ilithid systemd[1]: Failed to start NVIDIA Persistence Daemon.