Linux Mint: 커널 4.8.0에 Archer T2UH USB Wi-Fi를 설치할 수 없습니다

Linux Mint: 커널 4.8.0에 Archer T2UH USB Wi-Fi를 설치할 수 없습니다

TP-link Archer T2UH Wi-Fi USB 동글을 구매했습니다. Linux Mint 18.2 Sofia와 커널 4.8.0이 설치된 업무용 컴퓨터에 설치하려고 합니다.

다음 지침에 따라 Mint 18 Sarah가 있는 가정용 컴퓨터에 성공적으로 설치했습니다.

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

그러나 최신 커널을 사용하는 작업 컴퓨터에서 동일한 작업을 시도하면 "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];

이 문제를 어떻게 해결하나요?

미카엘

관련 정보