Hi,
from the latest tests made, I managed to get these two mPCIe cards to work.
I needed to create a device connected remotely via wifi, but where not available use 4G / LTE.
M2 Key A / E wireless cards are not always immediately available, and then the 4G ones are longer and do not fit into the Rock 3A space, and there is no possibility to insert a SIM-Card on the board.
First I got this ADT-Link M2 A / E to mPCIe cable with SIM slot, and the connection was quick.
Then I bought a 2.4 and 5G + Bluethoot mPCIe WIFI with Atheros chip. Even if it’s not one of those tested, it’s fine and cheap. To install the necessary Atk10 drivers, I did like this:
apt-get install -y broadcom-wifibt-firmware intel-wifibt-firmware firmware-atheros
Then I removed my wifi card and installed a MC7700 Sierra 4G / LTE / GPS module, and here it was a bit tough, the QMI drivers are collected in:
sudo apt-get install libqmi-utils
now I am satisfied with the work, but not so much with this module. As once connected I still don’t browse if you don’t assign a dhcp to the module, and I used udhcpc.
sudo udhcpc -i wwan0
after sending this command that resolves the connection, I check if I navigate with:
ping -I wwan0 8.8.8.8
and while I observe the pings, after a few seconds, the connection drops, and if I try again with sudo udhcpc -i wwan0, it gives me an unreachable network.
I re-launch the connection with the qmicli command and after re-established everything returns ok.
Firstly I found the 4G / GPS antenna that I took not reliable, I changed the antennas with others that I had on 2400mhz, I was able to ping for a longer time.
Now what I am wondering is it possible that this disconnection is due to the signal that reaches even 80%, I have my provider notices that the SIM is not in a phone but on a linux device, I do not know how to stabilize this module, to unless the form is of good quality.
I have already updated the firmware,
does anyone have any other method that can recommend me to try a 4G connection on wwan0?
Thank you