Hello! I have attached a brand new Bluetooth 5.0 USB dongle for a FreeBSD 13.0-RELEASE on my Thinkpad X240. I have followed all the steps on the Bluetooth FreeBSD handbook
I need to start the service twice;
and It is detected alright;
However when I try to find my pair of headphones using `hccontrol`;
or `bluetooth-config`;
I have tried all the steps listed here - How to connect and use Bluetooth headphones on FreeBSD and here How I managed to use BlueTooth audio with ThinkPad X220: but still the same issue. For reference;
my /boot/loader.conf
and no change in /etc/rc.conf. I run the following list of commands;
Would be grateful to anyone who can help here! I used the same setup in Arch Linux and it works flawlessly (with the same USB dongle and headset)!
Bash:
bash@user: dmesg | grep bt
ubt0 on uhub0
ubt0: <Bluetooth Radio> on usbus0
I need to start the service twice;
Bash:
bash@user: doas service bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
bash@user: doas service bluetooth start ubt0
bash@user:
Bash:
bash@user: hccontrol read_node_list
Name ID Num hooks
ubt0hci 00000051 3
However when I try to find my pair of headphones using `hccontrol`;
Code:
bash@user: doas hccontrol -n ubt0hci inquiry
Inquiry complete. Status: No error [00]
or `bluetooth-config`;
Bash:
bash@user: doas bluetooth-config scan
Scanning for new Bluetooth devices (Attempt 1 of 5) ... failed.
Scanning for new Bluetooth devices (Attempt 2 of 5) ... failed.
Scanning for new Bluetooth devices (Attempt 3 of 5) ... failed.
Scanning for new Bluetooth devices (Attempt 4 of 5) ... failed.
Scanning for new Bluetooth devices (Attempt 5 of 5) ... failed.
Error: No new Bluetooth devices found
I have tried all the steps listed here - How to connect and use Bluetooth headphones on FreeBSD and here How I managed to use BlueTooth audio with ThinkPad X220: but still the same issue. For reference;
my /boot/loader.conf
Code:
#for bluetooth
ng_ubt_load="YES"
and no change in /etc/rc.conf. I run the following list of commands;
Bash:
bash@user: doas service sdpd onestart
Starting sdpd.
bash@user: doas service bluetooth start ubt0cd
bash@user: doas service hcsecd onestart
Starting hcsecd.
bash@user: doas service bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
bash@user: doas service bluetooth start ubt0
bash@user: doas hccontrol -n ubt0hci inquiry
Inquiry complete. Status: No error [00]
Would be grateful to anyone who can help here! I used the same setup in Arch Linux and it works flawlessly (with the same USB dongle and headset)!
Last edited by a moderator: