Instalei o fedora22 KDE no meu notebook HP15 ac082-TX e descobri que o bluetooth não está funcionando. Quando eu habilito o bluetooth, ele mostra 'Sem adaptadores disponíveis'.
Existe alguma maneira de instalar manualmente o driver do bluetooth.
atualização
$lspci -nnk | grep -iA2 net
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07) Subsystem: Hewlett-Packard Company Device [103c:80c2]
Kernel driver in use: r8169--
13:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:804a]
Kernel driver in use: wl
$lsusb
Bus 003 Device 002: ID 8087:8001 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04f2:b509 Chicony Electronics Co., Ltd
Bus 001 Device 002: ID 0a5c:216d Broadcom Corp.
Bus 001 Device 013: ID 04e8:6863 Samsung Electronics Co., Ltd GT-I9500 [Galaxy S4] / GT-I9250 [Galaxy Nexus] (network tethering)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$lsmod | grep bluetooth
bluetooth 483328 10 bnep,btbcm,btrtl,btusb,btintel
rfkill 24576 7 cfg80211,hp_wmi,bluetooth
$dmesg | egrep -i 'blue|firm'
[ 16.614764] Bluetooth: Core ver 2.20
[ 16.614780] Bluetooth: HCI device and connection manager initialized
[ 16.614783] Bluetooth: HCI socket layer initialized
[ 16.614785] Bluetooth: L2CAP socket layer initialized
[ 16.614790] Bluetooth: SCO socket layer initialized
[ 19.122935] Bluetooth: hci0 command 0x1001 tx timeout
[ 27.130928] Bluetooth: hci0: BCM: Reading local version info failed (-110)
[ 31.366200] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 31.366202] Bluetooth: BNEP filters: protocol multicast
[ 31.366206] Bluetooth: BNEP socket layer initialized
Espero que você entenda ..