RE: How to create a mobile broadband connection (system connection) via command line ?

2011-03-17 Thread David Day
Hi all, Here is the source code to create a 3g connection: add-system-3g-connection.py --- #!/bin/env python # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free

How to create a mobile broadband connection (system connection) via command line ?

2011-03-14 Thread David Day
Hi all, I can use nm-applet to create a system connection for my 3G usb card on my notebook, it works fine, and I can find the config file at /etc/NetworkManager/system connection. Now I need to use this 3G card on another PC, it is fedora 13, no any GUI, only has the command line mode. I