Skip to content
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

Missing Ethernet drivers - add auto-installations of custom drivers. #9

Open
Psotas opened this issue Oct 30, 2023 · 4 comments
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@Psotas
Copy link
Contributor

Psotas commented Oct 30, 2023

CASE:
After installing Windows 11 on MSI® PRO Z690-A DDR4, drivers for ethernet i225-v adapter are missing.

TODO:
add auto-installations of custom drivers.

Drivers:
https://www.intel.com/content/www/us/en/download/15084/intel-ethernet-adapter-complete-driver-pack.html

@Psotas Psotas added bug Something isn't working enhancement New feature or request labels Oct 30, 2023
@macpijan
Copy link
Contributor

macpijan commented Nov 1, 2023

@Psotas Is it graphical installer, or there is command line to be executed from power shell to install these?

@Psotas
Copy link
Contributor Author

Psotas commented Nov 2, 2023

@macpijan I installed it by selecting the folder to search in the update driver in the device manager. It should be possible to install drivers from PowerShell.

@Psotas
Copy link
Contributor Author

Psotas commented Dec 15, 2023

Same on MSI® PRO Z690-A DDR5 and Windows 11 23H2
Does not appear on: msi_z790

@Psotas Is it graphical installer, or there is command line to be executed from power shell to install these?

This time I use this command:

Get-ChildItem "E:\Drivers\" -Recurse -Filter "*.inf" | 
ForEach-Object { PNPUtil.exe /add-driver $_.FullName /install }

@Psotas
Copy link
Contributor Author

Psotas commented Feb 2, 2024

Same for Protecttli pt_201 (v1210 v1) with Intel(R) Ethernet Controller I226-V

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants