Starting this thread to see if we can get precise instructions on how to make this work.
I copied and pasted what instructions I found. I "think" they are the correct starting point.
I will do several posts in a row in order to separate the command sets and for easier reading.
I read from a poster on NBR that some links do not work. We will need to find and post the proper working links.
Maybe we can convert this to work on MX linux.
This is from here.
https://github.com/danielewood/sierra-wireless-modems
Manual Flashing Procedure (Ubuntu Linux 18.04)
- Install libqmi-utils version 1.20+
- sudo add-apt-repository universe
- sudo apt update
- apt-get install libqmi-glib5 libqmi-proxy libqmi-utils -y
- Get the latest firmware bundle from Sierra Wireless.
- curl -o SWI9X30C_02.30.01.01_Generic_002.045_000.zip -L https://source.sierrawireless.com/~...swi9x30c_02.30.01.01_generic_002.045_000.ashx
- Extract firmware CWE and NVU. unzip SWI9X30C_02.30.01.01_Generic_002.045_000.zip
- Stop Modem Manager systemctl stop ModemManager
- Flash firmware
deviceid=`lsusb | grep -i -E '1199:9071|1199:9079|413C:81B6' | awk '{print $6}'`
qmi-firmware-update --update -d "$deviceid" SWI9X30C_02.30.01.01.cwe SWI9X30C_02.30.01.01_GENERIC_002.045_000.nvu
- Modem will reset with new firmware and carrier profile.
-
-
From here
https://www.ttl.one/2018/07/sierra-wireless-lte-autoflashing-em74xx.html
Sierra Wireless LTE Modem Guide: Automated Flashing of the EM7455/MC7455 with a Ubuntu Linux 18.04 LiveCD
-
This assumes you have the Sierra card inserted into a USB enclosure.
This post is part of Sierra Wireless LTE Modem Guide Series. If you prefer to just grab the bare features and commands, the GitHub repository will serve as the authoritative source for this entire series. Any changes or updates will occur there first.
From the script description:
- Only for use on Ubuntu 18.04 LTS LiveUSB
- All Needed Packages will Auto-Install
- Sets MBIM Mode with AT Commands Access
- Changes all models of EM74XX/MC74XX Modems to the Generic Sierra Wireless VID/PID
- Clears Band Restrictions and Places Modem in LTE only mode.
- Flashes the Current Generic Firmware as of 2018-07-18
Link to script:
https://github.com/danielewood/sierra-wireless-modems/blob/master/autoflash-7455.sh
If you are feeling brave you can run the script with:
wget https://raw.githubusercontent.com/danielewood/sierra-wireless-modems/master/autoflash-7455.sh && sudo bash autoflash-7455.shkode-niner and toughasnails like this. -
Another set of commands
Basic Setup
My Automated Flashing of the EM7455/MC7455 with a Ubuntu Linux 18.04 LiveCD script will complete this task.
- Enable Advanced Commands:
- AT!ENTERCND="A710"
- Set preferred image to GENERIC (Will error if Generic does not exist)
- AT!IMPREF="GENERIC"
- Set Interface bitmask to 0000100D (diag,nmea,modem,mbim). This is the same as USBCOMP=8.
- AT!USBCOMP=1,1,0000100D
- Set LTE Only (Disables UMTS/HSDPA/3G fallback, which you probably dont want)
- AT!SELRAT=06
- Set Modem to use all available bands (Dont hide any bands)
- AT!BAND=00
- Save settings and reboot modem to apply
- AT!RESET
kode-niner and toughasnails like this. - Enable Advanced Commands:
-
Change Modem Identity (Sierra Wireless / Lenovo / Dell)
My Automated Flashing of the EM7455/MC7455 with a Ubuntu Linux 18.04 LiveCD script will complete this task.
- Enable Terminal Echo
ATE1
- Enable Advanced Commands:
AT!ENTERCND="A710"
- Record current settings so you can revert if needed.
AT!USBVID?
AT!USBPID?
AT!USBPRODUCT?
AT!PRIID?
Note the Carrier PRI, we'll use that below.
Carrier PRI: 9999999_9904609_SWI9X30C_02.24.05.06_00_GENERIC_002.026_000
PRI Part Number: 9904609
Revision: 002.026
Customer: Generic-Laptop
- Change Modem Identity (Generic, Lenovo, or Dell) Change Modem into a Generic Sierra Wireless em7455/mc7455
AT!USBVID=1199
AT!USBPID=9071,9070
AT!USBPRODUCT="EM7455"
AT!PRIID="9904609","002.026","Generic-Laptop"
kode-niner and toughasnails like this. - Enable Terminal Echo
-
Found some clearer instructions here.
https://forum.netgate.com/topic/86514/sierra-mc73xx-working/13
If I recall, this is where I got stuck before.
==========================================================
I was able to convert a Dell DW5808 to the native Sierra MC7355.
AT!UDVID=1199 and AT!UDPID=9041
Turns your rotten Dell locked module into a generic OEM module
================================================
Can't do both commands at the same time.
Once I did one of the two the other was not accepted.
The drivers could not find the half flashed modem I think.
Not sure I remember it all.kode-niner likes this.
Crossflash WWAN to work in a Toughbook
Discussion in 'Panasonic' started by Shawn, Aug 22, 2019.