我正在尝试编译这个司机适用于 Ubuntu 16.10 上的 TP-Link T2U usb WLAN 适配器。尝试执行制作命令我收到以下错误:
/home/iks/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
circa-2013 驱动程序文件对于您的 4.8.0-xx 内核来说太旧了,请尝试以下操作:
git clone https://github.com/ulli-kroll/mt7610u.git
cd mt7610u
make
sudo cp firmware/* /lib/firmware
sudo insmod mt7610u.ko
请告诉我们进展如何,因为我们将采取进一步措施。