No Bluetooth adapters found (Broadcom BCM2046B1... or Dell Wireless 365 Bluetooth?)
Bluetooth is working out of the box in Ubuntu since a few releases already. On Fedora 19 (and now Fedora 20), I can't make it work unfortunately.
My laptop is a Dell Vostro 3300, and the bluetooth chip seems to be a Broadcom BCM2046B1:
$ lsusb | grep Bluetooth
Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
I think I have installed all the required packages, you can check out the list below:
$ rpm -qa | grep bluez
bluez-hid2hci-5.10-2.fc20.x86_64
pybluez-0.18-7.fc20.x86_64
bluez-5.10-2.fc20.x86_64
bluez-hcidump-2.5-3.fc20.x86_64
bluez-cups-5.10-2.fc20.x86_64
bluez-libs-5.10-2.fc20.x86_64
$ rpm -qa | grep bluetooth
gnome-bluetooth-libs-3.10.0-1.fc20.x86_64
pulseaudio-module-bluetooth-4.0-7.gitf81e3.fc20.x86_64
gnome-bluetooth-3.10.0-1.fc20.x86_64
The bluetooth service is active:
# systemctl status bluetooth.service
bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled)
Active: active (running) since Sat 2013-10-26 18:25:58 CEST; 11min ago
Docs: man:bluetoothd(8)
Main PID: 869 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─869 /usr/libexec/bluetooth/bluetoothd
Oct 26 18:25:58 vostro3300 systemd[1]: Starting Bluetooth service...
Oct 26 18:25:58 vostro3300 bluetoothd[869]: Bluetooth daemon 5.10
Oct 26 18:25:58 vostro3300 systemd[1]: Started Bluetooth service.
Oct 26 18:25:58 vostro3300 bluetoothd[869]: Starting SDP server
Oct 26 18:25:58 vostro3300 bluetoothd[869]: Bluetooth management interface 1.3 initialized
And yet, my bluetooth adapter seems unknown in the bluetooth entry of the settings. Same if I use hcitool
:
$ hcitool dev
Devices:
I'm all ears if you have any idea!
Edit : after booting on Ubuntu GNOME 3.10 were my adapter is working, I have noticed one more line when running lsusb
:
ubuntu-gnome@ubuntu-gnome:~$ lsusb
Bus 001 Device 008: ID 413c:8160 Dell Computer Corp. Wireless 365 Bluetooth
Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
I thought it deserved a bug report.
It's inside the laptop actually. Do you think it might be a hardware failure?
Install some other operating systems to find out.
I've tried Ubuntu GNOME 13.10, it's working well. There must be something missing on my Fedora installation.