Hi,
While using EM7431 module, we encounter the QMI interface to be unresponsive in few conditions.
After power cycling, leaving the module for ~20 second, the first QMI request to the module is giving timeout
“error: couldn’t create client for the ‘nas’ service: CID allocation failed in the CTL client: Transaction timed out”.
From second command inwards, it working properly
After continuously using for 2 days, the internet is stopped, QMI and AT command interfaces are unresponsive. We had to manually reset the module to make it work.
For the first issue, i would like to know if the module is going to some sleep or power saving mode because of inactivity. For second, How to debug this issue.
I am using qmicli command for checking.
Firmware version of module : [/dev/cdc-wdm0] Software version: S.AT.2.5.1-00666-9655_GEN_PACK-1
Revision: ‘SWI9X50C_01.14.03.00 b06bd3 jenkins 2020/09/23 10:53:35’
Thanks for the quick reply. I am using generic driver of qmi_wwan from mainline kernel version 4.14. The driver in MBPL R20 and this looks same.
From the commands, where to specify the APN name. Does the module detects APN name automatically after calling the “AT!SCACT=1,1” command.
Hi,
I tried the default driver. it’s also showing the same issue for the first command.
I would like to know why the first command to the device failed. Any methods to get the debug info from the module.
Hi,
I used the driver from MBPL SDK
Still, The first qmi command is giving timeout. This is if i wait for sometime after power cycling the module. If the qmi command was given immediately after the power cycling, there no issue.
That’s why i want to know whether the module is going to some power saving mode or something.
Hi,
I could only see below command to make the module in suspend/active mode
AT+CFUN=1 for active and AT+CFUN=0 for suspend.
i could see the SIM registration getting disabled with the AT+CFUN=1=0 command.
Still, the first QMI command is still failing.
Does anybody have answer to this issue? I’m seeing the save behavior with when using the qmicli for the first time with a EM7590 modem the first time after a reboot, but the subsequent commands are OK.
have you disabled selective suspend mode?
If you keep typing AT command, the usb will be always turned on, you can check whether it is due to sleep mode
root@sar:~# qmicli -p --device=/dev/cdc-wdm0 --dms-get-model
error: couldn’t create client for the ‘dms’ service: CID allocation failed in the CTL client: Transaction timed out