Bluetooth issues on new Parrot installation

– Bluetooth issues on new Parrot installation –

  • 5.1.2 Electro Aura

  • 6.0.0-12parrot1-AMD64

  • Pastebin dmesg.txt

I recently replaced Ubuntu 22.04.1 LTS with Parrot OS 5.1.2 on a Minisforum EliteMini HM90. Parrot recognized every component of the HM90 — unlike Kali, which could not recognize anything — and quickly came up on WiFi. So far, so good.

On Ubuntu, I had been using a Logitech MX Keys Mini keyboard, an Apple Magic Trackpad 2, and an off-brand numeric keypad without any issues — all three devices came up in Ubuntu without any special finagling and just worked. I installed Parrot using wired USB keyboard and mouse, and later attempted to add the three Bluetooth devices. Ironically, the least expensive device, the generic numeric keypad, came up and worked without a hitch in Parrot; the Magic Trackpad paired easily, but worked poorly, as if it were losing its Bluetooth connection every other half-second; Parrot fails to pair with the Logitech keyboard at all, though it does sense that the keyboard is available for pairing.

I have used bluetoothctl to observe what is happening, and to try to force a pairing with the Logitech keyboard. No problems can be observed in bluetoothctl with the operation of the trackpad. The keyboard is seen but cannot be paired. I am afraid that that is the extent of my knowledge for troubleshooting and/or fixing Bluetooth issues in Linux. I am happy to follow any instructions toward resolving this issue.

I have to believe that this issue can be resolved, since both the trackpad and the keyboard worked flawlessly in Ubuntu — like Parrot OS, a Debian derivative.

Thank you in advance,

-roboris

This tutorial works perfect or me with my Logitech K380 keyboard :slight_smile:

Thank you for your suggestion. I followed the instructions exactly, but got a different result:

╰─> bluetoothctl
Agent registered
[bluetooth]# agent on
Agent is already registered
[bluetooth]# scan on
Discovery started
[NEW] Device D9:9D:26:04:86:D9 MX Keys Mini
[CHG] Device D9:9D:26:04:86:D9 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[CHG] Device D9:9D:26:04:86:D9 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[CHG] Device D9:9D:26:04:86:D9 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[CHG] Device D9:9D:26:04:86:D9 UUIDs: 0000180f-0000-1000-8000-00805f9b34fb
[CHG] Device D9:9D:26:04:86:D9 UUIDs: 00001812-0000-1000-8000-00805f9b34fb
[CHG] Device D9:9D:26:04:86:D9 UUIDs: 0000fd72-0000-1000-8000-00805f9b34fb
[CHG] Device D9:9D:26:04:86:D9 UUIDs: 00010000-0000-1000-8000-011f2000046d
[CHG] Device D9:9D:26:04:86:D9 ServicesResolved: yes
[CHG] Device D9:9D:26:04:86:D9 WakeAllowed: yes
[MX Keys Mini]# scan off
Discovery stopped
[CHG] Device D9:9D:26:04:86:D9 ServicesResolved: no
[CHG] Device D9:9D:26:04:86:D9 Connected: no
[CHG] Device D9:9D:26:04:86:D9 Connected: yes
[CHG] Device D9:9D:26:04:86:D9 Connected: no
[CHG] Device D9:9D:26:04:86:D9 Connected: yes
[CHG] Device D9:9D:26:04:86:D9 Connected: no
[CHG] Device D9:9D:26:04:86:D9 Connected: yes
[MX Keys Mini]# trust D9:9D:26:04:86:D9
[CHG] Device D9:9D:26:04:86:D9 Trusted: yes
Changing D9:9D:26:04:86:D9 trust succeeded
[CHG] Device D9:9D:26:04:86:D9 Connected: no
[CHG] Device D9:9D:26:04:86:D9 Connected: yes
[MX Keys Mini]# pair D9:9D:26:04:86:D9
Attempting to pair with D9:9D:26:04:86:D9
[CHG] Device D9:9D:26:04:86:D9 Connected: no
Failed to pair: org.bluez.Error.AuthenticationCanceled
[CHG] Device D9:9D:26:04:86:D9 Connected: yes
[CHG] Device D9:9D:26:04:86:D9 Connected: no
[bluetooth]#

I was never given a passphrase to type in; instead, authentication was spontaneously cancelled. This replicates what I tried to do in bluetoothctl before I originally posted here, but I was willing to go through the steps one more time to see if I had missed anything earlier. Unfortunately, nothing changed since my initial unsuccessful bluetoothctl attempt.

Are there no other suggestions?

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.