Hi and thanks in advanced.
I am having to setup a Mikrotik RB411U v5.6 with a Sierra MC5727 3G Card.
I looked at the hardware supported by Mikrotik and it said it supported the Sierra MC5727.
However, I tried to initialize it and nothing comes up.
Steps i took.
[admin@MikroTik] > /system serial-terminal usb2 channel=2
(nothing comes up on this step or with a different channel like 0 or 3)
Hi
I have the same problem, just try use other usb channel.
This modem has 0-7 channel for data and voice.
I used 3 for data channel and 4 for info channel.
Regards
bertj,
Thanks for your help, but changing the channels did not help. The only channels i can get info from are 0-2. The info i get is shown at the first post. Mikrotik does not even initialize the modem.
Hi, when you start serial-terminal and then you type AT (then press enter), do you have answer from card (it should be OK)?
Do you have “echo” from card (when you type AT on the keyboard, do you see “AT” on the console)?
Or does it seem dead at all?
@JorgeAmaral, That i have tried, and it doesn’t work.
@ el berto, This is what i get on channel=0 which is what you where asking. All other channels do not respond. Thanks for the help. I need all that i can get.
[admin@MikroTik] > /system serial-terminal usb2 channel=0
Upgrade RouterOS, we had the exact same problem with early releases of RouterOS 5.
We are currently running a RB411U with a Sierra MC8792V 3G module on RouterOS 5.21.
Herewith a copy of our own internal notes, they were build up last festive season when we first starting playing with the stuff (Our MikroTik re-seller initially tried to convince us that the channel selections had something to do with the base station and network we were wanting to connect to… ):
We’ve experienced problems with some Sierra 3G mini-PCI modules but this appears to have been fixed in releases of RouterOS 5.10+. SimTech SIM5220 has been our staple. Most modules allow concurrent access on different channels, this enables status information retrieval whilst the unit is connected.
Try communicate on each of the available channels (‘/port print’ reported 5 available channels so the channels are 0, 1, 2, 3 & 4):
If nothing happens, close the connection at try the next channel (to get out of the serial interface: -A, q)
Example with RouterOS 5.14, RB411U and Sierra Wireless MC8705:
Channel 3 and 4 work but 4 doesn’t echo back input (even with ATE1), appears to be for status commands only:
/sys serial-terminal usb2 channel=3
at
OK
at+cpin?
+CPIN: READY
OK
/sys serial-terminal usb2 channel=4
OK
OK
+CPIN: READY
OK
Ok, so we create a ‘ppp-client’ interface (if RouterOS didnt already create a template for us) and set the data channel to 3 and the info channel to 4. And… voila, working…