I'm a noob in Ubuntu. Bluetooth in my Ubuntu is not working. It was working fine in Windows but not in Ubuntu. I've searched many pages in Ubuntu forum, but none of them made bluetooth work. I think I know the problem. I'll paste it below:
anvesh@anvesh-Lenovo-G500:~$ sudo rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
anvesh@anvesh-Lenovo-G500:~$ lsusb; dmesg | grep -i firmware
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 105b:e065
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 04f2:b3bb Chicony Electronics Co., Ltd
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lsusb; dmesg | grep -i firmware; rfkill list all; dmesg | grep -i bluetooth; uname -a; lsmod | grep bluetoothand paste into terminal with CTRL + Shift + v and you can highlight the results from terminal with your mouse/touchpad and copy with CTRL + Shift + c Edit your question to include these results – Jeremy31 Apr 25 '15 at 12:21rfkill unblock allThen I still will need results fromlsusb; dmesg | grep -i firmware– Jeremy31 Apr 25 '15 at 12:37uname -aI can get this one to work – Jeremy31 Apr 25 '15 at 12:57sudo update-usbidsand thenlsusb105b:e065 should identify as a bluetooth device now and my answer will make it work – Jeremy31 Apr 26 '15 at 16:25