Hi Deloptes,
The result:
[bluetooth]# devices
Device xx:xx:xx:xx:xx:xx Nokia E71
[bluetooth]# pairable on
Changing pairable on succeeded
[bluetooth]# discoverable on
Changing discoverable on succeeded
[bluetooth]# default-agent
No agent is registered
[bluetooth]# pair xx:xx:xx:xx:xx:xx
Attempting to pair with xx:xx:xx:xx:xx:xx
Failed to pair: org.bluez.Error.AlreadyExists
[bluetooth]# trust xx:xx:xx:xx:xx:xx
Changing xx:xx:xx:xx:xx:xx trust succeeded
[bluetooth]# connect xx:xx:xx:xx:xx:xx
Attempting to connect to xx:xx:xx:xx:xx:xx
Failed to connect: org.bluez.Error.Failed
[bluetooth]#
No connection. :^(
Any other tip?
Thanks for your attention,
Markos
Em 09-03-2016 15:23, deloptes escreveu:
Markos wrote:
Hi Deloptes,
First I installed rffkill
<https://wireless.wiki.kernel.org/en/users/Documentation/rfkill>:
||bash# | apt-get |install| /|rfkill |/|
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:||
||
||bash# | rfkill |unblock| /|2 |/|
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?
quite a progress
try bluetoothctl
bluetoothctl
# devices
# pairable on
# discoverable on
# default-agent
# pair <device>
# trust <device>
# connect <device>
regards