partial Good News. In Linux Ubuntu 20.04.5, I am able to connect the EM9190 and communicate with the Sierra Wireless EM9190 board using putty or minicom. The Linux driver, I had missed to run the make install command after make. Now ttyUSB0 and ttyUSB1 is detected by USB type C interface and putty or minicom can be used partially only for AT and ATI command, other command is not working…
!!!BUT the AT command is NOT working. Only AT and ATI command works. Other command is not working. Sim Carrier is not detected.
Please Help.
I disabled the Modem Manager of my Ubuntu
user@ubuntu:~$ sudo systemctl disable ModemManager
[sudo] password for ubuntu:
Removed /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service.
Removed /etc/systemd/system/multi-user.target.wants/ModemManager.service.
as suggested in “Software_Integration_and_Development_Guide_for_Linux_USB_Platforms_R24.pdf”. BUT still only AT and ATI works other AT command gives error. Also typed in AT command is not displayed.
2.1.5. Conflict with ModemManager
The Modem Manager daemon must be closed, since it uses the AT port and the MBIM interface,
which prevents the interfaces from being used properly by the device drivers. Enter the following
command:
sudo systemctl disable ModemManager
you can see your terminal is not stable…
The echo character is AT!GTATUS? and the spelling is wrong.
That means either your PC has problem or the minicom has problem.
Also you missed the question mark for AT!LTEINFO and AT!NRINFO and AT!PCTEMP
I don’t know how to make your PC stable.
Maybe you can try with Windows and see if problem only exists in this ubuntu PC.
For NR signal, you need to generate some traffic like ping google operation in order to let module register to ENDC mode in AT!GSTATUS?. Otherwise, it would stay in LTE mode.
Here is an example to set up the MBIM interface for data establishment:
@jyijyi adding/editing $sudo nano /etc/mbim-network.conf
and running
sudo mbim-network /dev/cdc-wdm0 start
EM9190 is getting 5G NR signal.
Challenge (next stop): Positioning information is not captured. Need to get EM9290 / EM9291 (which supports 3GPP Release 16 and has Qualcomm Snapdragon x65 Modem)