Tell me the working instructions for setting up bluetooth. I tried many options from the Internet, but could not.
The device on the laptop is detected in the system, but does not connect to another bluetooth device:
/var/log/messages
# usbconfig
ugen4.3: <Broadcom Corp HP Integrated Module> at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA)
# hccontrol -n ubt0hci read_connection_list
/etc/bluetooth/hcsecd.conf
# hcsecd -f /var/db/hcsecd.keys -d
And what am I doing wrong?
I need to check if bluetooth works on my laptop and probably make sure that it can be used.
The device on the laptop is detected in the system, but does not connect to another bluetooth device:
/var/log/messages
Code:
kernel: ubt0: ubt_bulk_read_callback:1119: bulk-in transfer failed: USB_ERR_STALLED
kernel: ubt0: ubt_intr_read_callback:1020: interrupt transfer failed: USB_ERR_IOERROR
kernel: ubt0: at uhub5, port 1, addr 3 (disconnected)
kernel: ubt0: detached
kernel: ubt0: <Broadcom Corp HP Integrated Module, class 224/1, rev 2.00/1.00, addr 4> on usbus4
# usbconfig
ugen4.3: <Broadcom Corp HP Integrated Module> at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA)
# hccontrol -n ubt0hci read_connection_list
Code:
Remote BD_ADDR Handle Type Mode Role Encrypt Pending Queue State
lenovo 11 ACL 0 MAST NONE 0 0 OPEN
/etc/bluetooth/hcsecd.conf
Code:
device {
bdaddr 00:80:37:29:19:a4;
name "lenovo";
key nokey;
pin "1234";
}
# hcsecd -f /var/db/hcsecd.keys -d
Code:
hcsecd 48890 - - syntax error in line 1
And what am I doing wrong?
I need to check if bluetooth works on my laptop and probably make sure that it can be used.