Jon's Broadband Manager Copyright 2009 Jon Estey This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Requirements: Linux Kernal 2.2 or greater Python 2.6, Possibly 2.5 pyserial wvdial Recommended: usb_modeswitch Installation: To install the project extract the python code to a known location (any will do) Create the folder ~/.jbm Copy wvdialrc from the installation folder into ~/.jbm To run execute jbm.py Option Installation: Create file: /usr/bin/jbm Add the following two lines to the file: #!/bin/bash python "/jbm.py" $1 $2 $3 $4 $5 $6 $7 $8 $9 Make file executable: chmod +x /usr/bin/jbm Known Bugs: See todo list for bugs/missing features.