Resetting LTE Module

I think I am finally understanding these used modules I have gotten.

These have prior settings in the module that needs to be erased.

This command showed a lot of the prior owners stuff.

qmicli -d /dev/cdc-wdm0 -p --wds-get-profile-list=3gpp

I think the fix is from here https://wirelessjoint.com/viewtopic.php?t=1269

In my case I stopped ModemManager

systemctl stop ModemManager

Then launched minicom

minicom -D /dev/ttyUSB2

Then I ran the following

AT!ENTERCND="A710"
AT!RMARESET=1

I waited then actually rebooted the whole machine, I think all I needed to do was reset the module.

When it came back up I went back in to minicom and ran

AT!ENTERCND="A710"
AT!SELRAT=06
AT!BAND=00
AT!RESET

All those profiles were gone

Also checked

AT!GSTATUS?

And low and behold it was registered.

Started up ModemManager and I was golden

My day is not done, as I post it is 11:34PM, gonna do some pushups and situps, then head in to the office to run a multi hour job.

Weight: 337.8

This entry was posted in Coding, New Toys, Technical, Training, Weigh In. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.