Before open this topic, I have searched a lof at Google, this forum and others about problems with bluetooth on Linux, but without luck. My notebook is a Dell Inspiron 1525 with internal adapter, that worked well at my Windows 7 and Mandriva 2011. Here in Mageia 3, I have installed bluez (and all packs related to it), bluedevil and blueman and I also tried the following:
- Code: Select all
dmesg | grep "Blue"
[ 247.867138] Bluetooth: Core ver 2.16
[ 247.868903] Bluetooth: HCI device and connection manager initialized
[ 247.868913] Bluetooth: HCI socket layer initialized
[ 247.868917] Bluetooth: L2CAP socket layer initialized
[ 247.868927] Bluetooth: SCO socket layer initialized
[ 247.876954] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 247.876959] Bluetooth: BNEP filters: protocol multicast
[ 247.876970] Bluetooth: BNEP socket layer initialized
[ 247.934069] Bluetooth: RFCOMM TTY layer initialized
[ 247.934085] Bluetooth: RFCOMM socket layer initialized
[ 247.934087] Bluetooth: RFCOMM ver 1.11
- Code: Select all
rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
- Code: Select all
hcitool dev
Devices:
- Code: Select all
hciconfig --all
Nothing returns...
- Code: Select all
systemctl status dbus-org.bluez.service
bluetooth.service - Bluetooth Manager
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
Active: activating (start) since Tue, 2013-06-25 21:44:11 BRT; 57s ago
Main PID: 4120 (bluetoothd)
CGroup: name=systemd:/system/bluetooth.service
└ 4120 /usr/sbin/bluetoothd -n
Jun 25 21:44:11 localhost systemd[1]: Starting Bluetooth Manager...
Jun 25 21:44:11 localhost bluetoothd[4120]: bluetoothd[4120]: Bluetooth daemon 4.101
Jun 25 21:44:11 localhost bluetoothd[4120]: Bluetooth daemon 4.101
Jun 25 21:44:11 localhost bluetoothd[4120]: Starting SDP server
Jun 25 21:44:11 localhost bluetoothd[4120]: Bluetooth Management interface initialized
Jun 25 21:44:11 localhost bluetoothd[4120]: bluetoothd[4120]: Starting SDP server
Jun 25 21:44:11 localhost bluetoothd[4120]: bluetoothd[4120]: Bluetooth Management interface initialized
Even with this saying that bluetooth is active, the bluedevil shows the message "No adapters found".
