Instalasi Gammu SMS Server
Siapkan dependencies di Ubuntu 10.04
sudo apt-get install freepats libaudio2 libfreebob0 libgammu-i18n libjack0 \ libpq5 libwxbase2.8-0 libwxgtk2.8-0 libxml++2.6-2 mysql-common \ python-bluez python-gammu python-wxgtk2.8 python-wxversion timidity
Siapkan dependencies di Ubuntu 9.10
sudo apt-get install freepats libaudio2 libcelt0 libfreebob0 libgammu-i18n libjack0 \ libmysqlclient15off libpq5 libwxbase2.8-0 libwxgtk2.8-0 libxml++2.6-2 mysql-common \ python-bluez python-gammu python-wxgtk2.8 python-wxversion timidity
Jika anda menginginkan dapat juga menyiapkan beberapa paket pendukung yang sifatnya optional seperti
sudo apt-get install nas jackd python-gammu-doc wx2.8-doc wx2.8-examples python-wxtools \ ruby tk8.5 tcsh csh octave3.0 mksh pdksh pmidi gmobilemedia
Install gammu melalui perintah
sudo apt-get install gammu wammu gmobilemedia
Pengenalan USB Modem pada Ubuntu 10.04
Pada Ubuntu 10.04 tampaknya pengenalan USB modem mulai dapat di kenali secara automatis.
Pengenalan USB Modem pada Ubuntu 9.10 / 9.04
Cek nomor vendor & product dari USB Modem yang kita pakai melalui perintah
# lsusb
Akan keluar hasil yang kira-kira
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 005: ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Perhatikan nomor di sebelah kiri Huawei, yang artinya
vendor = 12d1 product = 1001
Edit /boot/grub/menu.lst masukan pada menu
title Ubuntu 9.04, kernel 2.6.29.2-custom uuid d0a32d6c-3176-4b92-8cac-6e75acc4348a kernel /boot/vmlinuz-2.6.29.2-custom root=UUID=d0a32d6c-3176-4b92-8cac-6e75acc4348a ro quiet splash initrd /boot/initrd.img-2.6.29.2-custom quiet
Pada kalimat "kernel .... quiet splah" tambahkan kata-kata. Untuk E220
usbserial.vendor=0x12d1 usbserial.product=0x1003
Sehingga kalimat kernel menjadi
kernel /boot/vmlinuz-2.6.29.2-custom root=UUID=d0a32d6c-3176-4b92-8cac-6e75acc4348a ro quiet splash usbserial.vendor=0x12d1 usbserial.product=0x1003
Edit file konfigurasi gammu
cd /etc/ sudo touch /etc/gammurc sudo vi /etc/gammurc
Untuk Nokia
[gammu] port = /dev/ttyACM0 #model = 6110 connection = at19200 #synchronizetime = yes #logfile = gammulog #logformat = textall #use_locking = yes #gammuloc = locfile #startinfo = yes #gammucoding = utf8 #rsslevel = teststable #usephonedb = yes
Untuk Huawei
[gammu] port = /dev/ttyUSB0 connection = at19200
Test HP
gammu --identify
akan keluar untuk Nokia E71
Manufacturer : Nokia Model : unknown (Nokia E71) Firmware : V 100.71.821.4,06-06-08 IMEI : 35485502065XXXX SIM IMSI : 51011030169XXXX
Konfigurasi Awal Gammu dan Wammu
- Masukan modem atau HP anda.
- Lakukan langkah sesuai tampilan / screenshot berikut
Beberapa Perintah Penting
# gammu --identify
# gammu --monitor 1
Menjalankan Wammu
$ wammu &
Referensi Gammu
- http://dl.cihar.com/gammu/releases/ - download Gammu
- Membangun SMS Gateway Dengan Gammu
- SMS Gateway Dengan Gammu
- SMS dengan Gammu dan MySQL
- Membuat SMS Gateway dengan Gammu
- http://milisdad.blogspot.com/2009/12/mesin-sms-untuk-kalkun.html