如何在Atheros AR5B225上啟用藍牙?

如何在Atheros AR5B225上啟用藍牙?

我將 Asus EB1505 中的無線卡更改為 Atheros AR5B225 以使用 Bt。經過一段時間的努力,我沒有成功。 =(

我安裝了一堆推薦用於 ath3k 的軟體包,安裝了一個 Bt 天線到卡的「alt」尾纖,將 BIOS 設定為與 UEFI 和其他此類裝置相容。

我對 Bt 堆疊缺乏了解。 =( 在我的 Ubuntu 中啟用 Bt 還有哪些其他合理的方法?

lsusb輸出是:
cepreu@cepreu-EB1505:~$ lsusb Bus 002 Device 004: ID 0ac8:c40a Z-Star Microelectronics Corp. Bus 002 Device 003: ID 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader Bus 001 Device 003: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub 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 002: ID 058f:6387 Alcor Micro Corp. Flash Drive Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

答案1

我知道這可能有點晚了,但為了使用該晶片組從我的藍牙獲得可靠的結果,我必須使用 ath3k 列入黑名單,echo "blacklist ath3k" | sudo tee /etc/modprobe.d/ath3k.conf然後我編輯 rc.localgksudo gedit /etc/rc.local並添加到modprobe ath3k需要exit 0保存、退出並重新啟動的最後一行上方

你確實需要韌體所以sudo apt-get install linux-firmware

ath3k 和 xhci 驅動程式存在計時問題,通常會阻止 ath3k 加載固件,但透過延遲 ath3k 加載,這種方式可以完成工作

lsusb輸出是:

Bus 002 Device 004: ID 0ac8:c40a Z-Star Microelectronics Corp. 
Bus 002 Device 003: ID 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 003: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
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 002: ID 058f:6387 Alcor Micro Corp. Flash Drive
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

相關內容