| | 343 | * Troubleshooting (requires qmicli and stopping ModemManager: systemctl stop ModemManager) |
| | 344 | * Check system info. Note below the 'True Status' states 'limited-regional'. That usually means the device is registered for emergency services only. This has nothing to do with APN being wrong, it still needs a "full" proper LTE registration before you try with the APNs. Try to talk to Verizon/Provider support about the status of this account and see what they say. |
| | 345 | {{{ |
| | 346 | root@bionic-armhf:~# qmicli -d /dev/cdc-wdm0 --nas-get-system-info |
| | 347 | [/dev/cdc-wdm0] Successfully got system info: |
| | 348 | LTE service: |
| | 349 | Status: 'limited' |
| | 350 | True Status: 'limited-regional' |
| | 351 | Preferred data path: 'yes' |
| | 352 | Domain: 'unknown' |
| | 353 | Service capability: 'ps' |
| | 354 | Forbidden: 'no' |
| | 355 | Cell ID: '194368016' |
| | 356 | MCC: '310' |
| | 357 | MNC: '410' |
| | 358 | SIM reject info: 'available' |
| | 359 | }}} |
| | 360 | * Get home network information |
| | 361 | {{{ |
| | 362 | root@bionic-armhf:~# qmicli -d /dev/cdc-wdm0 --nas-get-home-network |
| | 363 | [/dev/cdc-wdm0] Successfully got home network: |
| | 364 | Home network: |
| | 365 | MCC: '311' |
| | 366 | MNC: '270' |
| | 367 | Description: '311 270' |
| | 368 | |
| | 369 | }}} |
| | 370 | * Get signal info |
| | 371 | {{{ |
| | 372 | root@bionic-armhf:~# qmicli -d /dev/cdc-wdm0 --nas-get-signal-info |
| | 373 | [/dev/cdc-wdm0] Successfully got signal info |
| | 374 | LTE: |
| | 375 | RSSI: '-52 dBm' |
| | 376 | RSRQ: '-14 dB' |
| | 377 | RSRP: '-83 dBm' |
| | 378 | SNR: '19.8 dB' |
| | 379 | }}} |
| | 380 | * Get signal strength |
| | 381 | {{{ |
| | 382 | root@bionic-armhf:~# qmicli -d /dev/cdc-wdm0 --nas-get-signal-strength |
| | 383 | [/dev/cdc-wdm0] Successfully got signal strength |
| | 384 | Current: |
| | 385 | Network 'lte': '-56 dBm' |
| | 386 | RSSI: |
| | 387 | Network 'lte': '-56 dBm' |
| | 388 | ECIO: |
| | 389 | Network 'lte': '-31.5 dBm' |
| | 390 | IO: '-106 dBm' |
| | 391 | SINR (8): '9.0 dB' |
| | 392 | RSRQ: |
| | 393 | Network 'lte': '-11 dB' |
| | 394 | SNR: |
| | 395 | Network 'lte': '22.0 dB' |
| | 396 | RSRP: |
| | 397 | Network 'lte': '-82 dBm' |
| | 398 | |
| | 399 | }}} |
| | 400 | |
| | 401 | * Get serving system |
| | 402 | {{{ |
| | 403 | root@bionic-armhf:~# qmicli -d /dev/cdc-wdm0 --nas-get-serving-system |
| | 404 | [/dev/cdc-wdm0] Successfully got serving system: |
| | 405 | Registration state: 'not-registered' |
| | 406 | CS: 'detached' |
| | 407 | PS: 'detached' |
| | 408 | Selected network: '3gpp' |
| | 409 | Radio interfaces: '1' |
| | 410 | [0]: 'lte' |
| | 411 | Data service capabilities: '0' |
| | 412 | Current PLMN: |
| | 413 | MCC: '310' |
| | 414 | MNC: '410' |
| | 415 | Description: '' |
| | 416 | Detailed status: |
| | 417 | Status: 'limited' |
| | 418 | Capability: 'ps' |
| | 419 | HDR Status: 'none' |
| | 420 | HDR Hybrid: 'no' |
| | 421 | Forbidden: 'no' |
| | 422 | Full operator code info: |
| | 423 | MCC: '310' |
| | 424 | MNC: '410' |
| | 425 | MNC with PCS digit: 'yes' |
| | 426 | }}} |
| | 427 | |