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???