Last active
August 3, 2019 09:11
-
-
Save bbtdev/89dd6a4b3adcf3d1f7336c46347b78f1 to your computer and use it in GitHub Desktop.
lenovo-thinkpad-bluetooth-keyboard-with-trackpoint-linux-pairing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Another workaround for this is: | |
1. run sudo hcidump -at | |
2. launch bluetooth-wizard, select the device (keyboard) and click "Continue" | |
3. watch the output from hcidump in terminal, you'll see Passcode: somerandompasscode | |
4. type this passcode on bt keyboard and press ENTER | |
5. done, your keyboard is successfully paired | |
Problem is IMHO with bluetooth-wizard UI not displaying the popup with passcode prompt. | |
from https://bugzilla.redhat.com/show_bug.cgi?id=1019287 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment