miniPCIe-CEFIRO Family
www.mtxm2m.com
www.matrix.es
2017/05 v1.2
Page 35
/
61
MTX Terminals® by MATRIX ELECTRONICA S.L.U
5.
Operation
5.1
Supported Operating Systems
The module has been tested in both Linux (Ubuntu 14.04 LTS) and Windows (Windows 7).
5.1.1
Linux
The driver needed in order to detect the GSM/UMTS module is the CDM_ACM which is included by
default on the UBUNTU 14.04 installation. If other Linux version is used the CDC ACM driver can be
included with, for example, menuconfig (Drivers -> USB Support -> USB Modem (CDC_ACM) support)
The default mapping of the modem is as follows:
Interface
Default assignment
/dev/ttyACM0
AT Command interface (ppp connection)
/dev/ttyACM1
/dev/ttyACM2
/dev/ttyACM3
AT Command interface (aux)
/dev/ttyACM4
AT Command interface (aux)
/dev/ttyACM5
NMEA Interface
1
/dev/ttyACM6
The WiFi + Bluetooth combo module will require the following drivers:
The latest version of the WiFi driver can be downloaded from the following link:
https://github.com/lwfinger/rtl8723bu
The latest version of the Bluetooth driver can be downloaded from the following link:
https://github.com/lwfinger/rtl8723au_bt
To install the drivers you must follow these steps:
Sudo apt-get install git
Git config --global user.name "My name"
git config --global user.email "My email"
cd ~
mkdir cefiro
cd cefiro
git clone
https://github.com/lwfinger/rtl8723bu.git
cd ~/cefiro/rtl8723bu/
make
1
Only available on miniPCIe-CEFIRO-31xx versions.