alex416, Vi seu post e também estava procurando a mesma resposta à sua pergunta. Acabei de corrigir o meu TP-Link AC600 para trabalhar na minha máquina Linux.
Siga estas instruções ( link ) e você deve estar instalado e funcionando.
Nota : A página fornece informações básicas sobre o problema, mas você realmente precisa da seção intitulada " Importante - Etapas para construir o driver a partir de fontes ". Todos os comandos são feitos no terminal:
Steps:
Unplug Wifi dongle from USB
update your sources and upgrade if any sudo apt-get update sudo apt-get upgrade
install gnu compiler collection sudo apt-get install build-essential
lets install git
sudo apt-get install git
get sources
git clone https://[email protected]/sanrath/mediatek_mt7610u_sta_driver_linux-64bit.git
if you have cloned already
cd mediatek_mt7610u_sta_driver_linux-64bit git pull
build driver
cd mediatek_mt7610u_sta_driver_linux-64bit make clean make sudo make install
There should not be any errors in last commands
After the last command connect your USB Wifi adapter to any USB port. Now it must have listed all visible wifi signals(SSIDs). Connect to internet
- open a browser and test internet !!
Não tem certeza de qual sistema você tem (64 bits ou 32 bits), mas isso é para um sistema de 64 bits.