Adinda Praditya wrote:

Masalahnya adalah, bluetooth device saya itu dikenali sbg apa di /dev

/dev/rfcommX

X mulai 0 ...


contoh bangun ppp over bluetooth
/etc/bluetooth/rfcomm.conf

rfcomm0 {
       # Automatically bind the device at startup
       bind yes;
       # Bluetooth address of the device
       device 00:0E:07:83:8D:XX;
       # RFCOMM channel for the connection
       channel 1;
       # Description of the connection
       comment "T630";
}

dengan asumsi anda sudah pairing sebelumnya (anda mengatakan sudah bisa transfer file)


maka tinggal buat /etc/wvdial.conf


[BluetoothMobile]
Modem = /dev/rfcomm0
Baud = 115200
SetVolume = 0
Dial Command = ATD
Init2 = AT+CGDCONT=1,"IP",""
FlowControl = CRTSCTS
Idle Seconds = 0

[Dialer GPRS]
Phone = *99***1#
Stupid Mode = 1
Inherits = BluetoothMobile
 Username = xlXXXX
  Password = proXXXXX



sudo wvdial GPRS




--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis

Kirim email ke