|
How
to Set Up Sprint Mobile Broadband on Ubuntu Linux
BACK
|
|
Linux
Version: Ubuntu "Gutsy Gibbon" (v7.10)
Broadband
Card: Sierra Wireless AirCard 595U
|
|
Step 1 – Add a
Desktop application
|
|
|

|
|
Step 2 – Select
and install the GNOME PPP dialer application
|
|
|

|
|
Step 3 – Run and
configure the GNOME PPP internet connection tool
|
|
|

|
|
Step 4 – Setup
Modem
|
Be sure the Modem
tab is selected
Enter
/dev/ttyUSB0
for Device
Don't
bother with Detect
– it most likely will not detect the modem
Enter
USB Modem
for Type
Enter
921600
for Speed
Click
Tone
for Phone Line
Select
Off
for Volume
Leave
other options at default
NOTE:
don't CLOSE yet!!!
|

|
|
Step 5 – Setup
Networking
|
Be sure the
Networking tab is
selected
Choose
Dynamic IP Address
under IP
Choose
Automatic DNS
under DNS
NOTE:
don't CLOSE yet!!!
|

|
|
Step 6 – Setup
Options
|
Be sure Options
tab is selected
Select
either of the Desktop Integration
options as you wish
Under
Connection be
sure these options are selected:
-
Check carrier line
-
Check default route
-
Ignore terminal strings (stupid mode)
Leave other options at default
NOW
you can click Close
|

|
|
Step 7 – Main
GNOME PPP Settings
|
Username
and Password are
ignored: you've got a dedicated line so they don't matter. You
can enter user
and password
for these values ... or whatever else you wish
Click
on Remember
password
so you don't have to keep entering a value every time you use the
tool
Enter
#777
for Phone
number
NOTE:
almost done ... not quite ready to connect yet ... keep this
screen ready for later
|

|
|
Step 8 – Edit
/etc/rc.local
|
You must make
sure that your specific brand of modem is recognized. To
accomplish this these two commands are needed:
sudo
modprobe -r usbserial sudo
modprobe usbserial vendor=0x???? product=0x????
Where
you need to substitute "????" with the proper id
numbers. Use vendor=0x1199
and product=0x120
for the card mentioned in the beginning of this document
Don't worry about the "FATAL: Module usbserial
is in use" message
|

|
|
Additional Vendor Product Codes:
| Broadband Modem Model |
Vendor ID |
Product ID |
Form Factor |
| Novatel Merlin S620 | 0x1410 | 0x1110 | PC Card |
| Novatel Merlin S720 | 0x1410 | 0x1130 | PC Card |
| Novatel Ovation U720 | 0x1410 | 0x2110 | USB Modem |
| Novatel Merlin EX720 | 0x1410 | 0x1120 | Express Card |
| Novatel U727 | 0x1410 | 0x4100 | USB Modem |
| Pantech PX-500 | 0x106c | 0x3702 | PC Card |
| Sierra AC580 | 0x1199 | 0x0112 | PC Card |
| Sierra AC595 | 0x1199 | 0x0019 | PC Card |
| Sierra AC595U | 0x1199 | 0x120 | USB Modem |
| Sierra AC597E | 0x1199 | 0x0021 | Express Card |
|
|
Step 9 –
wvdial.conf file
|
It's not a bad idea
to have wvdial as a command line alternative dialer
Issue the command sudo wvdialconf to detect the modem and create the file
You can then modify the /etc/wvdial.conf file to match the
settings mentioned above so that you can use the wvdial
command line dialer
When you run the
wvdial command (mentioned below) it reads this file first
|

|
|
Step 10 – wvdial
Test
|
To test your command
line dialing capabilities, from a terminal shell type wvdial
You
should see something like the screenshot to the right
NOTE:
to access the Internet you'll need to leave this terminal shell
up and running. Just minimize it and go about your work. If you
like a neat and tidy desktop, then you're now ready to connect
with the GNOME PPP connection tool
NOTE:
to use the GNOME PPP connection tool, you'll need to exit
out of the wvdial connection. Press Ctrl – C
or just close the window (otherwise the GNOME tool won't work as
the modem will be already in use!)
|

|
|
Step 11 –
Connect with the GNOME PPP connection tool
|
Click on the Connect
button
You
see "connecting" and then "Dialing #777"
You're
now ready to get busy on the Internet!
|

|
|
Step 12 –
Verifying your connection
|
Click on the Log
button
You'll
see a screen similar to the wvdial screen (see screenshot to the
right)
Don't
worry about "... may be flaky" messages – they
are designed for conventional modems are reflect aspects of the
protocol not used with mobile broadband
Key
things to watch for are to make sure all the following items have
values assigned to them:
local
ip address
remote
ip address
primary
DNS address
secondary
DNS address
|

|
|
Additional Resources
|
|
BACK
|