Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ```
  2. // mmcli must be available
  3. // if not, install using snap install modem-manager
  4. $ mmcli -L ;; check listed modem
  5. $ mmcli -m x ;; x is modem id listed
  6.  
  7. // use nmcli (network manager) to setup
  8. $ nmcli c add type gsm ifname <port> con-name <arbitrary> apn <apn url>
  9. $ nmcli r wwan on ;; setup wwan to on
  10. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement