I upgraded today my C2 to ubuntu 18.04, and my Microsoft Bluetooth 3600 mouse stops working after a few minutes.
My bluetooth adapter is the one sold by hardkernel:
Code: Select all
me@odroid-C2:~$ lsusb
...
Bus 001 Device 004: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
...
Code: Select all
me@odroid-C2:~$ sudo bluetoothctl
[NEW] Controller 00:1A:7D:DA:xx:xx odroid-C2 [default]
[NEW] Device D5:8B:A5:39:xx:xx BluetoothMouse3600
[NEW] Primary Service
/org/bluez/hci0/dev_D5_8B_A5_39_xx_xx/service0009
0000180a-0000-1000-8000-00805f9b34fb
Device Information
[NEW] Characteristic
/org/bluez/hci0/dev_D5_8B_A5_39_xx_xx/service0009/char000c
00002a50-0000-1000-8000-00805f9b34fb
PnP ID
[NEW] Characteristic
/org/bluez/hci0/dev_D5_8B_A5_39_xx_xx/service0009/char000a
00002a29-0000-1000-8000-00805f9b34fb
Manufacturer Name String
[NEW] Primary Service
/org/bluez/hci0/dev_D5_8B_A5_39_xx_xx/service0008
00001801-0000-1000-8000-00805f9b34fb
Generic Attribute Profile
[NEW] Device 34:88:5D:70:xx:xx Keyboard K480
Agent registered
[bluetooth]# connect D5:8B:A5:39:xx:xx
Attempting to connect to D5:8B:A5:39:xx:xx
[CHG] Device D5:8B:A5:39:xx:xx Connected: yes
Connection successful
[CHG] Device D5:8B:A5:39:xx:xx ServicesResolved: yes
[CHG] Device 34:88:5D:70:xx:xx Connected: yes
The bluetooth keyboard K480 doesn't have this problem.
Note that I had no issue with this mouse on 16.04.
Any thoughts ?