Community discussions

MikroTik App
 
marinpareja
just joined
Topic Author
Posts: 21
Joined: Sat Aug 22, 2009 6:53 pm
Location: Sevilla, Spain

Problems with 3g-modem of Huwai E620 Vodafone Spain [UPDATE]

Mon Aug 16, 2010 12:16 pm

Hello, I have a Huawei Mobile Connect Model E620 (3G) modem connect to PCMCIA port on x86.

On Ubuntu 10.04 it works perfetly with that configuration:

Phone: *99#
APN: ac.vodafone.es
PIN: 1140
name and password: vodafone

Now, I want it to work on mikrotik 4.11, my configuration is:
/interface ppp-client
add add-default-route=yes allow=pap,chap,mschap1,mschap2 apn=ac.vodafone.es \
    comment="" data-channel=0 dial-command=ATDT dial-on-demand=no disabled=no \
    info-channel=0 keepalive-timeout=10 max-mru=1500 max-mtu=1500 modem-init=\
    "" mrru=disabled name=ppp-out1 null-modem=no password=vodafone phone=*99# \
    pin=1140 port=usb2 profile=default use-peer-dns=yes user=vodafone
[admin@MikroTik] > /system resource usb print 
 # DEVICE VENDOR                   NAME                  SPEED                 
 0 6:1                             OHCI Host Controller  12 Mbps               
 1 5:1                             OHCI Host Controller  12 Mbps               
 2 5:2    HUAWEI Technologies      HUAWEI Mobile         12 Mbps               
 3 4:1                             OHCI Host Controller  12 Mbps               
 4 3:1                             OHCI Host Controller  12 Mbps               
 5 2:1                             OHCI Host Controller  12 Mbps               
 6 1:1                             EHCI Host Controller  480 Mbps 
[admin@MikroTik] > /port print 
Flags: I - inactive 
 #   NAME                      CHANNELS   USED-BY                     BAUD-RATE
 0   serial0                   1          Serial Console              9600     
 1   usb2                      3                                      9600  
I think the mistake is here, because it doesn't appear anything on channel 0,1 or 2. all it's empty.
I follow this tutorial based on E630 (http://wiki.mikrotik.com/wiki/Huawei_EVDO)
[admin@MikroTik] /log> /system serial-terminal usb2 channel=0

[Ctrl-A is the prefix key]



[Q - quit connection]      [B - send break]
[A - send Ctrl-A prefix]   [R - autoconfigure rate]


Welcome back!

In the log, i can only see this:
14:57:25 async,ppp,info ppp-out1: initializing... 
14:57:25 async,ppp,info ppp-out1: reseting link... 
14:57:26 async,debug usb2:0: sent ATH 
14:57:26 async,debug usb2:0: rcvd ERROR 
14:57:26 async,ppp,info ppp-out1: initializing modem... 
14:57:26 async,debug usb2:0: sent ATZ 
14:57:26 async,debug usb2:0: rcvd OK 
14:57:26 async,debug usb2:0: sent AT+CGDCONT=1,"IP","ac.vodafone.es" 
14:57:26 async,debug usb2:0: rcvd ERROR 
14:57:26 async,info init string failed: AT+CGDCONT=1,"IP","ac.vodafone.es" 
14:57:26 async,debug usb2:0: resetting modem 
14:57:27 async,debug usb2:0: sent ATH 
14:57:27 async,debug usb2:0: rcvd ERROR 
14:57:27 async,debug usb2:0: sent ATZ 
14:57:27 async,debug usb2:0: rcvd OK 
14:57:27 async,debug usb2:0: sent AT+CGDCONT=1,"IP","ac.vodafone.es" 
14:57:27 async,debug usb2:0: rcvd ERROR 
14:57:27 async,info init string failed: AT+CGDCONT=1,"IP","ac.vodafone.es" 
14:57:27 async,debug usb2:0: resetting modem 
I looked at that this hardware was compatible in the list http://wiki.mikrotik.com/wiki/Supported_Hardware, but it doesn't work. It is Huawei Mobile Connect Model E620 (3G) and doesn't work on 4.11 version. Maybe is the version?

Downgrade?? I've downgrade to 3.30, i have the same problem, I've upgrade to 5beta6 and the same

Why doesn't it work??
Can Anybody help me??

This is my supout.rif http://www.megaupload.com/?d=S2UWLBJP
Thanks