[+] Al Bantani Crew a.k.a Pandeglang Hacker Team [+]
Would you like to react to this message? Create an account in a few clicks or log in to continue.


~ The Largest Muslim Hacker Community ~
 
HomeLatest imagesSearchRegisterLog in
LINK PARTNER










Top posters
Rascal_21
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 
Moeslim_Soldiers
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 
Cvh0
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 
h1t4k3
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 
offistar
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 
menjelajahbumi
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 
riv182
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 
0nCeR
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 
ohara_inamiji
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 
Kn19ht
Instalasi SMS Gateway ( Gnokii ) I_vote_lcapInstalasi SMS Gateway ( Gnokii ) I_voting_barInstalasi SMS Gateway ( Gnokii ) I_vote_rcap 

 

 Instalasi SMS Gateway ( Gnokii )

Go down 
AuthorMessage
offistar




Posts : 21
Join date : 2011-07-16

Instalasi SMS Gateway ( Gnokii ) Empty
PostSubject: Instalasi SMS Gateway ( Gnokii )   Instalasi SMS Gateway ( Gnokii ) Icon_minitimeTue Jul 19, 2011 9:57 am


Bismillah hirrahmanirrahiim
Install Gnoki -
Perangkat Keras :
1. Nokia 5110
2. Kabel Data DKU - 5
Perangkat Lunak :
1. OS Linux , contoh : Ubuntu Breezy 5.10
2. Software Gnokii di sini
tinggal setting , Koneksi dari Hp ke Natebook
======================================
Kurang lebih nya begini :

# apt-get install build-essential bin86 kernel-package
# apt-get install libncurses-dev
# apt-get install linux-tree-2.6.8.1
# cd /usr/src
# tar jxf linux-source-2.6.8.1.tar.bz2
# ln -s linux-source-2.6.8.1 linux
# cd /usr/src/linux

Ubah file pl2303.h dan tambahkan baris berikut (sesuaikan dengan vendor dan product id USB kita)

#define CA_42_AA_VENDOR_ID 0x6547
#define CA_42_AA_PRODUCT_ID 0x0232

Berikut adalah hasil diff nya

# diff -Naur /tmp/pl2303.h ./drivers/usb/serial/pl2303.h
--- /tmp/pl2303.h 2006-01-17 00:06:27.284812036 -0500
+++ ./drivers/usb/serial/pl2303.h 2006-01-17 00:06:37.917811971 -0500
@@ -69,6 +69,14 @@
#define CA_42_CA42_VENDOR_ID 0x10b5
#define CA_42_CA42_PRODUCT_ID 0xac70

+/* More CA-42 clones */
+
+#define CA_42_AA_VENDOR_ID 0x6547
+#define CA_42_AA_PRODUCT_ID 0x0232
+#define CA_42_AB_VENDOR_ID 0x0421
+#define CA_42_AB_PRODUCT_ID 0x0802
+
+

Ubah file pl2303.c dan tambahkan baris berikut (sesuaikan dengan vendor dan product id USB kita)

{ USB_DEVICE(CA_42_AA_VENDOR_ID, CA_42_AA_PRODUCT_ID ) },

Berikut adalah hasil diff nya

#diff -Naur /tmp/pl2303.c ./drivers/usb/serial/pl2303.c
--- /tmp/pl2303.c 2006-01-17 00:06:10.722812138 -0500
+++ ./drivers/usb/serial/pl2303.c 2006-01-17 00:06:37.917811971 -0500
@@ -77,6 +77,8 @@
{ USB_DEVICE(SYNTECH_VENDOR_ID, SYNTECH_PRODUCT_ID) },
{ USB_DEVICE(NOKIA_CA42_VENDOR_ID, NOKIA_CA42_PRODUCT_ID ) },
{ USB_DEVICE(CA_42_CA42_VENDOR_ID, CA_42_CA42_PRODUCT_ID ) },
+ { USB_DEVICE(CA_42_AA_VENDOR_ID, CA_42_AA_PRODUCT_ID ) },
+ { USB_DEVICE(CA_42_AB_VENDOR_ID, CA_42_AB_PRODUCT_ID ) },
{ } /* Terminating entry */
};

# cp /boot/config-2.6.8.1-3-688 .config
# make oldconfig
# make-kpkg clean
# vi Makefile
# make-kpkg --initrd --stem linux-revision=n3120 kernel_image
# cd ..
# dpkg -i linux-image-2.6.8.1_n3120_i386.deb

Restart server dan boot dengan kernel yang baru kita buat
Back to top Go down
 
Instalasi SMS Gateway ( Gnokii )
Back to top 
Page 1 of 1
 Similar topics
-
» Instalasi SMS Gateway ( Gnokii )

Permissions in this forum:You cannot reply to topics in this forum
[+] Al Bantani Crew a.k.a Pandeglang Hacker Team [+] :: Linux-
Jump to: