Get mobile broadband on your Linux laptop

This is given in the INSTALL file, so you can paste it from there instead of having to typing it out. Note, however, that pythonsetuptools is not listed in the INSTALL file despite being required by the installer. Users of other distros should look for similarly named packages in their package manager.

The next step is to set some permissions with
sudo chown :dialout /etc/ppp/ peers
sudo chmod g+rw /etc/ppp/ peers
sudo chown :dialout /etc/ppp/*- secrets
sudo chmod g+rw /etc/ppp/*- secrets

TOPICS