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

lenovo ThinkPad E16 Gen 1 Type 21JN 21JQ fails to download and then gets locked up with BITS errors #282

Open
TheSpawnMan opened this issue May 23, 2024 · 1 comment

Comments

@TheSpawnMan
Copy link

when downloading a driver pack the link it pulls to download the drivers 404
- ConfigMgr: Downloading from URL: https://download.lenovo.com/pccbbs/mobiles/tp_e14_r14-g-5_e16-g-1_mt21jk-21jl_21jm_21jn-21jq_w10_22h2_202401.exe
at least when i directly follow the link in a broswer which i assume is the problem, im trying to reach out to lenovo to have them fix the issue but im not sure where to go to have it fixed. is there a manual way to complete this?
right now if i do the automated way it locks up throwing an infinite amount of these errors

  • BitsTransfer: Checking BITS background job
  • BitTransfer: Job state is "Error"

which i then have to manually close via powershell using this

 $Bits = Get-BitsTransfer -AllUsers
 Remove-BitsTransfer -BitsJob $Bits

i downloaded the pack for sccm and then added it manually using configmgr packages<patch action<add driver and i just added the entire folder that the pack generated
https://download.lenovo.com/pccbbs/mobiles/tp_e14_r14-g-5_e16-g-1_mt21jk-21jl_21jm_21jn-21jq_w10_22h2_202403.exe

but when i run the invoke driver update command it fails finding no matching driver packs, what am i missing i named it matching the same way the other packages are named.

image

image

@BvanVu
Copy link

BvanVu commented May 27, 2024

I have issues with downloading Lenovo packages as well but the reason why you have a matching issue for this model is that you might not have added the correct type in the "comment section" example below
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants