Closed oleteacher closed 4 years ago
I have attempted running the script and received the exact same error. I attempted to load the Sierra wireless page and get 404: https://source.sierrawireless.com/~/media/support_downloads/airprime/74xx/fw/7455/zip This leads to me think that Sierra has changed updated the source page. It would be great if someone could update the firmware source page on the script. My coding ability is limited.
Thanks @da6driver for confirming you get same error. I too am limited in knowledge, time to enroll in a course:)
Have been trying to find a zip file on sierra site, but all I come up with is:
When you download above, it is the current firmware and in zip format.
Looking at line 304 in autoflash-7455.sh wondering if file size check is failing?
Thanks @da6driver for confirming you get same error. I too am limited in knowledge, time to enroll in a course:)
Have been trying to find a zip file on sierra site, but all I come up with is:
When you download above, it is the current firmware and in zip format.
Looking at line 304 in autoflash-7455.sh wondering if file size check is failing?
I got this to work with manually updating the file name and location. It won't auto update to the latest, but does work for the latest version on the site right now.
Thanks @da6driver for confirming you get same error. I too am limited in knowledge, time to enroll in a course:) Have been trying to find a zip file on sierra site, but all I come up with is: https://source.sierrawireless.com/-/media/support_downloads/airprime/74xx/fw/7455/swi9x30c_02,-d-,33,-d-,03,-d-,00_generic_002,-d-,072_000.ashx When you download above, it is the current firmware and in zip format. Looking at line 304 in autoflash-7455.sh wondering if file size check is failing?
I got this to work with manually updating the file name and location. It won't auto update to the latest, but does work for the latest version on the site right now.
SWI9X30C_ZIP="${SWI9X30C_ZIP^^}"'zip
To
SWI9X30C_ZIP='SWI9X30C_02.33.03.00_Generic_002.072_000.zip'
Thank you @theo400 for sharing your solution.
Resolved by #51
Your a champ Daniel, thank you!
Tried running script from terminal this evening and getting failed message when it gets to part where downloading firmware.
Ran "feeling brave" (wget https://raw.githubusercontent.com/danielewood/sierra-wireless-modems/master/autoflash-7455.sh && sudo bash autoflash-7455.sh) and ran local with same results. Here is portion of output:
Tried on two different modems and using the same computer as always (never had issue). I am just not yet advanced enough to solve the issue, anyone that can help appreciated.