- Ubuntu 8.04 ได้มีการติดตั้งโปรแกรมสำหรับ ใช้งาน bluetooth เอาไว้แล้ว ในกรณีที่ไม่ได้มีการติดตั้งเอาไว้ก่อน สามารถทำการติดตั้งได้ผ่านทางคำสั่ง
- ทำการเปิด Discoverable mode ของ Treo 680
- run คำสั่ง
- จด MAC address ของ Treo 680 เอาไว้
- edit file /etc/bluetooth/rfcomm.conf
rfcomm0 {
bind yes;
device <MAC address ของ Treo>;
channel 1;
comment "Treo 680";
}
- restart bluetooth daemon โดยการ run
- ตรวจสอบดูใน /dev ว่ามีไฟล์ที่ชื่อว่า rfcomm0 อยู่หรือไม่ ถ้ายังไม่มี สามารถสร้างโดยใช้คำสั่ง
- เราจะสามารถ run คำสั่งเพื่อ bind port rfcomm0 ได้ทันทีโดยใช้คำสั่ง
- สร้างไฟล์สำหรับ connect dialup network (ในที่นี้ใช้ DTAC)
-----------
connect '/usr/sbin/chat -vf /etc/chatscripts/dtac-connect-chat'
/dev/rfcomm0
-detach
debug
idle 900
nopcomp
noaccomp
nobsdcomp
nodeflate
noccp
novj
usepeerdns
defaultroute
ipcp-accept-local
noauth
lcp-echo-failure 4
lcp-echo-interval 65535
-------------
ไฟล์ /etc/chatscripts/dtac-connect-chat
-----------
SAY 'Starting GPRS connect script\n'
TIMEOUT 10
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
'' ATZ
OK 'AT+cgdcont=1,"IP","www.dtac.co.th","",0,0'
SAY 'Dialing...\n'
OK ATD*99***1#
CONNECT ' '
------------
- เมื่อเสร็จเรียบร้อย พอต้องการต่อ GPRS กับ Treo ก็เพียงแต่ run คำสั่ง
อ้างอิง
https://help.ubuntu.com/community/BluetoothDialup
------
9/8/08 edited: หลังจากการใช้งานพบปัญหาเรื่อง ถูก disconnect ทุก ๆ 2 นาที จาก error message:
appear to have received our own echo-reply!
appear to have received our own echo-reply!
appear to have received our own echo-reply!
No response to 4 echo-requests
Serial link appears to be disconnected.
สามารถแก้ไขได้โดยเพิ่มบรรทัด
lcp-echo-failure 4
lcp-echo-interval 65535
ลงไปใน /etc/ppp/peers/dtac ครับ
No comments:
Post a Comment