You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had success on our testing device following this procedure. Would be nice to get in as an option in Ansible. Tested with a MyCall SIM (APN options and call differ a bit between providers).
apt-get install modemmanager network-manager
jonnor@dlock-2:~ $ sudo nmcli c add con-name "3G" type gsm ifname "*" apn "internet"
jonnor@dlock-2:~ $ sudo nmcli c mod 3G connection.autoconnect yes
jonnor@dlock-2:~ $ sudo nmcli c mod 3G gsm.pin "1234"
jonnor@dlock-2:~ $ sudo nmcli c up 3G
I tried just copying in the file on a new file system, did not work. Needed to add the connection using nmcli, and set it to autoconnect, then could edit it in place.
I had success on our testing device following this procedure. Would be nice to get in as an option in Ansible. Tested with a MyCall SIM (APN options and call differ a bit between providers).
jonnor@dlock-2:~ $ sudo cat /etc/NetworkManager/system-connections/3G
The text was updated successfully, but these errors were encountered: