바나나 파이에 연결된 블루투스 어댑터가 갑자기 USB 장치 목록에서 사라졌습니다. Lsusb는 전혀 표시하지 않지만 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는 다음을 제공합니다.
/: 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
그리고 "정상적인" lsusb는 다음을 제공합니다:
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
저는 Banana Pi 1에서 Linux 버전 3.4.104-bananian을 사용하고 있습니다.
이 장치를 어떻게 반품할 수 있나요? 너무 높게 설치되어 있어서 갈 수가 없어요...
답변1
글쎄요, 제 경우에는 어떤 이유로 누락된 btusb 모듈을 로드하여 문제가 해결되었습니다.
그래서:
modprobe btusb reboot