-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install network adapter on Arm64 PC, can't find a DCO driver. #81
Comments
Just tried installing 2.6.12 on my Arm64 dev box, looks good. Here are driver installation logs for comparison:
As you may see, your driver installation log looks somewhat different. You are installing from
Does it work if user installs OpenVPN 2.6.12 ? |
Hey,
We have found that some users can't use OpenVPN protocol, cause installer can't install a Arm64 network adapter.
The installer has OpenVPN DCO merged module taken from this Github page and a custom action:
C:\Program Files\xxx\Resources\arm64\tapctl.exe" create --hwid ovpn-dco --name "OpenVPN Data Channel Offload Custom Name"
It seems the installer can successfully install a driver. Please take a look at a log part from setupapi.dev.log:
but the second part doesn't work:
The user tried to run a command line to get information about the driver
Get-WmiObject Win32_PnPSignedDriver | Where-Object { $_.DeviceName -like "*OpenVPN Data Channel Offload*" } | Format-List *
and got nothing.
Why may it happen? Why does the log state that the driver installed successfully, but it is impossible to find the driver and create a network adapter?
The text was updated successfully, but these errors were encountered: