Voi olla myös jokin virhetilanne järjestelmän Bluetooth-pinossa tai asetuskäyttöliittymässä, eli vahvistin ehkä löytyy, mutta järjestelmä ei vain näytä sitä oikein.
Kannattaa kokeilla bluetoothctl:llä komentorivillä. Käynnistä bluetoothctl:n interaktiivinen komentotulkki:
bluetoothctl
Komento devices näyttää paritetut laitteet:
[bluetooth]# devices
Device CC:98:8B:4A:91:DD WH-1000XM3
Device C8:29:2A:1E:BA:F1 LGE DTV BCM20702A1
Device C1:A4:D6:0C:C1:F7 Ruuvi C1F7
Device EF:B2:59:18:0C:86 Hue Flourish
Komento scan on aloittaa laitteiden etsinnän:
[bluetooth]# scan on
Discovery started
[CHG] Controller 68:17:29:C0:E6:34 Discovering: yes
[CHG] Device C1:A4:D6:0C:C1:F7 RSSI: -65
[CHG] Device C1:A4:D6:0C:C1:F7 ManufacturerData Key: 0x0499
[CHG] Device C1:A4:D6:0C:C1:F7 ManufacturerData Value:
05 09 36 2b a9 bb 1a ff e8 ff f0 04 18 77 96 8e ..6+.........w..
a7 c3 c1 a4 d6 0c c1 f7 ........
Komento scan off lopettaa etsinnän:
[bluetooth]# scan off
[CHG] Device C1:A4:D6:0C:C1:F7 RSSI is nil
[CHG] Controller 68:17:29:C0:E6:34 Discovering: no
Discovery stopped
Jos oikea laite löytyi, sen voi parittaa komennolla pair [laitetunnus]:
[bluetooth]# pair C1:A4:D6:0C:C1:F7
Attempting to pair with C1:A4:D6:0C:C1:F7
[CHG] Device C1:A4:D6:0C:C1:F7 Connected: yes
[CHG] Device C1:A4:D6:0C:C1:F7 Connected: no
Failed to pair: org.bluez.Error.AuthenticationCanceled
Voit poistua bluetoothctl:n komentotulkista komennolla exit tai quit. Ohjeita saa komennolla help.