On 13 January 2009 г. 03:42:48 andrew fresh wrote: > On Fri, Jan 09, 2009 at 10:18:41PM +0000, Stuart Henderson wrote: > > Not sure if this will help, but with the Broadcom BT-253 in the > > Eee 901, I can do this: > > > > sudo btconfig ubt0 up > > sudo btconfig ubt0 name "some name" > > sudo bthcid > > btconfig ubt0 inq > > vi /etc/bluetooth/hosts > > add address for remote device here e.g. nokia1 > > sudo btpin -r -a nokia1 > > this generates a temporary PIN to type into the phone to pair > > with the computer; alternatively you can use a preset PIN with > > -p instead of -r > > rfcomm_sppd -a nokia1 -s DUN > > if not already paired, the phone will ask for the PIN from above > > to allow pairing. > > AT modem commands work, ^C to exit, or you can get it to attach > > to a pty where you can run PPP > > sdpquery -a nokia1 Browse > > big long list > > > > but what I can't do is this: > > > > obexftp -b nokia1 -X -vvv > > error on connect(): Undefined error: 0 > > I get these same results on my laptop: > OpenBSD 4.4-current (GENERIC) #1650: Sat Jan 10 12:32:20 MST 2009 > t...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC > > With the built-in bluetooth: > ubt0 at uhub3 port 1 "ALPS UGX" rev 2.00/19.15 addr 2 > > but, if I try this one, it still doesn't work. > ubt1 at uhub1 port 1 "Cambridge Silicon Radio Bluetooth" rev 1.10/5.25 > addr 2 > > > so, I guess it is that the bluetooth adapters I have that aren't > supported, and obexftp doesn't really work over the bluetooth I have.
Very likely to be. I have two BlueTooth sticks, both says they are: ubt0 at uhub1 port 2 "Cambridge Silicon Radio Bluetooth" rev 2.00/31.64 addr 2 bthub0 at ubt0 00:15:83:04:1a:a8 ubt1 at uhub1 port 1 "Cambridge Silicon Radio Bluetooth" rev 2.00/31.64 addr 3 bthub1 at ubt1 00:18:e4:0a:b3:19 But only one is working fine with my mobile phone (Siemens CX75); another one just allows to discover phone, but rfcomm_sppd(1) (offtopic: should not it be section 8?) fails to connect. -- Best wishes, Vadim Zhukov