GT 1030 not supported by the 580 kernel driver

Attempting to load the nvidia kernel driver fails saying it does not include the required GPU System Processor (GSP). The firmware files are there It also fails if I include the N

nvidia-bug-report.log.gz (377.4 KB)

Vreg_EnableGpuFirmware=0 parameter. According to the driver information the GT 1030 is supported by this driver.

The 570.124.04 driver works but is incompatible with recent kernels.

NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:1d01)#012NVRM: installed in this system is not supported by open#012NVRM: nvidia.ko because it does not include the required GPU#012NVRM: System Processor (GSP).#012NVRM: Please see the ‘Open Linux Kernel Modules’ and ‘GSP#012NVRM: Firmware’ sections in the driver README, available on#012NVRM: the Linux graphics driver download page at#012NVRM: www.nvidia.com.

Pay more attention to your own logs, they explain exactly what is wrong: your GPU is not supported by the open flavor of modules, you need the proprietary ones.

Ah. Thank you.