0

I want to install a driver for the TP-Link Archer T2UH AC600 (Version 1) USB WLAN adapter on a newly installed Ubuntu 16.04 LTS (Linux kernel 4.4.0).

During compilation I got the error:

/home/peter/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];

so I tried the solutions given in TP-Link T2U (AC600) usb WLAN adapter driver on Ubuntu 16.10 with the following result:

$ sudo insmod mt7610u.ko

insmod: ERROR: could not insert module mt7610u.ko: Unknown symbol in module

I can not figure out in the other posts what to do next. Anybody?

O! Reading topic TPLink AC600 Driver Install Fails in Ubuntu 16.04 with Unknown Symbol I found out that this is a IMPOSSIBLE mission? No TP-Link AC600 works with a kernel 4.4 or higher???

Peter
  • 1

1 Answers1

0

I have the same problem that you and I have the same usb stick for wireless. I have published on Github the source mnodified and the process for you get that working on Ubuntu 16.04 and 16.10 with the kernel version for each version where that stick work good. If you since need that working for you you can attempt that: https://github.com/Hygens/mt7610u_wifi_sta_v3002_dpo_20130916/wiki

Verify the correct version for kernels in each version of Ubuntu and be happy. That is not perfect but functional.

All the best,

Hygens
  • 1