Hi all, I’m having trouble getting my NVIDIA GeForce RTX 5060 Ti (GB206, Blackwell) working with the Nvidia Driver plugin on Unraid. System: Unraid OS: 7.2.4 GPU: NVIDIA GeForce RTX 5060 Ti (lspci shows GB206) Motherboard: ASUS X99‑A/USB 3.1 (LGA2011‑v3) Current Nvidia Driver (per plugin): 595.71.05 (open‑source) Symptoms: The Nvidia Driver plugin page shows: Nvidia Driver Version: 595.71.05 Open Source Kernel Module: Yes Installed GPU(s): “No devices were found” lspci clearly sees the card: 01:00.0 VGA compatible controller: NVIDIA Corporation GB206 [GeForce RTX 5060 Ti] (rev a1) 01:00.1 Audio device: NVIDIA Corporation GB206 High Definition Audio Controller (rev a1) lsmod shows NVIDIA modules loaded (no nouveau): nvidia_uvm nvidia_drm nvidia_modeset nvidia nvidia-smi on the host returns: No devices were found Key NVRM errors from dmesg/syslog: I’m seeing repeated initialization failures like: NVRM: GPU0 kbusVerifyBar2_GB202: MMUTest BAR2 readback VA = 0x0 returned garbage ... NVRM: GPU0 nvAssertOkFailedNoLog: Assertion failed: Generic memory error [NV_ERR_MEMORY_ERROR] NVRM: GPU0 RmInitNvDevice: *** Cannot initialize the device NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x24:0x72:1344) NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0 ... NVRM: GPU0 _kgspBootGspRm: unexpected WPR2 already up, cannot proceed with booting GSP NVRM: GPU0 RmInitAdapter: Cannot initialize GSP firmware RM NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x62:0x40:2168) NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0 These repeat many times during boot and whenever the driver appears to attempt initialization. What I’ve already tried: Used the Nvidia Driver plugin to switch driver versions within the 595.x family (open‑source and production where available). Uninstalled the Nvidia Driver plugin, rebooted, reinstalled it from Apps, selected the recommended driver, clicked Update & Download, and rebooted again. Verified the card is visible via lspci, that nvidia modules are loaded, and that nouveau is not present. Confirmed no VMs are configured to pass through this GPU. The behavior is always the same: modules load, lspci sees the GPU, but RmInitAdapter fails and nvidia-smi reports no devices. Why I think this might be a driver/Blackwell issue: Searching around, I found similar reports on Linux for new RTX 50‑series / Blackwell cards with errors like _kgspBootGspRm: unexpected WPR2 already up, cannot proceed with booting GSP and RmInitAdapter failed (e.g., RTX 5090/5080 threads on NVIDIA’s forums and an issue titled “RmInitAdapter failed on Fedora 43 for RTX 5060 Ti”). These look very similar to what I’m seeing on Unraid