Problem pairing headset
Maksim Yevmenkin
maksim.yevmenkin at savvis.net
Mon Aug 1 16:51:38 GMT 2005
Loren,
> I am having trouble pairing my motorola headset with freebsd. I think
> the problem is that I already paired it with another computer using the
> same usb bluetooth adapter. The headset sees the same bluetooth hw
> address on the server and doesn't try to pair since it already has a
> link key for it. What I need is for a way to force freebsd to attempt
> to start the pairing process. My nokia phone doesn't have that problem
> since it has a menu on it to delete old pairings.
>
> Any ideas how to resolve this?
hmm... i would like to see hcidump first. if you could please install
comms/hcidump port and run it as root
# hcidump -w headset.dump
after you tried to pair headset and your pc, please terminate hcidump
with ^c and send me the headset.dump file.
headset should have requested authentication and freebsd should reject
it (because link key does not exist). are you running hcsecd(8)? do you
have entry in your /etc/bluetooth/hcsecd.conf describing headset?
in the mean time you could try to use
# hccontrol -n ubt0hci write_authentication_enable 1
before connecting to the headset. the above command will force local
device attached to the freebsd host to authenticate all baseband
connections.
thanks,
max
More information about the freebsd-bluetooth
mailing list