Talk:RPi USB Bluetooth adapters
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
ORICO Bluetooth 4.0 Adapter tested and working | 0 | 17:03, 18 January 2015 |
Just finished installing and testing the ORICO Bluetooth 4.0 Adapter.
Environment
- Raspberry Pi Model B+ 512MB - Raspbmc running Kodi (Compiled: Dec 24 2014)
I followed the instructions from http://elinux.org/RPi_Bluetooth_keyboard_setup.
I got the following error when I attempted to pair my device.
Creating device failed: org.bluez.Error.AuthenticationRejected: Authentication Rejected
I performed the following to resolve.
- sudo nano /usr/bin/bluez-simple-agent (This will open nano, a command line text editor.)
- Use Control-w (^w) and search for ‘KeyboardDisplay’.
- Change the one occurrence of ‘KeyboardDisplay’ to ‘DisplayYesNo’, close the editor with Control-x (^x) press return to save changes to the file and exit.
The adapter stays connected after shutdown and reboot.