Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

sudo systemctl disable dhcpcd.service 

sudo systemctl stop dhcpcd.service 

sudo systemctl enable ModemManager.service 

sudo systemctl start ModemManager.service 

sudo systemctl enable NetworkManager.service 

sudo systemctl start NetworkManager.service

nmcli connection add type gsm ifname cdc-wdm0 con-name mymodem apn internet.m2mportal.de

nmcli connection up id mymodem

# restart

ifconfig wwan0

ping www.google.com
  • No labels