So I am not sure if this is a driver issue or I am doing something wrong or missing a step. I'm convinced it's driver related. First time using Bluetooth in FreeBSD. I followed the Handbook for Bluetooth. Two issues that I see that are different from what the Handbook shows.
Below is my dmesg and rc.conf, loader.conf, and ubt0.conf files.
dmesg:
rc.conf:
loader.conf
ubt0.conf - by default, nothing is uncommented. I only uncommented the following in the file.
I am working with an Acer N2620G Nettop. Supposedly this is an Atheros bluetooth 4.0 (AR5BWB222).
Any advice or help will be greatly appreciated. Thank you.
- when starting the Bluetooth service with the Bluetooth device, I do not see output as it shows in the Handbook.
- when I run the inquiry command, it does not show or recognize any devices.
Below is my dmesg and rc.conf, loader.conf, and ubt0.conf files.
dmesg:
Code:
ugen1.3: <vendor 0x04ca> at usbus1
ubt0: <vendor 0x04ca product 0x3006, class 224/1, rev 1.10/0.01, addr 3> on usbus1
rc.conf:
Code:
ubthidhci_enable="YES"
ubthidhci_busnum="1"
ubthidhci_addr="3"
hcsecd_enable="YES"
sdpd_enable="YES"
loader.conf
Code:
ng_ubt_load=”YES”
ubt0.conf - by default, nothing is uncommented. I only uncommented the following in the file.
Code:
connectable="YES"
discoverable="YES"
local_name="My Device"
Code:
[root@host /home/user]# service bluetooth stop ubt0
[root@host /home/user]# service bluetooth start ubt0
[root@host /home/user]#
Code:
[root@host /home/user]# hccontrol read_node_list
Name ID Num hooks
ubt0hci 00000077 3
[root@host /home/user]#
Code:
[root@host /home/user]# hccontrol -n ubt0hci inquiry
Inquiry complete. Status: No error [00]
[root@host /home/user]#
I am working with an Acer N2620G Nettop. Supposedly this is an Atheros bluetooth 4.0 (AR5BWB222).
Any advice or help will be greatly appreciated. Thank you.