
Question:
I'm a beginner with Ubuntu. I installed Ubuntu 14.04 on my Acer Aspire E11, and I have an issue with my bluetooth. The thing is it's not finding other devices and other devices can't find it.
I ran : ~$ dmesg | grep -i blue
and here is the output
[ 10.787194] Bluetooth: Core ver 2.17 [ 10.787226] Bluetooth: HCI device and connection manager initialized [ 10.787237] Bluetooth: HCI socket layer initialized [ 10.787241] Bluetooth: L2CAP socket layer initialized [ 10.787248] Bluetooth: SCO socket layer initialized [ 16.114685] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 16.114692] Bluetooth: BNEP filters: protocol multicast [ 16.114705] Bluetooth: BNEP socket layer initialized [ 16.168530] Bluetooth: RFCOMM TTY layer initialized [ 16.168547] Bluetooth: RFCOMM socket layer initialized [ 16.168557] Bluetooth: RFCOMM ver 1.11
It looks fine but It's not detecting anything.
Solution:1
This solution worked for me
I am happy to report that I have solved the problem using the workaround given on a bug report as follows:
- Boot into Windows 7/8.
- Turn off the Bluetooth/Wireless switch from within Windows.
- Reboot and boot into Linux
- Turn on the wireless switch.
This solution ensures that bluetooth and wireless now work.
Discovered the workaround here
Solution:2
Try the following
sudo mv /etc/bluetooth /etc/bluetooth.backup sudo apt-get install --reinstall bluez
After a reboot check the issue. The /etc/bluetooth directory should be empty now.
If this does not work for you, just move back the bluetoth.backup directory to it's original place.
(or)
Missing Firm-ware could also be an issue and you can fix it with the command
sudo apt-get install linux-firmware
Hope this helps!
Solution:3
upgrading the kernel from 3.13 to 3.16 solved the issue for me LTSEnablementStack
Solution:4
This seemed to work (I don't have windows to switch to).
- Halt (not warm reboot)
- Wait like 30 to ensure all devices to lose power.
- Reboot
I tried rfkill first but there were no soft blocks. Ref: other bluetooth issue
rfkill list
Solution:5
I had success with a solution similar to the accepted answer. I booted into Ubuntu with a Live CD and enabled Bluetooth. After a reboot it also worked on my installed Ubuntu (kernel version 3.19)
Solution:6
Basically when there is a hardware change, ubuntu doesn't automatically pick up the new hardware and make it running. So just like the accepted answer, if you turn off wifi/bluetooth with the hardware switch in any other operating system than ubuntu, it makes ubuntu think that these devices aren't there are boot up, and so when you turn them on, it loads the appropriate drivers.
Another way of achieving the same effect without having to reboot or anything would be to edit this file: /etc/bluetooth/main.conf
, it will probably require sudo, hence:
sudo gedit /etc/bluetooth/main.conf
And then go to the bottom of the file and uncomment #AutoEnable=false
and make it AutoEnable=true
.
This essentially tells Ubuntu to load drives even for those devices that are found after booting (hence achieving the effect of a reboot with hardware switch turned off).
Once you save the file, simply restart the service with:
sudo systemctl restart bluetooth.service
And Bluetooth should now be working fine.
I basically swapped my M.2 Sata chip from one computer to another computer and surprisingly enough everything worked nicely minus the wifi and bluetooth. The above solution worked for me.
Note:If u also have question or solution just comment us below or mail us on toontricks1994@gmail.com
EmoticonEmoticon