8

I am using 12.04 LTS dual boot, and I can't use the bluetooth service in Ubuntu. It works fine with Windows 7. In Ubuntu I can turn on the bluetooth from the titlebar but when I switch on the visibility it automatically switches back (I'm using GNOME 3 environment).

All this happened after the 1st update (worked fine before then).

tshepang
  • 1,967
  • I hve the same issue, recently upgraded and my bluetooth dongle won't turn on. Seems like this bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/985689 – sergio91pt Jun 22 '12 at 11:08
  • I found out the solution from ubuntuforumns, and it really worked for me..uninstalling and reinstalling 'bluez' solved my problem. Hope this will help you too..http://ubuntuforums.org/showthread.php?t=1812493 – hari_lionheart Jun 22 '12 at 18:11

7 Answers7

21

Found an easier solution than reseting BIOS!

sudo hciconfig hci0 reset

bluetooth was enabled on ubuntu 12.04.

I could do file transfer between Nexus7 and my laptop. but nexus7 stopped playing music and laptop started playing music!

Jorge Castro
  • 71,754
  • 1
    Doesnt help...! – asheeshr Aug 12 '13 at 14:46
  • 2
    You might need to unblock the device first: Check sudo rfkill list to see if it's blocked, then unblock it: sudo rfkill unblock <id>. Now if you do sudo rfkill list again you will see the new device named hci0. You can now reset it using the above command. I needed to restart afterwards to make it work again. – jmiserez Nov 03 '13 at 23:47
  • I had trouble when I tried a dedicated bluetooth (Sennheiser BTD 500) audio dongle instead of my regular one and must have messed something up on my desktop. I couldn't pair my Wacom and headset again, even after reboot and rfkill. This one worked! – LiveWireBT Jan 23 '14 at 15:42
  • Tried but: Can't get device info: No such device – Natim Mar 21 '14 at 16:15
  • sudo rfkill unblock 0 did the trick thanks :) – Natim Mar 21 '14 at 16:15
  • 1
    Works on Kubuntu 14.04 – Manck Aug 08 '14 at 19:28
  • I get this error when I run above command: Can't init device hci0: Connection timed out (110) – KhoPhi Sep 17 '16 at 20:21
4

I've got the same issue, and it turned out that Bluetooth was turned off in windows... If you use both windows and ubuntu on the same machine, try this command:

rfkill list all

If it says that Bluetooth is soft blocked then try to enable it on windows and then check again if it works on ubuntu also.

maciekb
  • 41
  • 2
2

I got this problem since I installed 12.04. I have tried many ways to install bluetooth, then changing if my bluetooth is soft blocked or not, then reinstall my bluetooth software on Ubuntu I had done it all.

But I found the BEST WAY to enable bluetooth with:

  1. Restart your Ubuntu

  2. Go to BIOS program (through Del or F2 - its optional based on your computer)

  3. Set the BIOS to 'reset to factory setting' usually using F9 or else its based on your type of BIOS

  4. Startup, then go to your bluetooth you will found that your bluetooth wont disabled again.

Good luck.

Peachy
  • 7,117
  • 10
  • 38
  • 46
2

Just had this problem (on 12.10), solution I found: kill blueman-applet and start it again. Run blueman-applet & from a terminal to start it.

Eric Carvalho
  • 54,385
Lucus
  • 21
  • 1
0

Check your bluetooth device ,see if the bluetooth is switched off by hardware switch. If that is the case, turn the bluetooth hardware switch on.

Muhammad
  • 311
0

Setting to Factory Defaults helped me instantly with the Wireless and Bluetooth. They were shutdown in Ubuntu 13.04 for me.

  • Welcome to Ask Ubuntu! Setting what to factory defaults exactly? You posted this as an answer to the original question, but perhaps you meant to comment to an other answer? – gertvdijk Jun 23 '13 at 10:09
-2
sudo apt-get install linux-firmware
Eliah Kagan
  • 117,780