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];

この問題をどのように解決しますか?

ミカエル

ベストアンサー1

おすすめ記事