How to install driver for TP-Link AC600 USB Wireless on Ubuntu 16.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
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???
16.04 drivers wireless tp-link
add a comment |Â
up vote
0
down vote
favorite
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???
16.04 drivers wireless tp-link
" I found out that this is a IMPOSSIBLE mission?" Exactly correct. See: askubuntu.com/questions/975464/â¦
â chili555
Apr 25 at 23:50
Thanks for answering chili555. Maybe I should go back to 14.04 LTS, which uses a kernel 3.13 and try compiling again. This Ubuntu is still supported for a year. Or maybe I better buy a different wireless device. Any suggestions which is a good device to work with Ubuntu 16.04 LTS or 18.04 LTS ?
â Peter
Apr 26 at 13:51
Please see my post #22 here: ubuntuforums.org/â¦
â chili555
Apr 26 at 13:55
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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???
16.04 drivers wireless tp-link
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???
16.04 drivers wireless tp-link
edited Apr 25 at 21:17
asked Apr 25 at 18:22
![](https://i.stack.imgur.com/B5Ve6.jpg?s=32&g=1)
![](https://i.stack.imgur.com/B5Ve6.jpg?s=32&g=1)
Peter
12
12
" I found out that this is a IMPOSSIBLE mission?" Exactly correct. See: askubuntu.com/questions/975464/â¦
â chili555
Apr 25 at 23:50
Thanks for answering chili555. Maybe I should go back to 14.04 LTS, which uses a kernel 3.13 and try compiling again. This Ubuntu is still supported for a year. Or maybe I better buy a different wireless device. Any suggestions which is a good device to work with Ubuntu 16.04 LTS or 18.04 LTS ?
â Peter
Apr 26 at 13:51
Please see my post #22 here: ubuntuforums.org/â¦
â chili555
Apr 26 at 13:55
add a comment |Â
" I found out that this is a IMPOSSIBLE mission?" Exactly correct. See: askubuntu.com/questions/975464/â¦
â chili555
Apr 25 at 23:50
Thanks for answering chili555. Maybe I should go back to 14.04 LTS, which uses a kernel 3.13 and try compiling again. This Ubuntu is still supported for a year. Or maybe I better buy a different wireless device. Any suggestions which is a good device to work with Ubuntu 16.04 LTS or 18.04 LTS ?
â Peter
Apr 26 at 13:51
Please see my post #22 here: ubuntuforums.org/â¦
â chili555
Apr 26 at 13:55
" I found out that this is a IMPOSSIBLE mission?" Exactly correct. See: askubuntu.com/questions/975464/â¦
â chili555
Apr 25 at 23:50
" I found out that this is a IMPOSSIBLE mission?" Exactly correct. See: askubuntu.com/questions/975464/â¦
â chili555
Apr 25 at 23:50
Thanks for answering chili555. Maybe I should go back to 14.04 LTS, which uses a kernel 3.13 and try compiling again. This Ubuntu is still supported for a year. Or maybe I better buy a different wireless device. Any suggestions which is a good device to work with Ubuntu 16.04 LTS or 18.04 LTS ?
â Peter
Apr 26 at 13:51
Thanks for answering chili555. Maybe I should go back to 14.04 LTS, which uses a kernel 3.13 and try compiling again. This Ubuntu is still supported for a year. Or maybe I better buy a different wireless device. Any suggestions which is a good device to work with Ubuntu 16.04 LTS or 18.04 LTS ?
â Peter
Apr 26 at 13:51
Please see my post #22 here: ubuntuforums.org/â¦
â chili555
Apr 26 at 13:55
Please see my post #22 here: ubuntuforums.org/â¦
â chili555
Apr 26 at 13:55
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
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,
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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,
add a comment |Â
up vote
0
down vote
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,
add a comment |Â
up vote
0
down vote
up vote
0
down vote
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,
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,
answered May 23 at 18:18
Hygens
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028172%2fhow-to-install-driver-for-tp-link-ac600-usb-wireless-on-ubuntu-16-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
" I found out that this is a IMPOSSIBLE mission?" Exactly correct. See: askubuntu.com/questions/975464/â¦
â chili555
Apr 25 at 23:50
Thanks for answering chili555. Maybe I should go back to 14.04 LTS, which uses a kernel 3.13 and try compiling again. This Ubuntu is still supported for a year. Or maybe I better buy a different wireless device. Any suggestions which is a good device to work with Ubuntu 16.04 LTS or 18.04 LTS ?
â Peter
Apr 26 at 13:51
Please see my post #22 here: ubuntuforums.org/â¦
â chili555
Apr 26 at 13:55