Hi I am trying to get my 3g modem working with v5.5 of routeros and x86 hardware, I can seem to find any help with my problem, I plug in the moden and the lights change colour to indecate its working,
as you can see it is showing up under resources but not under ports
port print
Flags: I - inactive
NAME CHANNELS USED-BY BAUD-RATE
0 serial0 1 Serial Console 9600
I could do with some help here as I'm not sure where to look or what to change to make it work. I know the moden is working as i have been using it with a laptop and also with a router with 3g support.
Good day. I have a LTE USB D-link modem that appears in usb resources but not in LTE interfaces or Ports.
My Routers:
RB952Ui-5ac2nD , Mikrotik 2011,…
My USB LTE Modem:
D-Link DWM-222 4G LTE USB Adapter (4G modem), Cat.4, PN : DWM-222
Please help me.
Thanks
Moderator note: supout file removed, shall only send this to mikrotik support or ticketing system!. Don’t post this diagnosing info publicly as may lead to your license being compromised.
These USB modems often used to show up as “mass storage” (disk) containing the driver for Windows and required a mode switch command to start identifying themselves as modems. I’m not sure whether RouterOS handles this at all, and if it does, whether it has the mode switch commands for all the USB devices found in the wild. So if you can, use a linux PC to find out how the D-link thing behaves, and eventually find out how to switch to “modem only” mode permanently (as in “will show up as a modem straight away at next plug in”).
It depends on the type of the modem. Here’s the home page of the usb_modeswitch project, the particular commands to be sent are model specific. But you really need a Linux machine for that, no way to change that from RouterOS. And the second issue is that not every USB modem can be set to remember the change if you disconnect it. I did that back in my OpenWRT days, years ago.
You have to google for detailed information for that particular modem type. I was able to switch several Huawei 3G modems permanently, but never had a D-link one. Another possibility is that the usb_modeswitch actually is part of RouterOS but the parameters for this D-link have not been added yet, so opening a ticket at Mikrotik support may be the right thing to do.
Viem písať aj po slovensky, len toto fórum funguje ako knowledge base aj pre ľudí, ktorí o stredoeurópskych jazykoch ani nepočuli
Maybe try v7rc7? It has a newer linux kernel that may know the right thing to do, which be the ROS version of usb_modeswitch. But not sure v7 help much with the D-Link DWM-222 since I think it only does QMI, not the MBIM or ECM supported for “LTE” on a Mikrotik. So it be a PPP Client device using data-channel etc.
You may be best to see what happens under Windows, if looks like a disk, install their drivers. It should be in modem mode, then be more likely to at show up as a port on a Mikrotik. There may be firmware update that be good to do as well – maybe a newer version can “remember” it’s USB-ness and/or support ECM/MBIM for v7.
Quick google, suggest the D-Link DWM-222 modem mode should report USB device ID of “2001:7e35”, and NOT “2001:ab00” which is a disk type.
Otherwise, you’d want to make sure you open a case with Mikrotik including a supout with the modem connected, perhaps rebooting before collecting the supout so the logs are cleaner.
I’m trying to install on Windows. I’ll see if it switches to 7e35. Today, it is difficult to buy a suitable certified USB LTE modem that will only work as a modem. I wrote in support.
PS Sindy: Som rád, že tu je niekto, kto pozná stredoeuropske jazyky Na support som napísal.
If that works, you should be able to use data-channel=2 as well. Since the info-channel works, that’s good news: it communicating with the modem. But the data-channel is likely wrong - why it ain’t getting packets. Now a side effect of using “channel 2” for BOTH data-channel and info-channel is you’d lose signal data…but if it connected using data-channel=2, you could try all the channels for info-channel to find out if your device has multiple AT channel to use.
Since it uses the ppp-client interface, it be limited to a max of 20-30Mb/s – in V7, you may have more options like MBIM and ECM, but likely require changing the DLink LTE modem’s config in some unknown way.