Table of Contents

PC Engines APU - Arch Linux - Huawei MU609 miniPCIe

Configure Huawei MU609 miniPCIe

Install and configure gammu (optional)

# pacman -S gammu dialog
# gammu --identify
# gammu --networkinfo
# gammu --monitor 1
# echo "Testing a test." | gammu --sendsms TEXT +31623456789

sudo mkdir /var/log/gammu
sudo chown root.uucp /var/log/gammu
sudo chmod 775 /var/log/gammu

gammu-config

cat ~/.gammurc 
port = /dev/ttyUSB2
connection = at
synchronizetime = no
logfile = /var/log/gammu/gammu.log
logformat = textall

Internet connection using cdc_ether device

dmesg |grep cdc_ether
[   13.265612] cdc_ether 2-1:2.0 eth3: register 'cdc_ether' at usb-0000:00:13.2-1, CDC Ethernet Device, 00:a0:c6:41:37:70
[   13.265743] usbcore: registered new interface driver cdc_ether
[   13.705124] cdc_ether 2-1:2.0 enp0s19f2u1c2: renamed from eth3

Configure NDIS dialing, and APN:
echo "at^ndisdup=1,1,portalmmm.nl" >


at^ndisdup=1,1,"portalmmm.nl"

dhclient -v enp0s19f2u1c2

Internet connection using netctl

pacman -S ppp 
cp /etc/netctl/examples/mobile_ppp /etc/netctl/
vi  /etc/netctl/mobile_ppp
netctl start mobile_ppp

Firmware, model, status

Firmware version:
AT+GMR
AT+CGMR

Manufacturer:
AT+GMI
AT+CGMI

Model:
AT+GMM
AT+CGMM

Serial:
AT+GSN
AT+CGSN

IMEI:
AT^IMEISV?

Chip temperature (0.1 deg. C)
AT^CHIPTEMP?