From 55b36848d8e2f8e6997c1935aa6bdde97c0a52b8 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 11 Oct 2018 15:13:05 -0400 Subject: [PATCH] Add note about reboots, increase 3gpp scan --- armbian/modem_manager.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/armbian/modem_manager.md b/armbian/modem_manager.md index b94191e..f034798 100644 --- a/armbian/modem_manager.md +++ b/armbian/modem_manager.md @@ -52,6 +52,10 @@ mmcli --modem 0 # Get details of first modem ``` +### Note + +If your modem doesn't show up when running ```mmcli --list-modems``` after a few minutes you may need to reboot. Sometimes modems don't get picked up right away after using usb_modeswitch. + ## Setup Auto Mode Switch This should be setup by the ```usb_modeswitch``` package for you. Reboot and then run ```lspci``` to ensure it's 100%. @@ -73,7 +77,7 @@ This should be setup by the ```usb_modeswitch``` package for you. Reboot and the # Ensure things work mmcli --modem 0 --enable mmcli --modem 0 --list-bearers -mmcli --modem 0 --3gpp-scan --timeout=30 +mmcli --modem 0 --3gpp-scan --timeout=100 # Simple connection (this does no good in production) mmcli --modem 0 --simple-connect="pin=1234,apn=internet"