我正在尝试下载并安装 Archer T2UH 无线 USB 适配器的驱动程序。没有任何效果

我正在尝试下载并安装 Archer T2UH 无线 USB 适配器的驱动程序。没有任何效果

我有 Ubuntu 4.8.0-52.55-generic 4.8.17。

我从这个论坛下载了三个不同的驱动程序(所有版本都名为 mt7610u-something),但都无法安装。大多数都无法编译,问题包括

error: ‘IEEE80211_NUM_BANDS’ undeclared here (not in a function)
  struct ieee80211_supported_band Cfg80211_bands[IEEE80211_NUM_BANDS];

error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
  pChipOps->ChipSwitchChannel = Default_ChipSwitchChannel;

另一个编译,但由于未识别的符号(未指定),无法将生成的“mt7610u.ko”文件加载到内核中。

是否有可用的驱动程序版本?或者我是否必须退回 USB 无线适配器?

相关内容