It's just not working. In bluetooth settings it says that bluetooth is disabled and switching it does nothing.
~$ rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
~$ lsusb
Bus 004 Device 003: ID 5986:0295 Acer, Inc
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 003 Device 003: ID 105b:e065
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
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 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
~$ dmesg | grep -i bluetooth
[ 109.229291] Bluetooth: Core ver 2.20
[ 109.229318] Bluetooth: HCI device and connection manager initialized
[ 109.229324] Bluetooth: HCI socket layer initialized
[ 109.229329] Bluetooth: L2CAP socket layer initialized
[ 109.229338] Bluetooth: SCO socket layer initialized
[ 109.293703] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 109.293712] Bluetooth: BNEP filters: protocol multicast
[ 109.293722] Bluetooth: BNEP socket layer initialized
Yes, I installed firmware for 105b:e065 and bluetooth is initializing now but still not working. Also:
~$ hcitool dev
Devices:
It's blank and I can do nothing with hci.
uname -a
– Jeremy31 May 27 '15 at 08:33