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