Post
Topic
Board Mining (Altcoins)
Re: Where to find the latest Windows drivers for the NVIDIA P102-100 GPU?
by
abdullahsurati
on 12/01/2019, 09:20:32 UTC
yup I've done it.
you need to disable driver signature check and add P102-related ID's to the inf-file from the driver that you want to install.

https://forums.guru3d.com/threads/nvidia-inf-driver-modding-guide.377158/

So I followed the thread that you linked.
I founded two Strings for P102-100:
NVIDIA_DEV.1B07 = "NVIDIA P102-100"
NVIDIA_DEV.1B47 = "NVIDIA P102-100"

So I added them both to [Strings]

Then I looked for GPU listing which gave the following two strings:
%NVIDIA_DEV.1B07% = win10adesktop,      PCI\VEN_10DE&DEV_1B07
%NVIDIA_DEV.1B47% = win10adesktop,      PCI\VEN_10DE&DEV_1B47

With these two additions, the driver failed to install for some unknown reason. Driver check is disabled too. Then I noticed that the other strings in the same section had different formats which include something like "Section###". So I looked into my old drivers inf file and found two Section values for 1B07 and 1B47. So that become to:
%NVIDIA_DEV.1B07%           = Section128, PCI\VEN_10DE&DEV_1B07
%NVIDIA_DEV.1B47%           = Section129, PCI\VEN_10DE&DEV_1B47

After this, the driver gets installed succesfully, but device manager shows an exclamation mark error. Says "Windows has stopped this device because it has reported problems. (Code 43)"

Please guide me here.
Thanks