Ubuntu Wifi mais de 40 vezes mais lento que o FreeBSD e os drivers do Windows

1

O que dá com suporte a AWF AWifi do Ubuntu?

~$ uname -a

Linux CQF-MSI 4.13.0-37-generic #42~16.04.1-Ubuntu SMP Wed Mar 7 16:03:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

lspci | awk '/[Nn]et/ {print $1}' | xargs -i% lspci -ks %

04:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 20)
Subsystem: Bigfoot Networks, Inc. Killer N1525 Wireless-AC
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci

Eu já tentei:

sudo modprobe -rfv ath10k_pci
sudo modprobe -v ath10k_pci nohwcrypt=1

e

sudo apt-get install git
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware
sudo cp -r * /lib/firmware

Sem sorte.

O QUE DÁ?

    
por Henry Methorst 29.03.2018 / 05:55

1 resposta

0

Aqui está a resposta:

O Qualcomm Atheros QCA6174 com o driver ath10k_pci é um limão e não apenas nas distros do Ubuntu. Como discutido aqui.

    
por Henry Methorst 02.04.2018 / 08:06