M
M
mayorovp2013-08-13 15:58:12
Drivers
mayorovp, 2013-08-13 15:58:12

How to find the cause of an error when installing a driver?

Has one driver. For five years it was installed normally - and suddenly it stopped installing correctly on one of the computers. Windows correctly finds it, starts the installation - and gives an error copying a file that for some reason was not found. The file name is not reported.

The driver distribution itself is an archive with three files - ftrusb.cat, ftrusb.inf and ftrusb.sys. Here is a link to download this archive: www.futronic-tech.com/download/FS80_88_90_Driver_2.0.0.1.zip

There is no hope for updating the driver - they have already released the fourth version, which is good for everyone, except for incompatibility with old equipment.

Actually, the question is, how can you get at least some meaningful information regarding this error?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
V
VeMax, 2013-08-13
@VeMax

If you need to find the file, then use Process Monitor, there are all the hits.

R
rozhik, 2013-08-13
@rozhik

LayoutFile=Layout.inf not found. INF file contains a textual description of the environment.

E
EndUser, 2013-08-13
@EndUser

www.resplendence.com/whocrashed ?

X
x1shn1k, 2013-08-13
@x1shn1k

Read the file c:\windows\setupapi.log from the end

N
Nickel3000, 2013-08-13
@Nickel3000

Check if the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ branch has a RunOnce key in the registry?

M
Michael., 2013-08-14
@kulinich

Look in the inf file for what files are being used for installation. Check the paths listed there.

M
Michael., 2013-08-14
@kulinich

By the way, try running the DbgView program (you will need to enable kernel event trapping in it - in my opinion, check the kernel capture in the menu) and start installing the driver. Not the fact that it will help to find out, but some more information may appear.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question