Hi All
mikrotik added support to evdo 5220 cards.
Did anyone use it?
Can anyone say how to install the card as a serial device?
it is now recognize as USB.
Thanks in advanced
Johnny
Unfortunately, no. The gprs modem in this example has built in serial ports, not usb. The whole issue here is that the PPP setup does not give us the option of adding usb modems. Most of the new pcmcia cellular data cards with megabit capability use built in usb rather than the old com port. It won't be long before we are capable of getting over 10mbs over air using HSDPA so this will become an even more viable alternative so it is even more likely that people will want to use these devices here. All we need is usb modem capability and we can add the AT init string needed and be done with it.setup should be very similar to this one:
http://www.mikrotik.com/docs/ros/2.9/interface/gprs
Well actually, if you are in the states and using Verizon's Evdo, then you want to select the usb1 port. So, to be clear, here is what you will need to setup the Verizon Evdo in a soekris with MT.no, it works the same. we have tested USB CDMA device, it appears as new serial port. if it does not do this, maybe your card is not supported, make a supout.rif and send to support
add name="myEvdo" use-compression=default use-vj-compression=default \
use-encryption=default only-one=default change-tcp-mss=default comment=""
add name="myEvdoPPP-Client" max-mtu=1500 max-mru=1500 port=usb1 \
user="<your_number>@vzw3g.com" password="" profile=myEvdo phone="#777" \
dial-command="ATD" modem-init="" null-modem=no dial-on-demand=no \
add-default-route=yes use-peer-dns=yes allow=pap disabled=no
[admin@MikroTik] ppp> profile pr
Flags: * - default
0 * name="default" use-compression=default use-vj-compression=default
use-encryption=default only-one=default change-tcp-mss=yes
1 name="verizon" use-compression=default use-vj-compression=default
use-encryption=default only-one=default change-tcp-mss=default
[admin@MikroTik] interface ppp-client> print
Flags: X - disabled, R - running
0 R name="ppp-out1" max-mtu=1500 max-mru=1500 port=acm1 user="" password=""
profile=verizon phone="#777" dial-command="ATD" modem-init=""
null-modem=no dial-on-demand=no add-default-route=yes use-peer-dns=yes
allow=pap,chap,mschap1,mschap2
[admin@MikroTik] port> print
Flags: I - inactive
# NAME USED-BY BAUD-RATE
0 serial0 Serial Console 9600
1 serial1 9600
2 acm1 PPP <ppp-out1> 9600
[admin@MikroTik] system resource> usb print detail
0 device="2:1" name="USB OHCI Root Hub" serial-number="c4939000"
vendor-id="0x0000" device-id="0x0000" speed="12 Mbps" ports=1
usb-version="1.10"
1 device="1:1" name="USB OHCI Root Hub" serial-number="c4937000"
vendor-id="0x0000" device-id="0x0000" speed="12 Mbps" ports=1
usb-version="1.10"
2 device="1:2" vendor="Curitel Communications, Inc."
name="Curitel Communications, Inc." vendor-id="0x106c" device-id="0x3701"
speed="12 Mbps" ports=0 usb-version="1.10"