Você pode postar a saída de dmesg | grep Blue
e lsusb -t
.
Além disso, pode ser algo tão simples quanto incompatibilidade com o Unity, tente executar:
sudo apt-get update
sudo apt-get -y install unity-control-center
Eu tentei ativar as configurações, fazendo sudo /etc/init.d/bluetooth start
, sudo /etc/init.d/bluetooth restart
, rfkill list
says
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Eu tenho rfkill unblock bluetooth
em rc.local, mas ele não liga. Se eu tentar habilitá-lo através da caixa de seleção das configurações a caixa de seleção muda de estado, mas o texto "bluetooth está desativado" ainda está lá. Btw, sim, eu verifiquei duas vezes que eu não desabilitei com botão de hardware. Como faço o bluetooth funcionar no 16.04?
UPD: saída do console solicitada
yxfxmx@yxfxmx-pc:~$ lspci -knn | grep Net -A2; lsusb
13:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Hewlett-Packard Company BCM43142 802.11b/g/n [103c:804a]
Kernel driver in use: wl
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 05c8:022a Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 002 Device 003: ID 0a5c:216d Broadcom Corp.
Bus 002 Device 005: ID 22b8:2e76 Motorola PCS
Bus 002 Device 002: ID 0458:012b KYE Systems Corp. (Mouse Systems)
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
UPD2:
yxfxmx@yxfxmx-pc:~$ dmesg | grep Blue
[ 6.446411] Bluetooth: Core ver 2.21
[ 6.446433] Bluetooth: HCI device and connection manager initialized
[ 6.446438] Bluetooth: HCI socket layer initialized
[ 6.446442] Bluetooth: L2CAP socket layer initialized
[ 6.446450] Bluetooth: SCO socket layer initialized
[ 8.478642] Bluetooth: hci0 command 0x1001 tx timeout
[ 8.827513] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 8.827519] Bluetooth: BNEP filters: protocol multicast
[ 8.827526] Bluetooth: BNEP socket layer initialized
[ 16.474175] Bluetooth: hci0: BCM: Reading local version info failed (-110)
[ 18.478015] Bluetooth: hci0 command 0x1001 tx timeout
[ 26.473545] Bluetooth: hci0: BCM: Reading local version info failed (-110)
UPD3: depois de instalar o firmware
yxfxmx@yxfxmx-pc:~$ dmesg | grep Blue
[ 6.249804] Bluetooth: Core ver 2.21
[ 6.249829] Bluetooth: HCI device and connection manager initialized
[ 6.249835] Bluetooth: HCI socket layer initialized
[ 6.249839] Bluetooth: L2CAP socket layer initialized
[ 6.249858] Bluetooth: SCO socket layer initialized
[ 8.393500] Bluetooth: hci0 command 0x1001 tx timeout
[ 8.877281] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 8.877286] Bluetooth: BNEP filters: protocol multicast
[ 8.877292] Bluetooth: BNEP socket layer initialized
[ 16.389750] Bluetooth: hci0: BCM: Reading local version info failed (-110)
[ 18.393828] Bluetooth: hci0 command 0x1001 tx timeout
[ 26.390149] Bluetooth: hci0: BCM: Reading local version info failed (-110)
[ 430.267410] Bluetooth: hci0 command 0x1001 tx timeout
[ 438.263237] Bluetooth: hci0: BCM: Reading local version info failed (-110)
[ 438.268233] Bluetooth: hci0: BCM: chip id 70
[ 438.284219] Bluetooth: hci0: BCM43142A
[ 438.284225] Bluetooth: hci0: BCM (001.001.011) build 0000
[ 438.742225] Bluetooth: hci0: BCM (001.001.011) build 0227
[ 438.758225] Bluetooth: hci0: Broadcom 43142 Bluetooth 4.0 Adapter
[ 3600.950603] Bluetooth: hci0: BCM: chip id 70
[ 3600.966645] Bluetooth: hci0: Broadcom 43142 Bluetooth 4.0 Adapter
[ 3600.966653] Bluetooth: hci0: BCM (001.001.011) build 0227
[ 3601.421687] Bluetooth: hci0: BCM (001.001.011) build 0227
[ 3601.437680] Bluetooth: hci0: Broadcom 43142 Bluetooth 4.0 Adapter
Você pode postar a saída de dmesg | grep Blue
e lsusb -t
.
Além disso, pode ser algo tão simples quanto incompatibilidade com o Unity, tente executar:
sudo apt-get update
sudo apt-get -y install unity-control-center