From owner-freebsd-bluetooth@FreeBSD.ORG Mon Aug 23 16:34:13 2004 Return-Path: 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 A23F916A4CE for ; Mon, 23 Aug 2004 16:34:13 +0000 (GMT) Received: from out001.email.savvis.net (out001.apptix.savvis.net [216.91.32.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65FE743D62 for ; Mon, 23 Aug 2004 16:34:13 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from s228130hz1ew03.apptix-01.savvis.net ([10.146.4.28]) by out001.email.savvis.net with Microsoft SMTPSVC(6.0.3790.0); Mon, 23 Aug 2004 11:34:17 -0500 Received: from savvis.net ([66.35.239.94]) by s228130hz1ew03.apptix-01.savvis.net with Microsoft SMTPSVC(6.0.3790.0); Mon, 23 Aug 2004 11:34:16 -0500 Message-ID: <412A1C7F.9050908@savvis.net> Date: Mon, 23 Aug 2004 09:34:07 -0700 From: Maksim Yevmenkin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031207 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirill Bezzubets References: <412964C1.8000108@centtech.com> <20040823092943.GA38275@solaris.ru> In-Reply-To: <20040823092943.GA38275@solaris.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Aug 2004 16:34:16.0849 (UTC) FILETIME=[08460010:01C4892F] cc: freebsd-bluetooth@freebsd.org Subject: Re: Bluetooth and cell phones X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 16:34:13 -0000 [moving into freebsd-bluetooth] Kirill Bezzubets wrote: [...] >>(On a side note, I'm trying to get my new Sony Ericsson T637 phone >>connected via bluetooth to my FreeBSD laptop for surfing and such. If >>anyone has a good link, I'm interested). > > /usr/share/examples/netgraph/bluetooth/rc.bluetooth > > man hcsecd > > # cat bt-gprs > #!/bin/sh > rfcomm_sppd -a kaji.nokia -b -c 1 -t /dev/ttypa > sleep 2 > ppp -ddial btgprs > > Feel free to ask me if you need anything more - e.g. config files etc. hmmm... i'm just curious why are you using SP (Serial Port) profile? it is not wrong and it will work but such configuration is prone to errors. basically you have two processes: rfcomm_sppd(8) and ppp(8) and you really want to synchronize them, i.e. ppp(8) should only be started after rfcomm_sppd(8) successfully connected. that is what rfcomm_pppd(8) does. does your phone support DUN profile? if rfcomm_pppd(8) does not work for you, please let me know and i will fix it (if possible). thanks, max > > >>Thanks! >>Eric >> >> >>-- >>------------------------------------------------------------------ >>Eric Anderson Sr. Systems Administrator Centaur Technology >>Talk sense to a fool and he calls you foolish. >>------------------------------------------------------------------ >> >>_______________________________________________ >>freebsd-mobile@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-mobile >>To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > >