|
Hi Deloptes, First I installed rffkill:
Then with the option "list": # rfkill list 1: dell-wifi: Wireless LAN Soft blocked: no Hard blocked: no 2: dell-bluetooth: Bluetooth Soft blocked: yes Hard blocked: no 3: phy0: Wireless LAN Soft blocked: no Hard blocked: no I identified: “Soft blocked: yes”. To unblock:
And after the list showed “Soft blocked: no”: # rfkill list 1: dell-wifi: Wireless LAN Soft blocked: no Hard blocked: no 2: dell-bluetooth: Bluetooth Soft blocked: no Hard blocked: no 3: phy0: Wireless LAN Soft blocked: no Hard blocked: no 4: hci0: Bluetooth Soft blocked: no Hard blocked: no After that the led of bluetooth in keyboard turned on and the
command hcitool dev showed: #hcitool dev
Devices:
hci0 xx:xx:xx:xx:xx:xx
After that I tried to pair and connect using a GUI tool
gnome-bluetooth and blueman, but I couldn't.Neither gnome-bluetooth nor blueman can connect with my phone (Nokia E71). Any tip? Thanks for your attention, Markos Em 07-03-2016 07:16, deloptes escreveu:
Markos wrote:The system detect the hardware on boot: dmesg | grep -i blue [ 9.685735] Bluetooth: Core ver 2.19 [ 9.685759] Bluetooth: HCI device and connection manager initialized [ 9.685770] Bluetooth: HCI socket layer initialized [ 9.685773] Bluetooth: L2CAP socket layer initialized [ 9.685787] Bluetooth: SCO socket layer initialized [ 20.010114] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 20.010119] Bluetooth: BNEP filters: protocol multicast [ 20.010135] Bluetooth: BNEP socket layer initialized |