Моя записная книжка. Комментарии отключены из-за спама. Для вопросов используйте эту страничку

BT Мышь

apt-get install bluetooth bluez bluez-tools rfkill
apt-get install bluez-firmware firmware-atheros

systemctl enable bluetooth.service
systemctl start bluetooth.service

включить пайринг на мыши (зажать все п/л кнопки и колесико на 3 секунды)
hcitool scan
узнаем мак

bluetoothctl

[bluetooth]# list
Controller MAC_адрес_контроллера BlueZ 5.5 [default]
[bluetooth]# select MAC_адрес_контроллера
[bluetooth]# power on
[bluetooth]# scan on
[bluetooth]# agent on
[bluetooth]# devices
Device MAC_адрес_мыши Name: Bluetooth Mouse
[bluetooth]# pair MAC_адрес_мыши
[bluetooth]# trust MAC_адрес_мыши
[bluetooth]# connect MAC_адрес_мыши

/etc/default/bluetooth
исправить HID2HCI_ENABLED=1

/etc/bluetooth/hcid.conf
device MAC_адрес_мыши {
name «Мегамышь»;
}

/etc/init.d/bluetooth restart

 50   2018   linux