Guest User

Untitled

a guest
Feb 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Zeroconf support disabled. To enable, install the following Python modules:
  2. dbus, gobject, avahi
  3. Connecting to : localhost
  4. Starting HID daemon
  5. Accepted Control connection from 00:24:33:98:D0:0C
  6. Accepted Interrupt connection from 00:24:33:98:D0:0C
  7. Received connection from a PS3 Blu-Ray Remote
  8. Exception in thread Thread-1:
  9. Traceback (most recent call last):
  10. File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
  11. self.run()
  12. File "/storage/.xbmc/addons/driver.remote.xbmc-ps3remote/pylib/xbmc/ps3d.py", line 232, in run
  13. sixaxis.initialize(self.csock, self.isock)
  14. File "/storage/.xbmc/addons/driver.remote.xbmc-ps3remote/pylib/xbmc/ps3/sixaxis.py", line 90, in initialize
  15. set_l2cap_mtu(control_sock, 64)
  16. File "/storage/.xbmc/addons/driver.remote.xbmc-ps3remote/pylib/bluetooth/bluez.py", line 111, in set_l2cap_mtu
  17. set_l2cap_options (sock, options)
  18. File "/storage/.xbmc/addons/driver.remote.xbmc-ps3remote/pylib/bluetooth/bluez.py", line 98, in set_l2cap_options
  19. sock.setsockopt (SOL_L2CAP, L2CAP_OPTIONS, s)
  20. File "<string>", line 5, in setsockopt
  21. BluetoothError: (22, 'Invalid argument')
Add Comment
Please, Sign In to add comment