Skip to content

Instantly share code, notes, and snippets.

@deanet
Last active September 15, 2016 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deanet/756599ad871d61db43c24a0267f8a4ca to your computer and use it in GitHub Desktop.
Save deanet/756599ad871d61db43c24a0267f8a4ca to your computer and use it in GitHub Desktop.
Install Gammu SMS Server Gateway Ubuntu 14.04.4 LTS
root@infra:~# gammu-detect
; Configuration file generated by gammu-detect.
; Please check The Gammu Manual for more information.
[gammu]
device = /dev/ttyUSB0
name = Phone on USB serial port FTDI Quad_RS232-HS
connection = at
[gammu1]
device = /dev/ttyUSB1
name = Phone on USB serial port FTDI Quad_RS232-HS
connection = at
[gammu2]
device = /dev/ttyUSB2
name = Phone on USB serial port FTDI Quad_RS232-HS
connection = at
[gammu3]
device = /dev/ttyUSB3
name = Phone on USB serial port FTDI Quad_RS232-HS
connection = at
[gammu4]
device = /dev/ttyUSB4
name = Phone on USB serial port FTDI Quad_RS232-HS
connection = at
[gammu5]
device = /dev/ttyUSB5
name = Phone on USB serial port FTDI Quad_RS232-HS
connection = at
[gammu6]
device = /dev/ttyUSB6
name = Phone on USB serial port FTDI Quad_RS232-HS
connection = at
[gammu7]
device = /dev/ttyUSB7
name = Phone on USB serial port FTDI Quad_RS232-HS
connection = at
root@infra:~# gammu -c .gammurc7 identify
Device : /dev/ttyUSB7
Manufacturer : Wavecom
Model : MULTIBAND 900E 1800 (MULTIBAND 900E 1800)
Firmware : 652b09gg.Q2406A 428 052103 09:21
IMEI : 354060010397137
SIM IMSI : 510891708754614
[gammu]
port = /dev/ttyUSB7
model = at
connection = at115200
synchronizetime = yes
logfile = /var/log/gammurc7.log
logformat = textalldate
use_locking =
gammuloc =
root@infra:~# lsusb
Bus 002 Device 005: ID 0403:6011 Future Technology Devices International, Ltd FT4232H Quad HS USB-UART/FIFO IC
Bus 002 Device 004: ID 0403:6011 Future Technology Devices International, Ltd FT4232H Quad HS USB-UART/FIFO IC
Bus 002 Device 003: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 001 Device 003: ID 03f0:ad07 Hewlett-Packard
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@infra:~#
Install Gammu SMS Server Gateway Ubuntu 14.04.4 LTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment