We’re looking at using the EM7455 in tablets we supply to our customers. The existing modem does not work in all the regions we operate in and we already use the MC7455 in our embedded application and we like this modem. Getting the EM7455 to work in Windows 10, however, seems to be hit-and-miss: we have some units where it works as a drop-in replacement but others where we’re wrestling with the drivers or possibly modem firmware.
To get this particular device working, do I need to be using a Lenovo driver? Or, should I be re-flashing the firmware somehow, in order so that the generic Sierra Wireless drivers work? As we deal with multiple, identical cloned tablets, getting the modem back to generic firmware is probably ideal, if possible. This way, the tablet image always matches the the firmware on the modem.
Is there something obvious I’m missing here, in getting this to work? I hope I’ve given enough information and context here.
The tablets are all identical, as we have a supplier who manufactures them for us. The modems we have currently are not all from the same supplier. Ideally, the modems would all come with the same firmware and they would be consistent. We’re in the process of seeing whether this is feasible or not, to get them from a supplier. Until then, we’re seeing if this modem work for us.
My question isn’t about making it work for just one tablet and modem pair. Rather, I’m looking to understand whether there is a way to consistently make it work for every modem, regardless of where it came from. I don’t see trial-and-error being a realistic process here - I’ve already tried several different modems with different drivers. Part of the issue here is that the MHF-4 connectors are not designed for a high number of mating cycles. It’s not like a USB dongle where you can pull it out and put it in many times.
@jyijyi: Also worth pointing out is that in the cases where it has worked, these units have already been shipped to customers. We don’t have access to those tablets. Presumably, the modems in those tablets are ‘generic’ but I don’t know how to verify that remotely without having the tablets shipped back. With the tablets being on a different continent, that could be costly.
@jyijyi: Using a Ubuntu Live thumbdrive, the modem appears to connect just fine and establishes an LTE connection straight away. I would agree this looks like a driver issue on Windows 10.
Prior to making this forum post, we had tried the following:
using the default Microsoft broadband cellular module driver (not surprisingly, it appears to be installed with Windows 10)
the driver package from Sierra Wireless through Windows Update
None of the above worked, and we get the ‘This device cannot start. (Code 10)’ in each case. We’d love to use Linux but unfortunately our application software for our customers runs on Windows only.
Is there a way of knowing which driver to use for this modem?
We did not need to purposefully install any drivers in the working units. I can’t be 100% certain but I will guess that it’s either the default Microsoft broadband mobile device driver, or the Sierra Wireless driver via Windows Update, as those are ‘automatic’.
If necessary, I can arrange to remote into one of the tablets to determine for sure, but this might take a few days to arrange with our customer.
I think we can infer that this is a Dell-branded EM7455 (VID 413c PID 81b6).
Using the same Microsoft mobile broadband driver on the ‘problem tablet’ with the Lenovo-branded module, we still have a ‘Modems’ entry as well as the DM, NMEA and QDLoader ports, entries we don’t see on the other good, working tablet.
When I originally set up the same driver on the non-working tablet, I checked the version numbers to make sure they matched. I might not being doing something correctly - I hope if this is the case, the screenshots would show it. I’ve highlighted the version numbers on the Network adapters. As there is no ‘Modem’ entry on the working tablet, I don’t know how else to set the correct driver here, other than to completely uninstall the device and let Microsoft set the driver automatically, which is what it has been done.
After a reboot, notice the non-working tablet has three entries in ‘Other devices’ and no ‘Modems’ entry. While the ‘Code 10’ error is not present, I still have unknown devices in Device Manager and Windows 10 indicates that cellular Internet is in the ‘No Service’ state. If there’s something specific I need to do to get the drivers to be the same, I’m not aware of what that is - perhaps you can point me in the right direction.
Unfortunately, I cannot swap modems on the working tablet. I am in Canada and the working tablet is in Europe. The entire reason for using these modems is that the default modems for this tablet manufacturer do not work worldwide, as the EM7455 does.
No, it does not. I am still getting the same ‘No Service’ message when trying to use cellular Internet. I still have unknown devices in Device Manager.
For those encountering a similar issue in the future, I’d like to document the resolution. It was the firmware that was the issue. As we have both generic, Lenovo and Dell-branded EM7455 modules, we needed re-flash to restore the generic firmware.
Daniel Wood’s excellent autoflash-7455.sh script does a fair bit of heaving-lifting here. One challenge was obtaining a M.2 NGFF to USB adapter—I don’t know if it’s just the pandemic but getting a few of these shipped to us took several weeks. Not having the adapter was holding us back significantly.
In addition to running the script, it looks like we also need to set the following:
This forces the modem to identify itself correctly. Otherwise, Windows gets confused and insists it’s a Dell-branded modem and refuses to cooperate.
We also passed the -b 0 option to the script which forces all bands to be enabled, rather than just the LTE bands which were the default. In our application, we’re happy to fall back to 3G if 4G is not present.