I have a parallel port legacy driver that is used for i2c communication.
This driver has been installed and used on 2 win2000 machines without any
problems, but on a third win2000 machine I can’t get it to work. When I
look at the system event logs via the eventviewer I can see the that the
driver could not be loaded. There is no additonal information. Anyone got
an idea what might be the problem?
Fire up your trusty debugger and BP in DriverEntry. SEe what DE returns for
a status.
Also check to see that the binary is in the place that it’s registry value
ImagePath says it is. If that value does not exsit, then it must be in
\System32\Drivers.
–
Gary G. Little
Have Computer, Will Travel …
909-698-3191
909-551-2105
“Brian van der Beek” wrote in message
news:xxxxx@ntdev…
>
> I have a parallel port legacy driver that is used for i2c communication.
> This driver has been installed and used on 2 win2000 machines without any
> problems, but on a third win2000 machine I can’t get it to work. When I
> look at the system event logs via the eventviewer I can see the that the
> driver could not be loaded. There is no additonal information. Anyone got
> an idea what might be the problem?
>
>