![데비안 기반 Arm SBC는 블루투스를 사용할 수 없습니다.](https://linux55.com/image/221416/%EB%8D%B0%EB%B9%84%EC%95%88%20%EA%B8%B0%EB%B0%98%20Arm%20SBC%EB%8A%94%20%EB%B8%94%EB%A3%A8%ED%88%AC%EC%8A%A4%EB%A5%BC%20%EC%82%AC%EC%9A%A9%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
Debian 11이 설치된 arm64 SBC가 있습니다. 통신을 위해서는 Sparkfun WPEQ-261ACNI(BT)가 제공되는 Bluetooth를 사용해야 합니다. Qualcomm 칩을 사용하고 Debian 11은 Wi-Fi 부분을 감지하지만 Bluetooth를 사용할 수 없습니다.
내가 아는 한 그것은 firmware-atheros
단지 제공합니다와이파이연결하다.
확인하면 다음과 같은 lsusb
결과를 얻습니다.
Bus 002 Device 004: ID 0cf3:e300 Qualcomm Atheros Communications QCA61x4 Bluetooth 4.0
firmware-atheros
을(를 ) 설치했는데 firmware-realtek
모든 linux-firmware
패키지와 Wi-Fi가 제대로 작동하지만 bluetoothctl scan on
오류가 반환됩니다.
No default controller available
이것이 출력이다
dmesg|grep -iE 'firm|blue'
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 54.129618] imx-sdma 30bd0000.sdma: loaded firmware 4.5
[ 58.679019] ath10k_pci 0000:01:00.0: firmware ver WLAN.RM.4.4.1-00157-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 90eebefb
[ 793.750879] Bluetooth: Core ver 2.22
[ 793.751236] Bluetooth: HCI device and connection manager initialized
[ 793.751788] Bluetooth: HCI socket layer initialized
[ 793.751822] Bluetooth: L2CAP socket layer initialized
[ 793.752239] Bluetooth: SCO socket layer initialized
[ 3448.334457] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3448.334525] Bluetooth: BNEP socket layer initialized
또한 나는 이것이 도움이 될 것이라고 생각했습니다.
dmesg |grep -iE -C3 'QCA61'
출력은 다음과 같습니다
[ 56.729063] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 58.031450] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 58.033508] ath10k_pci 0000:01:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
[ 58.675133] ath10k_pci 0000:01:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 168c:3363
[ 58.675167] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 58.679019] ath10k_pci 0000:01:00.0: firmware ver WLAN.RM.4.4.1-00157-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 90eebefb
[ 58.920196] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 318825bf
또한 모든 bluez 소프트웨어를 장치에 설치하려고 시도했지만 아무 일도 일어나지 않았습니다.
어떤 도움이라도 대단히 감사하겠습니다.