Comment 33 for bug 1167994

Revision history for this message
In , Mikhail (mikhail-redhat-bugs) wrote :

$ lsusb
Bus 002 Device 002: ID 2109:0812 VIA Labs, Inc. VL812 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 8564:1000 Transcend Information, Inc. JetFlash
Bus 001 Device 010: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 009: ID 13fe:3623 Kingston Technology Company Inc.
Bus 001 Device 008: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 007: ID 046d:c326 Logitech, Inc.
Bus 001 Device 015: ID 12d1:1506 Huawei Technologies Co., Ltd. Modem/Networkcard
Bus 001 Device 005: ID 046d:08d9 Logitech, Inc. QuickCam IM/Connect
Bus 001 Device 003: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 002: ID 2109:2812 VIA Labs, Inc. VL812 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

The modem seems works, I checked this with mmcli utility:
[mikhail@localhost ~]$ mmcli -L

Found 1 modems:
 /org/freedesktop/ModemManager1/Modem/2 [huawei] E3276

[mikhail@localhost ~]$ mmcli -m 2 --simple-status

/org/freedesktop/ModemManager1/Modem/2
  -------------------------
  Status | state: 'searching'
  -------------------------
  3GPP | subscription: 'unknown'

[mikhail@localhost ~]$ mmcli -m 2 --3gpp-scan --timeout=300

Found 10 networks:
25002 - MegaFon RUS (lte, available)
25002 - MegaFon RUS (umts, available)
25002 - MegaFon RUS (gsm, available)
25099 - Beeline (gsm, forbidden)
25001 - MTS-RUS (gsm, forbidden)
25099 - Beeline (lte, forbidden)
25001 - MTS-RUS (lte, forbidden)
25099 - Beeline (umts, forbidden)
25001 - MTS-RUS (umts, forbidden)
25011 - unknown (lte, available)

[mikhail@localhost ~]$ mmcli -m 2 --3gpp-register-home --timeout=300
error: couldn't register the modem: 'GDBus.Error:org.freedesktop.ModemManager1.Error.MobileEquipment.NetworkNotAllowed: Network not allowed - emergency calls only'

Thanks for nice documentation: http://www.lanedo.com/users/amorgado/modem-manager/api-20121005/mmcli.html

So would be good having GUI implementation in NetworkManager. Many questions have immediately fallen away.