I have recently purchased a ZTE MF667 USB 3G modem for use with a RB951Ui-2HnD. Unfortunately, i am finding that while it seems the modem is supported, the USB port is not being given a port asignment
When I run /system resource usb print this is the output:
When I run /port print this is the output:
From this I am concluding that the modem is being recognized by the RB but that is all.
In System->Resources->USB I can see, again, that the modem is recognized, but that is all. When I look at anything dealing with PPP or LTE, under ports it simply written “unknown”.
I have tried every combination of power cycling/USB modem plug and unplug…nothing
I have used Putty and AT commands to turn off the virtual CD-ROM as was suggested in one post.
I have also inserted a USB flash drive into the port and it was successfully recognized.
I have also use the modem in my computer without an issue.
You first have to disable the flash cd drive on the MF667 modem for routeros to recognize it as a modem at the port.
You can use Putty to issue these commands on Windows
Disable: AT+ZCDRUN=8
I used the newest DC-Unlocker software to open the com port. The mf667 modem is installed as a ndis ethernet device on windows. I used the following procedure:
Plug in the modem, open up your dashboard software installed by the modem until the modem is in a connection ready state, then close your dashboard software.
Run the DC-Unlocker software. The modem should now be recognized under ZTE and com and diagnostic ports installed. Under device manager on Windows you should now see the ZTE modem under modems. Now close the DC-Unlocker software and the modem should still be in device manager under modems. Right click and find the com port number.
Now use Putty to connect to the modem and issue the AT+ZCDRUN=8, it should respond with OK.
When you now unplug and reinsert the modem it should be recognized by windows as a modem rather than a ndis ethernet device and it should be recognized by routeros. You have to experiment with the channels, I haven’t connected with it yet. Info channel =1 works for me, but my UMTS signal is currently down, so I don’t know what the correct data channel is. The port shows 3 channels.
Capture1.JPG
Please note that after you disable the flash drive on the modem your Windows dashboard software cannot connect with the modem, unless you enable it again with the AT+ZCDRUN=9 command. So finalize your modem settings on your windows dashboard first, but you can still issue AT commands via Putty afterwards e.g.
Thank you, Jandrik for the detailed post on how to get the MF667 working! I really appreciate the time you took to help others with the same problem (such as myself).