After upgrading from 14.04 to 15.04, my Bluetooth is not working anymore. I don't have the icon in the taskbar. When I go to Bluetooth in System Settings, it says Bluetooth disabled. Does anyone have an idea of how to fix this? I have attached a few details that could be useful. Thank you in advance.
$ sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
$ sudo service bluetooth status
bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
$ sudo lsusb; uname -a; lsmod | grep bluetooth; dmesg | grep -i firmware
Bus 003 Device 005: ID 2232:1024
Bus 003 Device 004: ID 0cf3:3004 Atheros Communications, Inc.
Bus 003 Device 003: ID 2341:0043 Arduino SA Uno R3 (CDC ACM)
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 004: ID 1532:0016 Razer USA, Ltd DeathAdder Mouse
Bus 001 Device 003: ID 2516:0020
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Linux felipe-900X3F 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
bluetooth 491520 3 ath3k,btusb
[ 2.140866] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x575f00)
echo "blacklist ath3k" | sudo tee /etc/modprobe.d/ath3k.conf
Reboot and wait about 1 minute thensudo modprobe ath3k
and see if it will work. Are there any files listed withls /lib/firmware/ar3k
– Jeremy31 May 03 '15 at 22:58linux-firmware
with new Atheros firmware. https://launchpad.net/~hanipouspilot/+archive/ubuntu/rtlwifi/+files/linux-firmware_1.144%2Bar3012_all.deb – Pilot6 Jun 06 '15 at 20:17hciconfig -a
– Jeremy31 Jun 06 '15 at 23:48hciconfig -a
did not show anything. – Felipe Jun 10 '15 at 15:43