From Mexico.purplecow.org

(Difference between revisions)
Jump to: navigation, search
(create)
(Conecting to Vodafone Australia using the Huawei E220 USB 3G Modem / Dongle on Solaris)
Line 1: Line 1:
-
= Conecting to Vodafone Australia using the Huawei E220 USB 3G Modem / Dongle on Solaris =  
+
= Connecting to Vodafone Australia using the Huawei E220 USB 3G Modem / Dongle on Solaris =
== Grep Bait ==
== Grep Bait ==
Line 69: Line 69:
Original help from http://blogs.sun.com/jmcp - check it for further links and help.
Original help from http://blogs.sun.com/jmcp - check it for further links and help.
 +
== Testing platform ==
 +
 +
Sun Blade 150 (yep, SPARC), Solaris 10u6.
[[Category: Tech]]
[[Category: Tech]]

Revision as of 17:00, 7 September 2009

Connecting to Vodafone Australia using the Huawei E220 USB 3G Modem / Dongle on Solaris

Grep Bait

A few keywords to help search engines index this up for the googlers: Huawei E220 Vodafone Australia vfinternet vfinternet.au Solaris OpenSolaris pppd stupid design

Tips

  • Try using your Huawei E220 with Windows first. It makes sure it works and if the Voda drivers do anything special, they will have done it.
  • Run a current Solaris 10 or OpenSolaris. This was tested on 10u6, it definately didn't work on 10u2.

Configure your files!

/etc/ppp/peers/vodafone

term/0
460800
debug
logfile /var/adm/voda.log
idle 7200
lock
crtscts
modem
noauth
defaultroute
user removed
password 1
connect "/bin/chat -Vv -f /etc/ppp/chat-vodafone"
noipdefault
usepeerdns
:0.0.0.0
noccp
novj
nodetach
persist

/etc/ppp/chat-vodafone

 ABORT 'BUSY'
 ABORT 'NO CARRIER'
 "" AT&F
 OK AT\136u2diag=0
 OK ATE0V1E1X1\136SYSCFG=2,2,3FFFFFFF,1,2
 OK ATS7=60
 OK AT+CGDCONT=1,"IP","vfinternet.au"
 OK AT+CGQMIN=1
 OK AT+CGQREQ=1
 OK "ATD \052 99\052\052 2 \043"
 REPORT CONNECT ''

APPEND to /etc/driver_aliases

usbsacm "usb12d1,1003"
usbsacm "usb12d1,1001"

CONNECT

pppd call vodafone debug

(I'm sure the debug bit is obvious, right?)

Links

Original help from http://blogs.sun.com/jmcp - check it for further links and help.

Testing platform

Sun Blade 150 (yep, SPARC), Solaris 10u6.