Bluetooth dongle de repente desaparece

0

Um dongle bluetooth anexado ao meu pi da banana de repente desaparece da lista de dispositivos USB. Lsusb não mostra nada, mas talvez isso seja interessante, uma peça do dmesg:

[ 14.777099] udevd[167]: starting version 175 [ 17.763916] usb 1-1.3: device descriptor read/64, error -110 [ 32.983934] usb 1-1.3: device descriptor read/64, error -110 [ 33.204856] usb 1-1.3: new full-speed USB device number 4 using sw-ehci [ 48.313924] usb 1-1.3: device descriptor read/64, error -110 [ 63.533915] usb 1-1.3: device descriptor read/64, error -110 [ 63.754857] usb 1-1.3: new full-speed USB device number 5 using sw-ehci [ 74.184102] usb 1-1.3: device not accepting address 5, error -110 [ 74.294880] usb 1-1.3: new full-speed USB device number 6 using sw-ehci [ 84.724105] usb 1-1.3: device not accepting address 6, error -110 [ 84.741575] hub 1-1:1.0: unable to enumerate USB device on port 3

lsusb -t dá: /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=sw-ohci/1p, 12M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=sw-ehci/1p, 480M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=sw-ohci/1p, 12M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=sw-ehci/1p, 480M |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/4p, 480M |__ Port 4: Dev 7, If 0, Class=vend., Driver=rtl8812au, 480M

enquanto o "normal" o lsusb fornece: Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 007: ID 7392:a812 Edimax Technology Co., Ltd

Eu uso o Linux versão 3.4.104-bananian em Banana Pi 1.

Como posso devolver este dispositivo? Não é possível ir lá porque está montado muito alto ...

    
por Nexy_sm 23.02.2016 / 16:56

1 resposta

0

Bem, no meu caso, o problema foi resolvido carregando o módulo btusb que estava faltando por algum motivo.

Então:

modprobe btusb reboot

    
por 26.02.2016 / 17:08

Tags