Richard Hayes <nada <at> nada.com.au> writes: > > I have purchased a 3 wireless broadband using a Huawei 160G (replaces > E220) USB modem, I can not connect. The systems has EEEbuntu 2.0 > standard (EEEbix??) installed > > http://forums.whirlpool.net.au/forum-replies-archive.cfm/824630.html > Init1 = ATZ > Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 > Init3 = AT+CGDCONT=1, "IP", "3netaccess" > Modem Type = Huaweu E220 > Baud = 921600 > New PPPD = yes > Modem = /dev/ttyUSB0 > ISDN = 0 > Phone = *99# > Stupid Mode = true > Username = a > Password = a >
I see no reason why it should not work. Im using 3 wirless but on Debian. I have attached my conf below. Try : 1. using my Init 3 and see, but the only diff is im setting CFUN=1 which should not be the cause anyway as I understand it. 2. FlowControl=NOFLOW, this is mine: (wvdial.conf) -- Modem = /dev/ttyUSB0 Baud = 115200 Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 Init3 = AT+CFUN=1;+CGDCONT=1,"IP","3netaccess" Area Code = Phone = *99# Username = user Password = pass Ask Password = 0 Dial Command = ATD FlowControl=NOFLOW Stupid Mode = 1 Force Address = Idle Seconds = 3000 DialMessage1 = DialMessage2 = ISDN = 0 Auto DNS = 1 -- Hope this helps *On the funny side of things, I was told by the shop to forget about Linux, just use Vista. I came home, and it worked under Linux instantly. Vista still does not connect :) regards Erle -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
