From owner-freebsd-bluetooth@FreeBSD.ORG Fri Aug 26 21:57:14 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E6E116A41F; Fri, 26 Aug 2005 21:57:14 +0000 (GMT) (envelope-from bakul@bitblocks.com) Received: from gate.bitblocks.com (bitblocks.com [209.204.185.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A9543D53; Fri, 26 Aug 2005 21:57:14 +0000 (GMT) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost [127.0.0.1]) by gate.bitblocks.com (8.13.4/8.13.1) with ESMTP id j7QLvDQi054574; Fri, 26 Aug 2005 14:57:13 -0700 (PDT) (envelope-from bakul@bitblocks.com) Message-Id: <200508262157.j7QLvDQi054574@gate.bitblocks.com> To: Maksim Yevmenkin In-reply-to: Your message of "Fri, 26 Aug 2005 14:14:19 PDT." Date: Fri, 26 Aug 2005 14:57:13 -0700 From: Bakul Shah Cc: freebsd-bluetooth@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: sprintpcs treo 650 & blutooth & dialup networking X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 21:57:14 -0000 > i'm not exactly sure how this work in your case (never had a cdma > phone :) you need to have some sort of wireless internet access plan > activated on your phone. you will probably use 1xRTT (instead of > gprs) on cdma network. you also need to make sure that wireless > internet access plan you have allows you to use your treo as wireless > modem. in other words you need to make sure that access point you are > connecting to talk ppp and ip and not wap/whatever. then you will need > to use something called "bluetooth dun profile" on treo (and > rfcomm_pppd(8) on pc). > > it seems earlier versions of treo shipped to sprint pcs have bluetooth > dun profile disabled. you need to check with sprint and make sure your > treo supports it - you may need firmware upgrade. I have the firmware upgrade that does DUN. # sdpcontrol -a mytreo search DUN Record Handle: 0x00010001 Service Class ID List: Dial-Up Networking (0x1103) Protocol Descriptor List: L2CAP (0x0100) RFCOMM (0x0003) Protocol specific parameter #1: u/int8/bool 1 Here is what I use to connect to the net via the treo rfcomm_pppd -a mytreo -c -C dun -d -l rfcomm-dialup [mytreo has an entry in /etc/bluetooth/hosts] My ppp.conf script is pretty much the same as yours (except that right now I log everything but timer events). From ppp.log I see that the phone does not respond to the initial AT with OK as it should. So it seems the treo never really sees any communicaiton. Thanks for your response!