|
For your reference.
I tried the Sierra MC7700.
However, the sim could not be detected.
mmcli -L
/org/freedesktop/ModemManager1/Modem/1 [Sierra Wireless, Incorporated] MC7700
mmcli -m 1
--------------------------
General | dbus path: /org/freedesktop/ModemManager1/Modem/1
| device id: 109ce34f8d590055bb50f9deb022234f6e3b0412
--------------------------
Hardware | manufacturer: Sierra Wireless, Incorporated
| model: MC7700
| revision: SWI9200X_03.05.29.03ap r6485 CNSHZ-ED-XP0031 2014/12/02 17:53:15
| h/w revision: 1.0
| supported: gsm-umts, lte
| current: gsm-umts, lte
| equipment id: 0128xxxxxxxxxxx
--------------------------
System | device: /sys/devices/platform/fe380000.usb/usb7/7-1
| drivers: qmi_wwan, qcserial
| plugin: Sierra
| primary port: cdc-wdm0
| ports: ttyUSB0 (qcdm), ttyUSB2 (at), cdc-wdm0 (qmi), wwan0 (net)
--------------------------
Status | state: failed
| failed reason: sim-missing
| power state: on
| signal quality: 0% (cached)
--------------------------
Modes | supported: allowed: 2g; preferred: none
If you convert nimiPCIe to USB and attach it to OrangePi 4B, SIM will be detected. If SIM is detected, you can use it normally.
mmcli -L
/org/freedesktop/ModemManager1/Modem/0 [Sierra Wireless, Incorporated] MC7700
mmcli -m 0
--------------------------------
General | dbus path: /org/freedesktop/ModemManager1/Modem/0
| device id: 109ce34f8d590055bb50f9deb022234f6e3b0412
--------------------------------
Hardware | manufacturer: Sierra Wireless, Incorporated
| model: MC7700
| revision: SWI9200X_03.05.29.03ap r6485 CNSHZ-ED-XP0031 2014/12/02 17:53:15
| h/w revision: 1.0
| supported: gsm-umts, lte
| current: gsm-umts, lte
| equipment id: 0128xxxxxxxxxxx
--------------------------------
System | device: /sys/devices/platform/usb1/fe900000.dwc3/xhci-hcd.8.auto/usb5/5-1/5-1.4
| drivers: qcserial, qmi_wwan
| plugin: Sierra
| primary port: cdc-wdm0
| ports: ttyUSB0 (qcdm), ttyUSB2 (at), cdc-wdm0 (qmi), wwan0 (net)
--------------------------------
Numbers | own: 080xxxxxxxx
--------------------------------
Status | lock: sim-pin2
| unlock retries: sim-pin (3), sim-pin2 (3), sim-puk (10), sim-puk2 (10)
| state: registered
| power state: on
| access tech: lte
| signal quality: 62% (recent)
I couldn't tell whether it was a hardware problem or a software problem, so I stopped using PCIE-SOCKET-OPI4-4B with the LTE module.
In my possession, the miniPCIe module has an Edge TPU in addition to LTE. As a test, I was able to build a driver for kernel 4.4.213-rk3399 and infer it via PCIE-SOCKET-OPI4-4B.
|
|