Friday, July 31, 2009

Setting Internet GPRS trought bluetooth with HP as modem

Needed:

  1. Handphone with bluetooth(I use K790i with bluetooth address 00:18:13:93:02:34).

  2. SIM card for internet connection(I use Indosat Im3).

  3. Bluetooth.

  4. Computer.

Sistem Operation:

  1. Ubuntu 9.04 Jaunty Jackalope

Step By Step Installation:

  1. Turn On Your Computer go into ubuntu gutsy gibbon.

  2. Connect bluetooth to your Computer, wait few moment until icon bluetooth show on tray icon, and turn on your bluetooth hp.

  3. Do pairing from your phone(scan and add to my device,usually'll will ask autentikasi no, same verification number between phone and computer).

  4. Go to gnome-terminal(Application>Accessories>Terminal).

  5. Enter this command on your console terminal:

    • hcitool scan

Fungsi : get bluetooth address.

Appear:

Scanning …

00:18:13:93:02:34 Venom

    • sdptool search DUN

Fungsi : find location dial up hardware access network via bluetooth.

Appear :

Inquiring …

Searching for DUN on 00:18:13:93:02:34

Service Name: Dial-up Networking

Service RecHandle: 0×10001

Service Class ID List:

“Dialup Networking” (0×1103)

“Generic Networking” (0×1201)

Protocol Descriptor List:

“L2CAP” (0×0100)

“RFCOMM” (0×0003)

Channel: 1

Profile Descriptor List:

“Dialup Networking” (0×1103)

Version: 0×0100

    • sudo gedit /etc/bluetooth/rfcomm.conf

Fungsi : edit rfcomm.conf configuration

Edit!!! :

rfcomm0 {

bind yes;

device 00:18:13:93:02:34;

channel 1;

comment “Bluetooth Modem”;

}

    • sudo rfcomm bind 0 00:18:13:93:02:34 1

Fungsi : Do binding hardware rfcomm to 0 on channel 1

    • rfcomm

Fungsi : See binding

Muncul :

rfcomm0: 00:18:13:93:02:34 channel 1 clean

    • sudo gedit /etc/wvdial.conf

Fungsi : Edit your wvdial configuration

Appear :

[Dialer Defaults]

Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0

Baud = 460800

Modem = /dev/rfcomm0

Password = indosat@durasi

Username = indosat@durasi

Phone = *99***1#

    • sudo wvdial


Daftar Setting Provider untuk wvdial

IM3

Homepage : www.indosat-m3.net

User : gprs

Password : im3

Dial : *99***1#

IM3 DURASI

Homepage : www.indosat-m3.net

User : indosat@durasi

Password : indosat@durasi

Dial : *99***1#

TELKOMSEL

Homepage : telkomsel

User : wap

Password : wap123

Dial : *99***1#

TELKOMFLASH

Homepage : flash

User : [KOSONGKAN]

Password : [KOSONGKAN]

Dial : *99***1#

XL

Homepage : www.xlgrps.net

User : xlgprs

Password : proxl

Dial : *99***1#

MATRIX reguler [ APN = satelindogsm]

Homepage :

User : [KOSONGKAN]

Password : [KOSONGKAN]

Dial : *99***1#

MATRIX broadband

Homepage : indosat3g

User : indosat

Password : indosat

Dial : *99***1#

MENTARI

Homepage : satelindogsm

User : indosat

Password : indosat

Dial : *99***1#

AXIS

Homepage : http://wap.axisworld.co.id

User : axis

Password : [KOSONGKAN]

Dial : *99***1#

Fren (Mobile-8)

User : m8

Password : m8

Dial : #777

TELKOMFLEXY

User : telkomnet@flexi

Password : telkom

Dial : #777

STARONE

User : starone

Password : indosat

Dial : #777

No comments:

Post a Comment