[SOLVED] Unable to Install Drivers for Nvidia Graphics Card?

avrona

Reputable
Feb 11, 2019
64
0
4,530
I've tried like 6 different drivers, all of which should've worked, yet they all fail, and they don't give any error code, just that they fail. I've used the Windwos driver updater, Geforce Experience, and even just the driver exe files and nothinh. I do get this log however which seems to be from that.
Code:
Log Name:      System
Source:        Microsoft-Windows-UserPnp
Date:          01/10/2019 12:31:41
Event ID:      20001
Task Category: (7005)
Level:         Information
Keywords:     
User:          SYSTEM
Computer:      DESKTOP-C8MFTVN
Description:
Driver Management concluded the process to install driver nv_dispwi.inf_amd64_8325e6321a19d089 for Device Instance ID PCI\VEN_10DE&DEV_0DD8&SUBSYS_084A10DE&REV_A1\4&14E8F4CB&0&0010 with the following status: 0xE0E00104.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-UserPnp" Guid="{96f4a050-7e31-453c-88be-9634f4e02139}" />
    <EventID>20001</EventID>
    <Version>0</Version>
    <Level>4</Level>
    <Task>7005</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2019-10-01T11:31:41.058374900Z" />
    <EventRecordID>19034</EventRecordID>
    <Correlation />
    <Execution ProcessID="2728" ThreadID="5004" />
    <Channel>System</Channel>
    <Computer>DESKTOP-C8MFTVN</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <UserData>
    <InstallDeviceID xmlns="http://manifests.microsoft.com/win/2004/08/windows/userpnp">
      <DriverName>nv_dispwi.inf_amd64_8325e6321a19d089</DriverName>
      <DriverVersion>21.21.13.7295</DriverVersion>
      <DriverProvider>NVIDIA</DriverProvider>
      <DeviceInstanceID>PCI\VEN_10DE&amp;DEV_0DD8&amp;SUBSYS_084A10DE&amp;REV_A1\4&amp;14E8F4CB&amp;0&amp;0010</DeviceInstanceID>
      <SetupClass>{4d36e968-e325-11ce-bfc1-08002be10318}</SetupClass>
      <RebootOption>false</RebootOption>
      <UpgradeDevice>false</UpgradeDevice>
      <IsDriverOEM>true</IsDriverOEM>
      <InstallStatus>0xe0e00104</InstallStatus>
      <DriverDescription>NVIDIA Quadro 2000</DriverDescription>
    </InstallDeviceID>
  </UserData>
</Event>

Any ideas then?
 
Solution
D
ok... do this:

  1. Open Windows Explorer
  2. in the address bar type the following: %temp% and then press the Enter key
  3. You are now in the users TEMP location
  4. look for files that end in .txt and .log
  5. See if they are named, like nvidia*.log or whatever, if not you need to pick though them one by one with Notepad until you find the ones where the name of the install files matches what you were installing.
  6. post a link to it

avrona

Reputable
Feb 11, 2019
64
0
4,530
Have you tried the GPU in another PC to see if it gets same problems?

Often if drivers fail to install the problem is the card itself

what is showing in DXDiag? Does PC recognise GPU? What card do you have?
Tried it in my main pc and it worked, the card is a Quadro 2000 and in device manager it's just under "other devices" as an "unknown device", but I am stil connected to it and it is sending a signal. Where can I find DXDiag?
 
D

Deleted member 14196

Guest
msi installers usually leave a real log under the users %temp% location. see if you can dig those up and post them, I will have a look at the installer log, what you have shown is not the logs I am talking about.
 
D

Deleted member 14196

Guest
ok... do this:

  1. Open Windows Explorer
  2. in the address bar type the following: %temp% and then press the Enter key
  3. You are now in the users TEMP location
  4. look for files that end in .txt and .log
  5. See if they are named, like nvidia*.log or whatever, if not you need to pick though them one by one with Notepad until you find the ones where the name of the install files matches what you were installing.
  6. post a link to it
 
Solution