Comment 6 for bug 1841762

Revision history for this message
Oleksandr Suvorov (mrcry0) wrote :

The issue is that patch "do-not-call-pci_save_state.patch" can't be applied to nvidia/nv.c

Workaround (checked with 430.64, probably should work on other 430.x versions):

1. Install broken package, get an error.
2. Go to nvidia source dir (like /usr/src/nvidia-430.64)
3. Remove from dkms.conf the line 'PATCH[1]="do-not-call-pci_save_state.patch"'
4. Build nvidia driver with dkms: dkms build -m nvidia -v 430.64
5. Install nvidia driver: sudo dkms install -m nvidia -v 430.64

Note, this patch doesn't need anymore as there is no more call of pci_save_state() in nv_power_management().