Unable to set up Bluetooth stack for device ubt0

Hello.

I'm having problems with my Bluetooth adapter - it doesn't work :)
First of all that's what dmesg says:
Code:
ubt0: <Lenovo Computer Corp ThinkPad Bluetooth with Enhanced Data Rate II, class 224/1, rev 2.00/3.99, addr 3> on usbus1
...
WARNING: attempt to domain_add(bluetooth) after domainfinalize()
WARNING: attempt to domain_add(netgraph) after domainfinalize()

I'm following the bluetooth chapter from the handbook and I'm getting this error message:
Code:
# service bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0

Here is output of ngctl:
Code:
# ngctl list
There are 6 total nodes:
Name: btsock_l2c_raw  Type: btsock_l2c_raw  ID: 00000003   Num hooks: 0
Name: ngctl92873      Type: socket          ID: 00000016   Num hooks: 0
Name: btsock_sco      Type: btsock_sco      ID: 00000005   Num hooks: 0
Name: btsock_hci_raw  Type: btsock_hci_raw  ID: 00000002   Num hooks: 0
Name: btsock_l2c      Type: btsock_l2c      ID: 00000004   Num hooks: 0
Name: ubt0            Type: ubt             ID: 00000001   Num hooks: 0

Any ideas please?
 
Hello, i am in the same situation but it continues failing, each time i execute the command i can see in dmesg:
ng_hci_process_command_complete: ubt0hci - HCI command failed, OGF=0x3, OCF=0x22, status=0x1
The exact command is:
service bluetooth start ubt0
I am using a usb-bt dongle:
ubt0: <vendor 0x0a12 BT DONGLE10, class 224/1, rev 2.00/88.91, addr 25> on usbus0
Using: 13.1-RELEASE

Any suggestion?
 
Try some combination of these:

For audio over Bluetooth:
 
Back
Top