Dasharo / preseeds

OS preseeds for Dasharo testing purposes
MIT License
1 stars 0 forks source link

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

Open Psotas opened 11 months ago

Psotas commented 11 months ago

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

macpijan commented 11 months ago

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

Psotas commented 11 months ago

@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 commented 9 months ago

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 commented 8 months ago

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