Eu uso um Lenovo ThinkPad X200 Tablet e o Bluetooth está funcionando para mim. Talvez isso te ajude.
Eu uso bluez
(4.101-r5) e faço o daemon iniciar no runlevel padrão pelo OpenRC. Para conectar dispositivos, eu uso o applet de gnome-bluetooth
(3.6.1). Uma vez instalado, você deve adicionar uma seção "Bluetooth Settings" ao seu Gnome Control Center.
Aqui estão algumas informações adicionais.
rfkill
:
$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
lsusb
:
$ lsusb | grep -i bluetooth
Bus 004 Device 005: ID 0a5c:2145 Broadcom Corp. Bluetooth with Enhanced Data Rate II
lsmod
:
bluetooth 150763 25 bnep,hidp,btusb,rfcomm
rfkill 13496 6 cfg80211,thinkpad_acpi,bluetooth
dmesg
:
$ dmesg | grep -i bluetooth
[ 5.352964] usb 4-2: Product: ThinkPad Bluetooth with Enhanced Data Rate II
[ 5.383455] Bluetooth: Core ver 2.16
[ 5.383470] Bluetooth: HCI device and connection manager initialized
[ 5.383477] Bluetooth: HCI socket layer initialized
[ 5.383480] Bluetooth: L2CAP socket layer initialized
[ 5.383483] Bluetooth: SCO socket layer initialized
[ 9.216268] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 9.216272] Bluetooth: BNEP filters: protocol multicast
[ 9.216287] Bluetooth: BNEP socket layer initialized
[ 9.297778] Bluetooth: RFCOMM TTY layer initialized
[ 9.297794] Bluetooth: RFCOMM socket layer initialized
[ 9.297798] Bluetooth: RFCOMM ver 1.11
[ 25.493122] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 25.493134] Bluetooth: HIDP socket layer initialized
[ 617.705170] usb 4-2: Product: ThinkPad Bluetooth with Enhanced Data Rate II
[ 4486.165016] usb 4-2: Product: ThinkPad Bluetooth with Enhanced Data Rate II
configuração do kernel :
$ zcat /proc/config.gz | grep 'CONFIG_BT[=_]'
CONFIG_BT=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
CONFIG_BT_HCIBTUSB=m
# CONFIG_BT_HCIBTSDIO is not set
# CONFIG_BT_HCIUART is not set
CONFIG_BT_HCIBCM203X=m
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIDTL1 is not set
# CONFIG_BT_HCIBT3C is not set
# CONFIG_BT_HCIBLUECARD is not set
# CONFIG_BT_HCIBTUART is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_BT_MRVL is not set
# CONFIG_BT_ATH3K is not set