Linux Mint: Não é possível instalar o Archer T2UH usb wifi no kernel 4.8.0

1

Eu comprei um dongle usb wi-fi Archer T2UH TP-link. Eu estou tentando instalá-lo no meu computador de trabalho que tem o linux mint 18.2 Sofia com o kernel 4.8.0.

Eu o instalei com sucesso na minha comp home, que tem o Mint 18 Sarah com o kernel 4.4.0.21 usando estas instruções:

mkdir ~/src
cd ~/src
git clone https://github.com/Myria-de/mt7610u_wifi_sta_v3002_dpo_20130916.git
make
sudo make install
sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat
sudo reboot

No entanto, ao tentar o mesmo no meu computador de trabalho com o novo kernel, ele dá um erro ao executar "make":

/home/mikael/src/mt7610u_wifi_sta_v3002_dpo_20130916/include/cfg80211.h:35:49
: error: ‘IEEE80211_NUM_BANDS’ undeclared here (not in a function) struct 
ieee80211_supported_band Cfg80211_bands[IEEE80211_NUM_BANDS];

Como consertar isso?

Mikael

    
por mikael 19.11.2017 / 09:28

0 respostas