ModemManager-git can't unlock sim on Ericsson-MBM modem

Aleksander Morgado aleksander at lanedo.com
Tue Jul 16 23:17:55 PDT 2013


On 07/16/2013 11:04 PM, Manuel Lauss wrote:
> I have an Ericsson-MBM modem (Dell DW5550), which latest ModemManager
> doesn't work with; last working modemmanger was 0.6.0.0.
> 
> The command 'mmcli -m 0 -i 0 --pin=<PIN> --enable-pin' ends with an
> 'unknown error'.
> 
> I've attached 2 logs: mm-0600-working.txt  which contains the mm log
> of a successful connection  with version 0.6.0.0 and mm-git-dw5550.txt
> log with latest git of mm, of the above mmcli command.

Not sure where you got that mmcli command from, but it's not ok... :)

Unlocking PIN is just this:

 $> sudo mmcli -i 0 --pin=<PIN>

i.e. you don't need to specify the modem (-m) nor an additional action
(--enable-pin).

But to request a connection sequence, you can just use this:

$> sudo mmcli -m 0 --simple-connect="pin=XXXX,apn=whatever"


-- 
Aleksander


More information about the ModemManager-devel mailing list