O Apple Wireless Keyboard não se reconecta de forma confiável após a reinicialização (Ubuntu 15.10)

0

Eu tentei configurar o meu Apple Wireless Keyboard com o UbuntuGNOME 15.10, que na maioria das vezes funciona perfeitamente até que eu reinicie.

Após a reinicialização, tenho 20% de chance de o teclado reconectar e realmente funcionar, geralmente ele se conecta e aparece no gerenciador de dispositivos BT, mas não reconhece nenhuma entrada. Nesse caso, não consigo desconectá-lo para parear novamente. Preciso desconectar o & amp; Recoloque o dongle BT para fazer com que ele funcione imediatamente ou para re-emparelhá-lo.

Não foi possível encontrar uma descrição do problema que se encaixa no meu problema atual. Espero que alguém possa oferecer algumas sugestões sobre como identificar a origem do problema.

Atenciosamente!

Algumas informações:

dmesg | egrep -i 'azul | empresa'

[    0.197759] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    4.229878] pci 0000:ff:1e.3: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
[   46.531698] Bluetooth: Core ver 2.20
[   46.531715] Bluetooth: HCI device and connection manager initialized
[   46.531719] Bluetooth: HCI socket layer initialized
[   46.531721] Bluetooth: L2CAP socket layer initialized
[   46.531730] Bluetooth: SCO socket layer initialized
[   46.710888] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   46.710890] Bluetooth: BNEP filters: protocol multicast
[   46.710893] Bluetooth: BNEP socket layer initialized
[   62.511313] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   62.511318] Bluetooth: HIDP socket layer initialized
[   62.514069] input: Adriaan Bernsteins Tastatur as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/bluetooth/hci0/hci0:70/0005:05AC:0256.0006/input/input18
[   62.514286] apple 0005:05AC:0256.0006: input,hidraw3: BLUETOOTH HID v0.50 Keyboard [Adriaan Bernsteins Tastatur] on 00:16:a4:0a:61:aa
[   91.462191] Bluetooth: RFCOMM TTY layer initialized
[   91.462202] Bluetooth: RFCOMM socket layer initialized
[   91.462209] Bluetooth: RFCOMM ver 1.11
[  264.250991] input: Adriaan Bernsteins Tastatur as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/bluetooth/hci0/hci0:63/0005:05AC:0256.0007/input/input19
[  264.251500] apple 0005:05AC:0256.0007: input,hidraw3: BLUETOOTH HID v0.50 Keyboard [Adriaan Bernsteins Tastatur] on 00:16:a4:0a:61:aa

lsusb

Bus 006 Device 002: ID 8087:8002 Intel Corp. 
Bus 006 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 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 8087:800a Intel Corp. 
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 174c:3074 ASMedia Technology Inc. ASM1074 SuperSpeed hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 011: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
por adriaano 25.01.2016 / 21:54

1 resposta

0

Eu tive um problema semelhante com o meu Apple Magic Mouse no Ubuntu 15.10 e um Macbook Retina Pro.

Eu poderia emparelhar o mouse que funcionou até a reinicialização. Após a reinicialização, pude ver o emparelhamento, mas não consegui me reconectar. Eu uso o applet Blueman que deu o erro "Falha ao conectar erro de entrada / saída".

Uma correção temporária era excluir o emparelhamento, varrer e conectar o mouse, o que funcionaria até a reinicialização.

Enquanto o mouse está conectado, o comando lsmod | grep magic retorna:

$ lsmod | grep magic
hid_magicmouse        16384  0
hid                  118784  5 hidp,hid_generic,usbhid,hid_apple,hid_magicmouse

Quando o mouse não estava conectado, hid_magicmouse não estava presente.

Por fim, resolvi o problema adicionando a linha

% bl0ck_qu0te%

para o arquivo /etc/modules .

Agora o mouse se reconecta automaticamente na reinicialização.

Talvez a mesma abordagem funcione para você.

    
por user173283 17.04.2016 / 09:07