drivers de adpter usb sem fio bl-wn151

-1

por favor me ajude !!!

EU TENHO UM CD DE DRIVER DO MEU USB ADPTER, HÁ UMA PASTA DE LINUX NELA MAS NÃO CONHECE INSTALAR ???

A CONFIGURAÇÃO TOTAL DO MEU ADAPTADOR SEM FIO USB ESTÁ LIGADA :::

www.lb-link.cn/index.php/download/view?cid=195

A saída de lsusb é

Bus 001 Device 008: ID 148f:7601 Ralink Technology, Corp. 
    
por Divyanshu Jangra 03.08.2015 / 20:19

1 resposta

1

Execute estes comandos no terminal. Com muito cuidado!

sudo apt-get -y install build-essential git
git clone https://github.com/porjo/mt7601.git 
cd mt7601/src
make
sudo make install
sudo mkdir -p /etc/Wireless/RT2870STA/
sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
sudo modprobe mt7601Usta

Wifi deve funcionar depois disso.

Mas você terá que reinstalar o driver após cada atualização do kernel.

    
por Pilot6 03.08.2015 / 20:27