From owner-freebsd-bluetooth@FreeBSD.ORG Sat May 16 05:40:42 2009 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3C2D106566C for ; Sat, 16 May 2009 05:40:42 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id EFCBC8FC08 for ; Sat, 16 May 2009 05:40:41 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au ([120.17.171.60]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id n4G5eY4m028727 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 16 May 2009 15:10:37 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: Maksim Yevmenkin Date: Sat, 16 May 2009 15:07:27 +0930 User-Agent: KMail/1.9.10 References: <200905141438.17380.doconnor@gsoft.com.au> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4455335.CAPo854NO8"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200905161507.34845.doconnor@gsoft.com.au> X-Spam-Score: -2.212 () BAYES_00,RDNS_NONE X-Scanned-By: MIMEDefang 2.63 on 203.31.81.10 Cc: freebsd-bluetooth@freebsd.org Subject: Re: btpand example 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: Sat, 16 May 2009 05:40:42 -0000 --nextPart4455335.CAPo854NO8 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Fri, 15 May 2009, Maksim Yevmenkin wrote: > Daniel, > > > I just got btpand working with my phone (Samsung Omnia i900 - WinMo > > 6.1 based) and here's what I did.. > > cool! thank for reporting. > > > Note that unlike the NetBSD example '-d ubt0' or '-d ubt0hci' > > doesn't work as it reports unknown host. I have 'me' in > > /etc/bluetooth/hosts, but that is non-standard (and '-d local' > > doesn't work). > > could you please try this patch? > Index: btpand.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- btpand.c (revision 192109) > +++ btpand.c (working copy) > @@ -101,7 +101,7 @@ > break; > > case 'd': /* local address */ > - if (!bt_aton(optarg, &local_bdaddr)) { > + if (!bt_devaddr(optarg, &local_bdaddr)) { > struct hostent *he; > > if ((he =3D bt_gethostbyname(optarg)) > =3D=3D NULL) > > =3D=3D=3D OK this works, thanks! btpand -d ubt0 -s NAP -i tap0 -a pda (and ubt0hci) > > Also, I found the MTU by trial and error, 600 works for me, 650 > > does not. I am guessing this is a bluetooth thing but I'm not > > sure.. If it is would it be possible for btpand to set the MTU? > > sure :) however, like Iain said, it would be interesting to see what > is going on. any chance we could get both hcidump (created with -w > option) and tcpdump? could it be something that has to do with tcp > mss fixup? Hmm, where do I get hcidump from? Also, I just tried it again and now I can set the MTU to 1500 and it=20 works fine.. I have reset my phone in the mean time so maybe it was out of memory or=20 something silly like that.. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart4455335.CAPo854NO8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iD8DBQBKDlEe5ZPcIHs/zowRArycAJ9Q28iHVSROH3v0jULtWfyZCr7/9QCffHtZ fgaTdiX9r4eyACN20LHH9Js= =/T/e -----END PGP SIGNATURE----- --nextPart4455335.CAPo854NO8--