Page 1 of 1

How to put EM12-G into QMI mode?

Posted: Wed Aug 05, 2020 4:06 pm
by ciarlill
Can anyone verify the correct AT commands to do this? It is currently showing in MBIM mode in Rooter.

I found: https://www.wirelessjoint.com/viewtopic.php?f=15&t=674#p5763 but JimHelm's response (https://www.wirelessjoint.com/viewtopic.php?f=15&t=674#p6172) makes me nervous about entering it.

Re: How to put EM12-G into QMI mode?

Posted: Wed Aug 05, 2020 5:56 pm
by prideauxx
Hi there,

I own an EM12-G too. Cannot take the credit for the info, I got it from BillA, who would likely be answering this if I had not beat him to the punch!

From BillA:
Mode change commands:

AT+QCFG="usbnet",0
Place into QMI

If that doesn't work then try:

AT+QPRTPARA=3
Master reset

I have semi vague memory of this, as it was 0-dark-30 when I got the info to try. I do remember it working (and not harming anything). I also remember rebooting several times.

Hope this helps!

Re: How to put EM12-G into QMI mode?

Posted: Wed Aug 05, 2020 6:48 pm
by Viper67857
I'm not home to check my current usbnet setting, but I'm pretty sure 0 is correct for QMI.. I know 2 is MBIM (had much slower pings on that) and when I accidentally put it on 1 I couldn't do shit from my goldenorb router... Had to connect it back to the Asus to be able to issue AT commands through the Linux shell..

Re: How to put EM12-G into QMI mode?

Posted: Thu Aug 06, 2020 11:07 pm
by Didneywhorl

Code: Select all

AT+QCFG="usbnet",0
is for QMI mode

Code: Select all

AT+QCFG="usbnet",2
is for MBIM mode

It will not take true effect until you hard, or power, cycle the modem. Best way I like is to then run the command

Code: Select all

AT+CFUN=1,1
after the "usbnet" command.

Then I like to reboot the router for good measure.

Rebooting the router alone WILL NOT hard cycle the modem. It must either be fully powered down or run the command

Code: Select all

AT+CFUN=1,1
The router loads the drivers for the protocol only upon boot and hard modem resets. Safest bet.

You do not need to use the AT+QPRTPARA=3 command to get the mode to change. Please don't use that command unless you've got some issues that don't seem to resolve.

Let my previous headaches keep you from getting headaches. ;)