http://forum.mikrotik.com/viewtopic.php ... 17#p179417
but I will try to sum up the essentials here in a new thread.
I use an RB411U with an Option Globetrotter GTN-380 MiniPCIe card.
Operator is norwegian Telenor.
The problem appears to be related to the modem trying to dial out.
I can talk with the modem and get status of the PPP client all fine, but as soon as a dialing attempt is made, the modem freezes, and a power-cycling is needed to get it back.
Description:
After resetting to defaults, the card appears like this:
[admin@MikroTik] /port> pr
Flags: I - inactive
# NAME CHANNELS USED-BY BAUD-RATE
0 serial0 1 Serial Console auto
1 usb2 3 9600
[admin@MikroTik] /port>
[admin@MikroTik] /port> set 1 baud-rate=115200
[admin@MikroTik] /port> /system serial-terminal usb2 channel=3
[Ctrl-A is the prefix key]
ati
Manufacturer: Option N.V.
Model: GTM380
Revision: 2.8.0Hd (Date: Oct 11 2007, Time: 10:20:29)
OK
[admin@MikroTik] /interface ppp-client> pr
Flags: X - disabled, R - running
0 X name="ppp-out1" max-mtu=1500 max-mru=1500 mrru=disabled port=usb2
data-channel=2 info-channel=2 apn="internet" pin="" user="" password=""
profile=default phone="" dial-command="ATDT" modem-init=""
null-modem=no dial-on-demand=yes add-default-route=yes use-peer-dns=yes
allow=pap,chap,mschap1,mschap2
[admin@MikroTik] > /interface ppp-client
[admin@MikroTik] /interface ppp-client> set 0 data-channel=3 info-channel=3 dial
-command=ATDT phone=*99***1# \
\... modem-init="AT+CGDCONT=1,\"IP\",\"internet\"" disabled=no
[admin@MikroTik] /interface ppp-client>
[admin@MikroTik] /interface ppp-client> pr
Flags: X - disabled, R - running
0 R name="ppp-out1" max-mtu=1500 max-mru=1500 mrru=disabled port=usb2
data-channel=3 info-channel=3 apn="internet" pin="" user="" password=""
profile=default phone="" dial-command="ATDT*99***1#"
modem-init="AT+CGDCONT=1,"IP","internet"" null-modem=no
dial-on-demand=yes add-default-route=yes use-peer-dns=yes
allow=pap,chap,mschap1,mschap2
[admin@MikroTik] /interface ppp-client> info 0
status: "ready"
pin-status: "READY"
functionality: "minimum"
gprs-mode: "A - HSDPA"
manufacturer: "Option N.V."
model: "GTM380"
revision: "2.8.0Hd (Date: Oct 11 2007, Time: 10:20:29)"
serial-number: "357564010361222,PE297AG0JY"
current-operator: "N Telenor - TELENOR"
signal-strengh: -79
[admin@MikroTik] > /ip address pr
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 D 10.64.64.77/32 10.112.112.125 0.0.0.0 ppp-out1
[admin@MikroTik] > /ip route pr
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC G GATEWAY DISTANCE IN..
0 ADS 0.0.0.0/0 r 10.112.112.125 1 pp..
1 ADC 10.112.112.125/32 10.64.64.77 0 pp..
[admin@MikroTik] >
If the PPP client starts a dialing attempt, either by pinging an IP address:
[admin@MikroTik] > /tool ping xx.xxx.87.254
current: 0bps
average: 0bps
-- [Q quit|D dump|C-z pause]
/interface ppp-client
set 0 dial-on-demand=no
[admin@MikroTik] > /system serial-terminal usb2 channel=3
[Ctrl-A is the prefix key]
[Q - quit connection] [B - send break]
[A - send Ctrl-A prefix] [R - autoconfigure rate]
[admin@MikroTik] /interface ppp-client> info 0
failure: modem did not respond
Can anybody please shed some light on this? I am getting desperate to get it to work.
Mikrotik, what is your config for successful operation with this HSDPA card?