Impact Acquire SDK C
|
The following situation has been encountered:
mvGenTL_Acquire*
.msi packages and installing an older version (2.16.1 or smaller) no network connections are displayed in the "Network And Sharing Center" any moreipconfig
will still list the network interfaces correctly with their IP address howeverThis problem may occur when one of the following conditions is true:
mvGenTL_Acquire*
.msi package with version 2.17.0 on Windows Vista or newermvGenTL_Acquire*
.msi package with version 2.16.1 or smaller on that very same system afterwardsGigEConfigure
on that systemRemove Driver
buttonpnputil -e
and press ENTER
(since newer versions of Windows 10 -e
has been superseded by /enum-drivers
)pnputil -f -d
(since newer versions of Windows 10 -e
has been superseded by /delete-driver
) and the name of the INF
file containing the following data (the number between oem
and .inf
may vary): Published name : oem36.inf Driver package provider : MATRIX VISION GmbH Class : Network Service Driver date and version : 06/28/2016 3.0.1.55
mvGigECapture.sys
or mvGigECapture2.sys
from %windir%/System32/drivers and/or %windir%/SysWOW64/drivers (actually here you should NEVER see an instance of the filter driver thus this is a 32-bit folder on a 64-bit system and 32-kernel code is not supported on 64-bit Windows thus a buggy installation was the cause of this!).GigEConfigure
tool on that systemInstall Driver
button