The AT&T Quicksilver and Linux
The Quicksliver is AT&T's latest USB modem.
To get the AT&T Quicksilver working under Linux you need:
- The Hso driver
- The Ozercdoff utility (it replaces rezero and usb_modeswitch)
For a full Graphical user interface you will also need a connection manager.
With recent versions of Network Manager (>= 0.7.0) you can now connect to the Internet. But if you need a free WWAN Connection Manager with features for the traveller or budgeting then choice is limited. While we wait for a fully integrated solution you can use my HSOconnect application.
Connecting to the Internet - what is different?
The firmware in the Quicksilver is not the same as other Option devices using the hso.ko driver.
There is a difference in the AT commands used for connecting to the Internet, the password and username command is spelt differently. The command is now:
This means that connection managers need to be modified. For example Line 91 of the hso_connect.sh script distributed with the hso driver must change.
From
then
echo "OK \"AT\$QCPDPP=1,1,\\\"$PASS\\\",\\\"$USER\\\"^m\"" >> $SCRIPTFILE
fi
echo "OK \"\"" >> $SCRIPTFILE
To
then
echo "OK \"AT\_OPDPP=1,1,\\\"$PASS\\\",\\\"$USER\\\"^m\"" >> $SCRIPTFILE
fi
echo "OK \"\"" >> $SCRIPTFILE
Write a comment
Posts: 15
Reply #7 on : Mon September 14, 2009, 21:15:13
Posts: 15
Reply #6 on : Thu September 10, 2009, 23:10:16
Posts: 15
Reply #5 on : Tue May 05, 2009, 03:34:02
Posts: 15
Reply #4 on : Sat May 02, 2009, 18:09:50