ก๊อปมาให้ชม ตอนนี้หาลิ้งไม่เจอแล้วแต่ว่ามาจาก ubuntuclub+opentle.org
//สั่ง start bluetooh service
$ sudo /etc/init.d/bluetooth start
//ค้นหา Remote Device ผมใช้ Nokia 3110c จะได้หมายเลข device และชื่อที่ตั้งในมือถือมา
$ hcitool scan
Scanning ...
00:1B:33:CF:F8:49 Nokia 3110c
$ sdptool browse 00:1B:33:CF:F8:49 หา Rfcomm Channel
http://images.forstudent.com/show.php?id=e9338387a783709d2c8a4c820ea5fba0$ mknod /dev/rfcomm0 c 216 0
//สั่ง bind address ของ มือถือ หรือ modem
$ sudo rfcomm bind /dev/rfcomm0 00:1B:33:CF:F8:49 4( Rfcomm Channel)
//หมุน modem โทรศัพท์มือถือ
$ sudo pppd connect '/usr/sbin/chat -v ABORT "NO CARRIER" "" "AT&F" OK "AT+CGDCONT=1,\"IP\",\"INTERNET\",\"0.0.0.0\",0,0" OK "ATDT*99***1#" CONNECT' disconnect '/usr/sbin/chat -v ABORT "BUSY" "" "\K" "" "+++ATH"' /dev/rfcomm0 defaultroute noauth asyncmap 0 mtu 1500 mru 1500 noipdefault idle 600 persist