Instalação do driver TPLink AC600

3

Eu preciso instalar esses drivers: link

OS: Ubuntu 14.04 LTS

    
por alex416 30.10.2015 / 01:26

1 resposta

3

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:

  1. Unplug Wifi dongle from USB

  2. update your sources and upgrade if any sudo apt-get update sudo apt-get upgrade

  3. install gnu compiler collection sudo apt-get install build-essential

  4. lets install git

    sudo apt-get install git 
    
  5. 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
      
  6. build driver

    cd mediatek_mt7610u_sta_driver_linux-64bit    
    make clean
    make
    sudo make install 
    

    There should not be any errors in last commands

  7. 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

  8. 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.

    
por 31.10.2015 / 05:50

Tags