Had a problem for weeks and I am no further forward. I've been seeking help here, Reddit, RetroPie forums, Facebook, and Twitter - and nobody seems to be able to help. It's extremely frustrating. In a nutshell - the issue I am having is I can't pair a Bluetooth gamepad controller to my Rasperry Pi 3B+. It is an HC-06 module.
Code: Select all
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/dbud/connection.py", line 604, in msg_reply_handler
reply_handler(*message.get.args_list(**get_args_opts))
File "/home/pi/RetroPie-Setup/scriptmodules/supplementary/bluetooth/bluez-simple-agent", line 118, in pair_reply dev_connect(dev_path)
File "/home/pi/RetroPie-Setup/scriptmodules/supplementary/bluetooth/bluez-simple-agent", line 38, in dev_connect dev.Connect()
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.bluez.Error.NotAvailable: Operation currently not available- Connected to Android device - controller works perfectly!
- Updated bluez from 5.43 to 5.48 - still same issue
- Updated bluez from 5.48 to 5.50 - still same issue
- Tried connecting via Raspi Config - (pairing works, trusting works, connecting gives error described above "Failed to connect: org.bluez.Error.NotAvailable. Operation not available")
- Tried connecting manually via bluetoothctl - (pairing works, trusting works, connecting gives error "Failed to connect: org.bluez.Error.NotAvailable")
- Tried connecting via sudo "rfcomm connect hci0 00:18:E4:34:FD:B5" - this works but doesn't allow me to use this is an input device and isn't recognised as a controller using cat /proc/bus/input/devices
- Tried following this thread: https://www.raspberrypi.org/forums/view ... 1&start=25
So, can someone PLEASE help me with this issue? It is driving me INSANE! I've been searching these forums and the user Douglas6 seems to know alot about HC-06 but I have tried messaging him but I don't have the option.