MSEndpointMgr / ModernDriverManagement

Official repo of Modern Driver Management from MSEndpointMgr.com
https://www.msendpointmgr.com
MIT License
133 stars 80 forks source link

Problem with Dell Drivers #256

Open ahcash opened 1 year ago

ahcash commented 1 year ago

There seems to be a problem with downloading Dell Drivers at the moment. I think this is to do with Dell changing their download location as per : https://www.reddit.com/r/SCCM/comments/15ykm9e/help_with_modern_device_management/?rdt=62364

I have changed the links in the OEMLinks.xml to the following:

However, when I try to download Precision 5680 drivers, I receive the following error from the GUI. Any ideas?

image

ahcash commented 1 year ago
<Manufacturer Name="Dell" >
    <Link Type="DownloadList" URL="https://downloads.dell.com/published/Pages/index.html"></Link>  
    <Link Type="DownloadBase" URL="https://downloads.dell.com"></Link>  
    <Link Type="DriversList" URL="https://en.community.dell.com/techcenter/enterprise-client/w/wiki/2065.dell-command-deploy-driver-packs-for-enterprise-client-os-deployment"></Link>  
    <Link Type="BaseURL" URL="https://en.community.dell.com"></Link>  
    <Link Type="BIOSUtility" URL="https://downloads.dell.com/FOLDER08405216M/1/Ver3.3.16.zip"></Link>  
    <Link Type="XMLCabinetSource" URL="https://downloads.dell.com/catalog/DriverPackCatalog.cab"></Link>  
    <Link Type="CatalogSource" URL="https://downloads.dell.com/catalog/CatalogPC.cab"></Link>  
</Manufacturer>
cireland777 commented 11 months ago

The op_Division error is related to Bits transfers being stuck in the queue.

Run PowerShell command Get-BitsTransfer to see any jobs and Remove-BitsTransfer to remove :

Get-BitsTransfer -AllUsers | Remove-BitsTransfer.