Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2004 09:34:07 -0700
From:      Maksim Yevmenkin <maksim.yevmenkin@savvis.net>
To:        Kirill Bezzubets <kirill@solaris.ru>
Cc:        freebsd-bluetooth@freebsd.org
Subject:   Re: Bluetooth and cell phones
Message-ID:  <412A1C7F.9050908@savvis.net>
In-Reply-To: <20040823092943.GA38275@solaris.ru>
References:  <412964C1.8000108@centtech.com> <20040823092943.GA38275@solaris.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
[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"
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?412A1C7F.9050908>