Why getting error: couldn't get PIN status: QMI protocol error (94): 'NotSupported'?

Hello.

I got a EG25-G (Revision: 'EG25GGBR07A08M2G) modem and I’m using quectel-CM utility (v1.6.0.25) to up wwan interface.
I need to get some data like an IMEI but a lot of qmicli options seems not availables.

For example, if type:

sudo qmicli -p -d /dev/cdc-wdm0 --dms-uim-get-pin-status

I get this error:

error: couldn't get PIN status: QMI protocol error (94): 'NotSupported'

Aoother options works:

sudo qmicli -p -d /dev/cdc-wdm0 --nas-get-signal-strength
Current:
        Network 'lte': '-55 dBm'
RSSI:
        Network 'lte': '-55 dBm'
ECIO:
        Network 'lte': '-2.5 dBm'
IO: '-106 dBm'
SINR (8): '9.0 dB'
RSRQ:
        Network 'lte': '-9 dB'
SNR:
        Network 'lte': '18.6 dB'
RSRP:
        Network 'lte': '-78 dBm'

What I doing wrong?

Hi @crosmax
This error reporting command has been deprecated and is now replaced by the --uim-get-card-status command. You can try it.