Hi. Yesterday I bought a new Logitech keyboard (k810). This keyboard uses a Bluetooth connection. Today I tried to make it work with no success. At this moment I added these lines:
/etc/rc.conf
/boot/loader.conf
In /dev no ubt0 is showing.
Reading the Handbook, after loading the kernel I must run
Finally
How to make it connect?
My Bluetooth adapter is F8T016 - Mini Bluetooth Adapter
Any help here?
Also I forgot to mention that the Belkin mini USB Bluetooth adapter uses the BCM20702A0 chipset which is supported by FreeBSD.
/etc/rc.conf
Code:
hcsecd_enable="YES"
sdpd_enable="YES"
Code:
ng_ubt_load="YES"
ng_l2cap_load="YES"
In /dev no ubt0 is showing.
Reading the Handbook, after loading the kernel I must run
service bluetooth start ubt0
but I get
Code:
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
Finally
hccontrol -n ubt0hci inquiry
returns me no device, but the Logitech is on.How to make it connect?
My Bluetooth adapter is F8T016 - Mini Bluetooth Adapter
Any help here?
Also I forgot to mention that the Belkin mini USB Bluetooth adapter uses the BCM20702A0 chipset which is supported by FreeBSD.