Cannot pair bluetooth designer mouse with ubuntu 16.04 due to bluez AuthenticationTimeout error

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Having bought a new low-energy bluetooth designer mouse recently, I was unable to connect it to my new hp pavilion. Judging by the amount of threads problems with bluetooth connection on ubuntu are no rarity.



Some days ago I paired it miraculously but every time i logged in I had to make several attempts before being able to connect the mouse, sometimes even after multiple logouts/reboots. Therefor I removed it from the pairing list, plunging myself further in the bluetooth mess.



First I found some answers to add to the auto-poweron rules, without result however



trying it with bluetoothctl directly gave the same AuthenticationTimeout error.
After using blueman-applet --loglevel debug i got the following backtrace of the error:



{
check (/usr/lib/python3/dist-packages/blueman/plugins/applet/PowerManager.py:119)
callbacks done
_________
set_adapter_state (/usr/lib/python3/dist-packages/blueman/plugins/applet/PowerManager.py:90)
True
_________
__init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
caching initial properties
_________
__del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
_________
Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
klass = Device(path).get_properties()["Class"] & 0x1fff
KeyError: 'Class'
_________
__init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
caching initial properties
_________
__del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
_________
Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
_________
__init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
caching initial properties
_________
__del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
_________
Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
klass = Device(path).get_properties()["Class"] & 0x1fff
KeyError: 'Class'
_________
__init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
caching initial properties
_________
__del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
_________
Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
klass = Device(path).get_properties()["Class"] & 0x1fff
KeyError: 'Class'
_________
__init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
caching initial properties
_________
__del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
_________
Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
_________
__init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
caching initial properties
_________
__del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
_________
Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
handler(name, value, **kwargs)
File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
klass = Device(path).get_properties()["Class"] & 0x1fff
KeyError: 'Class'


I would very much like to use this mouse with ubuntu after all, so I hope there is someone who can see what specifically causes this authentication timeout.



Cheers,



Tim







share|improve this question
























    up vote
    0
    down vote

    favorite












    Having bought a new low-energy bluetooth designer mouse recently, I was unable to connect it to my new hp pavilion. Judging by the amount of threads problems with bluetooth connection on ubuntu are no rarity.



    Some days ago I paired it miraculously but every time i logged in I had to make several attempts before being able to connect the mouse, sometimes even after multiple logouts/reboots. Therefor I removed it from the pairing list, plunging myself further in the bluetooth mess.



    First I found some answers to add to the auto-poweron rules, without result however



    trying it with bluetoothctl directly gave the same AuthenticationTimeout error.
    After using blueman-applet --loglevel debug i got the following backtrace of the error:



    {
    check (/usr/lib/python3/dist-packages/blueman/plugins/applet/PowerManager.py:119)
    callbacks done
    _________
    set_adapter_state (/usr/lib/python3/dist-packages/blueman/plugins/applet/PowerManager.py:90)
    True
    _________
    __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
    caching initial properties
    _________
    __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
    deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    _________
    Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
    invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    ERROR:dbus.connection:Exception in handler for D-Bus signal:
    Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
    self._handler(*args, **kwargs)
    File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
    handler(name, value, **kwargs)
    File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
    klass = Device(path).get_properties()["Class"] & 0x1fff
    KeyError: 'Class'
    _________
    __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
    caching initial properties
    _________
    __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
    deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    _________
    Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
    invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    _________
    __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
    caching initial properties
    _________
    __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
    deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    _________
    Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
    invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    ERROR:dbus.connection:Exception in handler for D-Bus signal:
    Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
    self._handler(*args, **kwargs)
    File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
    handler(name, value, **kwargs)
    File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
    klass = Device(path).get_properties()["Class"] & 0x1fff
    KeyError: 'Class'
    _________
    __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
    caching initial properties
    _________
    __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
    deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    _________
    Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
    invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    ERROR:dbus.connection:Exception in handler for D-Bus signal:
    Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
    self._handler(*args, **kwargs)
    File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
    handler(name, value, **kwargs)
    File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
    klass = Device(path).get_properties()["Class"] & 0x1fff
    KeyError: 'Class'
    _________
    __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
    caching initial properties
    _________
    __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
    deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    _________
    Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
    invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    _________
    __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
    caching initial properties
    _________
    __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
    deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    _________
    Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
    invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
    ERROR:dbus.connection:Exception in handler for D-Bus signal:
    Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
    self._handler(*args, **kwargs)
    File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
    handler(name, value, **kwargs)
    File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
    klass = Device(path).get_properties()["Class"] & 0x1fff
    KeyError: 'Class'


    I would very much like to use this mouse with ubuntu after all, so I hope there is someone who can see what specifically causes this authentication timeout.



    Cheers,



    Tim







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Having bought a new low-energy bluetooth designer mouse recently, I was unable to connect it to my new hp pavilion. Judging by the amount of threads problems with bluetooth connection on ubuntu are no rarity.



      Some days ago I paired it miraculously but every time i logged in I had to make several attempts before being able to connect the mouse, sometimes even after multiple logouts/reboots. Therefor I removed it from the pairing list, plunging myself further in the bluetooth mess.



      First I found some answers to add to the auto-poweron rules, without result however



      trying it with bluetoothctl directly gave the same AuthenticationTimeout error.
      After using blueman-applet --loglevel debug i got the following backtrace of the error:



      {
      check (/usr/lib/python3/dist-packages/blueman/plugins/applet/PowerManager.py:119)
      callbacks done
      _________
      set_adapter_state (/usr/lib/python3/dist-packages/blueman/plugins/applet/PowerManager.py:90)
      True
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      ERROR:dbus.connection:Exception in handler for D-Bus signal:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
      self._handler(*args, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
      handler(name, value, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
      klass = Device(path).get_properties()["Class"] & 0x1fff
      KeyError: 'Class'
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      ERROR:dbus.connection:Exception in handler for D-Bus signal:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
      self._handler(*args, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
      handler(name, value, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
      klass = Device(path).get_properties()["Class"] & 0x1fff
      KeyError: 'Class'
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      ERROR:dbus.connection:Exception in handler for D-Bus signal:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
      self._handler(*args, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
      handler(name, value, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
      klass = Device(path).get_properties()["Class"] & 0x1fff
      KeyError: 'Class'
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      ERROR:dbus.connection:Exception in handler for D-Bus signal:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
      self._handler(*args, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
      handler(name, value, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
      klass = Device(path).get_properties()["Class"] & 0x1fff
      KeyError: 'Class'


      I would very much like to use this mouse with ubuntu after all, so I hope there is someone who can see what specifically causes this authentication timeout.



      Cheers,



      Tim







      share|improve this question












      Having bought a new low-energy bluetooth designer mouse recently, I was unable to connect it to my new hp pavilion. Judging by the amount of threads problems with bluetooth connection on ubuntu are no rarity.



      Some days ago I paired it miraculously but every time i logged in I had to make several attempts before being able to connect the mouse, sometimes even after multiple logouts/reboots. Therefor I removed it from the pairing list, plunging myself further in the bluetooth mess.



      First I found some answers to add to the auto-poweron rules, without result however



      trying it with bluetoothctl directly gave the same AuthenticationTimeout error.
      After using blueman-applet --loglevel debug i got the following backtrace of the error:



      {
      check (/usr/lib/python3/dist-packages/blueman/plugins/applet/PowerManager.py:119)
      callbacks done
      _________
      set_adapter_state (/usr/lib/python3/dist-packages/blueman/plugins/applet/PowerManager.py:90)
      True
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      ERROR:dbus.connection:Exception in handler for D-Bus signal:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
      self._handler(*args, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
      handler(name, value, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
      klass = Device(path).get_properties()["Class"] & 0x1fff
      KeyError: 'Class'
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      ERROR:dbus.connection:Exception in handler for D-Bus signal:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
      self._handler(*args, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
      handler(name, value, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
      klass = Device(path).get_properties()["Class"] & 0x1fff
      KeyError: 'Class'
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      ERROR:dbus.connection:Exception in handler for D-Bus signal:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
      self._handler(*args, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
      handler(name, value, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
      klass = Device(path).get_properties()["Class"] & 0x1fff
      KeyError: 'Class'
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      __init__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:26)
      caching initial properties
      _________
      __del__ (/usr/lib/python3/dist-packages/blueman/main/Device.py:72)
      deleting device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      _________
      Destroy (/usr/lib/python3/dist-packages/blueman/main/Device.py:94)
      invalidating device /org/bluez/hci0/dev_F3_5C_85_06_6A_96
      ERROR:dbus.connection:Exception in handler for D-Bus signal:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
      self._handler(*args, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/bluez/PropertiesBlueZInterface.py", line 55, in wrapper
      handler(name, value, **kwargs)
      File "/usr/lib/python3/dist-packages/blueman/plugins/applet/GameControllerWakelock.py", line 36, in on_device_property_changed
      klass = Device(path).get_properties()["Class"] & 0x1fff
      KeyError: 'Class'


      I would very much like to use this mouse with ubuntu after all, so I hope there is someone who can see what specifically causes this authentication timeout.



      Cheers,



      Tim









      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 30 at 12:40









      timmaay92

      11




      11

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030101%2fcannot-pair-bluetooth-designer-mouse-with-ubuntu-16-04-due-to-bluez-authenticati%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030101%2fcannot-pair-bluetooth-designer-mouse-with-ubuntu-16-04-due-to-bluez-authenticati%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Which professions warranted travel in Medieval times?

          How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

          Trouble downloading packages list due to a “Hash sum mismatch” error