-
Notifications
You must be signed in to change notification settings - Fork 63
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
URLs in IntelWirelessDriverPack.json Offline Catalog file and Get-IntelWirelessDriverPack functions are outdated #101
Comments
Also, I highly recommend the latest driver (23.10.0.8) as it fixes WPA3 in the 9560 chipset. |
So Intel's site changed and it now blocks using Invoke-WebRequest to pull back information. I've completely changed the process for getting Intel WiFi Drivers, while it's working in dev, I haven't done any formal testing. Hopefully next week I'll get around to it. Changes are posted in GitHub, and will be active the next time the module is released. |
This should be resolved, if @skyblaster and @christiandekker could confirm, that would be great. |
I haven't actually used Wi-Fi in OSD for quite some time, so I'll defer to @christiandekker |
Hi @gwblok, I'm getting an error, because of an empty variable
I think line 71 needs to be uncommented and line 72 commented :) |
thank @christiandekker |
Update: Running |
My bad. It just seems like the file
The correct URL for the ZIP file is |
oh man, last release the URLs were identical for the .exe & the .zip I will have to add some extra error handling into the function to double check the .zip URL. If you have any ideas, let me know. This is a back burner item for me at the moment. Appreciate your testing. |
I've created some sample code that might be an idea to help determine the correct URL.
I'm just not sure how to handle the situation where no valid URL can be found without rewriting bigger parts of the function. `
` |
Thanks for the code, I've incorporated it for now and I've updated the catalog, so at least the offline catalog has the correct URL for now. If you want to use these updates, you'll just want to overwrite these two files in your module. Really appreciate your help on this. Now I just need to find time to test it out when building a WinRM boot media. |
I haven't had time to test this, but if anyone has issues, please re-open |
Describe the bug
In the OSD PowerShell module, the
Catalogs\IntelWirelessDriverPack.json
file contains broken links for all DriverUrls. When trying to update the Offline Catalog using the-UpdateModuleCatalog
parameter of theGet-IntelWirelessDriverPack
cmdlet, the cmdlet reverts to the offline version of the cmdlet, because the$DriverUrl
variable in the function contains a broken link (https://www.intel.com/content/www/us/en/support/articles/000017246/network-and-i-o/wireless-networking.html
) .To Reproduce
The issue described above causes a failure when OSDCloud is trying to download drivers for WinPE during execution of the
Edit-OSDCloudWinPE
cmdlet when the parameter-CloudDriver
is used.Expected behavior
The (latest) Intel Wireless Drivers should be downloaded.
Screenshots
Information:
23.12.13.1
The text was updated successfully, but these errors were encountered: