Problema
Não estou conseguindo usar o bluetooth. Durante a inicialização, recebo este erro:
usb 1-1.1: firmware: failed to load ar3k/AthrBT_0x01020200.dfu (-2)
Bluetooth: Loading patch file failed
Laptop: Asus x201e SO: Debian 9.2.1 Mate
O que eu tentei
https://askubuntu.com/questions/574312/why-bluetooth-or-usb-3-0-fails-to-load-during-booting
echo "blacklist ath3k" | sudo tee /etc/modrobe.d/ath3k.conf
pegue isto
debian@debian:~$ echo "blacklist ath3k" | sudo tee /etc/modrobe.d/ath3k.conf
tee: /etc/modrobe.d/ath3k.conf: No such file or directory
blacklist ath3k
também já tentei isso:
sudo apt install firmware-atheros
resultado:
E: Impossível localizar o pacote firmware-atheros
Eu também tentei essas instruções para construir o firmware https://wiki.debian.org/ath9k_htc/open_firmware
29 de dezembro de 2017 Edit: Ainda tenho esse problema não resolvido.
O
firmware-atheros
é um software não-livre, você deve ter onon-free
componente para o seusources.list
.Edite seu sources.list (como root):
Este é um exemplo
sources.list
( debian wiki: SourcesList ):Salve e execute:
O pacote
firmware-atheros
fornece oath3k
driver conforme a descrição diz:Para carregar o driver:
Estou tendo o mesmo problema em um Asus X200CA. Isso é o que eu tive que fazer para fazê-lo funcionar.
Instale o firmware-atheros do repositório não livre e do GNOME Blueman - o Gerenciador de Bluetooth do KDE está quebrado e falha ao adicionar dispositivos.
apt install firmware-atheros blueman
Se você não tiver um não-livre, adicione-o a /etc/apt/sources.list deb http://ftp.us.debian.org/debian/ stretch main contrib non-free deb http://security.debian. org/debian-security stretch/updates contribuição principal não-livre deb http://ftp.us.debian.org/debian/ stretch-updates contribuição principal não-livre
Lista negra ath3k temporariamente
touch /etc/modprobe.d/ath3k.conf
lista negra ath3kRemova o módulo ath3k
rmmod ath3k
Adicione
InitiallyPowered=true
a /etc/bluetooth/main.confReiniciar - o BlueTooth não funcionará nesta reinicialização
Remova a lista negra temporária do módulo rm /etc/modprobe.d/ath3k.conf
Carregue o módulo ath3k modprobe ath3k
reiniciar - o bluetooth deve funcionar
rfkill list
- deve dizer "Não" "Não"Se não executar:
rfkill 1 unblock
hciconfig
- deve dizer "em funcionamento"se não executar:
hciconfig hci0 up