LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-15-2010, 12:13 PM   #1
linuxfreak3
Member
 
Registered: Feb 2004
Location: UK
Distribution: Debian/Backtrack
Posts: 55

Rep: Reputation: 15
Mobile broadband zf626 tmobile problems


Running latest Linux backtrack
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Stupid Mode = 1
Modem Type = Analog Modem
Baud = 9600
New PPPD = yes
Modem = /dev/ttyUSB1
ISDN = 0
Phone = *99#
Password = user
Username = user

[Dialer TMobile]
Init2 = ATZ
Init3 = ATQ0 V1 &D2 &C1 S0=0 +IFC=2,2
Init5 = AT+CGDCONT=1,”IP”,”general.t-mobile.uk”
ISDN = 0
Modem = /dev/ttyUSB1
Modem Type = Analog Modem
Baud = 460800
those are my settings, any suggestions my it don't work?
I get NO CARRIER
sending ATDT*99***1#
waiting for carrier
ATDT*99***1#
NO CARRIER

I got Tmobile UK
my modem is ZTE MF626

Last edited by linuxfreak3; 05-15-2010 at 12:15 PM.
 
Old 05-15-2010, 02:44 PM   #2
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
MACPUP-4.3.1

/etc/wvdial.conf:
Code:
Modem = /dev/ttyUSB0
Baud = 460800
Init1 = 
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","web.vodafone.de","",0,0
Carrier Check = yes
Dial Command = ATX1DT

[Dialer isp1]
Phone = *99#
Username = MYUSERNAME
Password = MYPASSWORD
Stupid Mode = yes
Auto Reconnect = no

[Dialer isp1apn]
Init5 = AT+CGDCONT=1,"IP","web.vodafone.de"

[Dialer isp2]
Phone = MY2ISPPHONENUM
Username = MY2USERNAME
Password = MY2PASSWORD
Stupid Mode = no
Auto Reconnect = yes

[Dialer isp2apn]
Init5 = AT+CGDCONT=1,"IP",""

[Dialer pin]
Init1 = AT+CPIN=1628

[Dialer wireless]
#To force only 2G or 3G, uncomment the Init4 line and append 0 (2G) or 2 (3G), and substitute your operator's name for MYOPS.
#Init4 = AT+COPS=0,0,"MYOPS",
#Init6-Init9 lines are available for user purposes; the commented examples can be used as described:
#To force the 3G quality of service level, uncomment the Init6/Init7 line pair and set value two places each, for 384k/144k/64k, omitting the "k" (e.g., =1,4,64,384,64,384).
#To list all the APNs stored in the modem, uncomment the Init8 line; check the Connection status log for lines beginning with +CGDCONT:.
#To list the operator identifier stored in the modem, uncomment the Init9 line; check the Connection status log for a line beginning with +COPS:.
#Init6 = AT+CGEQMIN=1,4,64,384,64,384
#Init7 = AT+CGEQREQ=1,4,64,384,64,384
#Init8 = AT+CGDCONT?
#Init9 = AT+COPS?
pupdial-log:

Code:
--> WvDial: Internet dialer version 1.53
--> Initializing modem.
--> Sending: AT+CPIN=1628
AT+CPIN=1628
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=1,"IP","web.vodafone.de","",0,0
AT+CGDCONT=1,"IP","web.vodafone.de","",0,0
OK
--> Sending: AT+CGDCONT=1,"IP","web.vodafone.de"
AT+CGDCONT=1,"IP","web.vodafone.de"
OK
--> Modem initialized.
--> Sending: ATX1DT*99#
--> Waiting for carrier.
ATX1DT*99#
NO CARRIER
--> No Carrier!  Trying again.
--> Sending: ATX1DT*99#
--> Waiting for carrier.
ATX1DT*99#
NO CARRIER
--> No Carrier!  Trying again.
--> Sending: ATX1DT*99#
--> Waiting for carrier.
ATX1DT*99#
CONNECT 7200000
--> Carrier detected.  Starting PPP immediately.
--> Starting pppd at Sun May  9 22:06:45 2010
--> pid of pppd: 4949
This runs for the moment.
(I hadn't had the time to fix the date until now)

(http://www.linuxquestions.org/questi...2/#post3922046 connected also but there was something with pppd (/etc/ppp/*))
 
Old 05-15-2010, 05:22 PM   #3
linuxfreak3
Member
 
Registered: Feb 2004
Location: UK
Distribution: Debian/Backtrack
Posts: 55

Original Poster
Rep: Reputation: 15
Cool can try it, anyone have a working config for tmobile?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
3 mobile broadband ksmatthews Linux - Hardware 1 03-08-2010 12:45 PM
t-mobile mobile broadband stick with linux on eee pc beagle21 Linux - Laptop and Netbook 2 07-15-2009 12:04 PM
Sprint 595u Mobile Broadband problems vcore Linux - Hardware 1 12-11-2007 09:14 AM
Mobile Broadband Crito Linux - Hardware 1 02-27-2007 02:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration