Conecte o mouse bluetooth Mint / Ubuntu

0

Meu mouse bluetooth

Estou tentando conectar este mouse pelo gerenciador de dispositivos blueman no mint 17.3 (kernel 4.4.4). Eu tentei algumas soluções diferentes na Internet, mas não obtive sucesso. No Windows 10 tudo funciona bem.

$ bluez-test-input connect xxxxxxxxxxxxxxxx

Traceback (most recent call last):
File "/usr/bin/bluez-test-input", line 42, in <module>
input.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.freedesktop.DBus.Error.UnknownMethod: Method "Connect" with signature "" on interface "org.bluez.Input" doesn't exist

log $ lsusb; hciconfig -a; dmesg | egrep -i 'blue|firm'

Bus 002 Device 003: ID 8087:07da Intel Corp. 
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0c45:649d Microdia 
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 006: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 004: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 003 Device 002: ID 413c:2513 Dell Computer Corp. internal USB Hub of E-Port Replicator
Bus 003 Device 005: ID 413c:2513 Dell Computer Corp. internal USB Hub of E-Port Replicator
Bus 003 Device 003: ID 413c:818e Dell Computer Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
hci0:   Type: BR/EDR  Bus: USB
    BD Address: C4:D9:87:68:74:F9  ACL MTU: 310:10  SCO MTU: 64:8
    UP RUNNING PSCAN 
    RX bytes:652 acl:0 sco:0 events:43 errors:0
    TX bytes:1452 acl:0 sco:0 commands:42 errors:0
    Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
    Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
    Link policy: RSWITCH HOLD SNIFF PARK 
    Link mode: SLAVE ACCEPT 
    Name: 'jakub-mint'
    Class: 0x6c0000
    Service Classes: Rendering, Capturing, Audio, Telephony
    Device Class: Miscellaneous, 
    HCI Version: 4.0 (0x6)  Revision: 0x1ebd
    LMP Version: 4.0 (0x6)  Subversion: 0xfc00
    Manufacturer: Intel Corp. (2)

    [    0.121991] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [    3.993683] Bluetooth: Core ver 2.21
    [    3.993698] Bluetooth: HCI device and connection manager initialized
    [    3.993706] Bluetooth: HCI socket layer initialized
    [    3.993709] Bluetooth: L2CAP socket layer initialized
    [    3.993715] Bluetooth: SCO socket layer initialized
    [    4.011736] Bluetooth: RFCOMM TTY layer initialized
    [    4.011743] Bluetooth: RFCOMM socket layer initialized
    [    4.011747] Bluetooth: RFCOMM ver 1.11
    [    4.031157] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [    4.031159] Bluetooth: BNEP filters: protocol multicast
    [    4.031163] Bluetooth: BNEP socket layer initialized
    [    4.124775] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    
por Jakub Pomykała 04.03.2016 / 21:21

0 respostas