Trying to install the TP-Link TL-WN725 USB adapter but get caught on âmake.â

Clash Royale CLAN TAG#URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
I am pretty new to Ubuntu but I wanted to switch because I liked the hands-on approach Ubuntu provides. Currently I am trying to install the TP-Link TL-WN725 USB adapter and following this guide. I do fine until I come across the command step sudo make when I am given these errors.
error: âÂÂ_timer aka struct timer_listâ has no member named âÂÂdataâÂÂ
error: implicit declaration of function âÂÂallow_signalâÂÂ; did you mean âÂÂdo_signalâÂÂ?
error: implicit declaration of function âÂÂflush_signalsâÂÂ; did you mean âÂÂdo_signalâÂÂ? [-Werror=implicit-function-declaration]
flush_signals(current);
I'm not really sure where to start with this, any advice at all would be much appreciated. Attatched is a photo of the entire build (I think that's what it's called.)

networking drivers usb compiling tp-link
add a comment |Â
up vote
0
down vote
favorite
I am pretty new to Ubuntu but I wanted to switch because I liked the hands-on approach Ubuntu provides. Currently I am trying to install the TP-Link TL-WN725 USB adapter and following this guide. I do fine until I come across the command step sudo make when I am given these errors.
error: âÂÂ_timer aka struct timer_listâ has no member named âÂÂdataâÂÂ
error: implicit declaration of function âÂÂallow_signalâÂÂ; did you mean âÂÂdo_signalâÂÂ?
error: implicit declaration of function âÂÂflush_signalsâÂÂ; did you mean âÂÂdo_signalâÂÂ? [-Werror=implicit-function-declaration]
flush_signals(current);
I'm not really sure where to start with this, any advice at all would be much appreciated. Attatched is a photo of the entire build (I think that's what it's called.)

networking drivers usb compiling tp-link
2
Isn't the driver r8188eu already included? Verify:modinfo r8188euIf your wireless isn't working, some else is wrong.
â chili555
2 days ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am pretty new to Ubuntu but I wanted to switch because I liked the hands-on approach Ubuntu provides. Currently I am trying to install the TP-Link TL-WN725 USB adapter and following this guide. I do fine until I come across the command step sudo make when I am given these errors.
error: âÂÂ_timer aka struct timer_listâ has no member named âÂÂdataâÂÂ
error: implicit declaration of function âÂÂallow_signalâÂÂ; did you mean âÂÂdo_signalâÂÂ?
error: implicit declaration of function âÂÂflush_signalsâÂÂ; did you mean âÂÂdo_signalâÂÂ? [-Werror=implicit-function-declaration]
flush_signals(current);
I'm not really sure where to start with this, any advice at all would be much appreciated. Attatched is a photo of the entire build (I think that's what it's called.)

networking drivers usb compiling tp-link
I am pretty new to Ubuntu but I wanted to switch because I liked the hands-on approach Ubuntu provides. Currently I am trying to install the TP-Link TL-WN725 USB adapter and following this guide. I do fine until I come across the command step sudo make when I am given these errors.
error: âÂÂ_timer aka struct timer_listâ has no member named âÂÂdataâÂÂ
error: implicit declaration of function âÂÂallow_signalâÂÂ; did you mean âÂÂdo_signalâÂÂ?
error: implicit declaration of function âÂÂflush_signalsâÂÂ; did you mean âÂÂdo_signalâÂÂ? [-Werror=implicit-function-declaration]
flush_signals(current);
I'm not really sure where to start with this, any advice at all would be much appreciated. Attatched is a photo of the entire build (I think that's what it's called.)

networking drivers usb compiling tp-link
edited 2 days ago
Zanna
47.5k13115226
47.5k13115226
asked 2 days ago
Chara
1
1
2
Isn't the driver r8188eu already included? Verify:modinfo r8188euIf your wireless isn't working, some else is wrong.
â chili555
2 days ago
add a comment |Â
2
Isn't the driver r8188eu already included? Verify:modinfo r8188euIf your wireless isn't working, some else is wrong.
â chili555
2 days ago
2
2
Isn't the driver r8188eu already included? Verify:
modinfo r8188eu If your wireless isn't working, some else is wrong.â chili555
2 days ago
Isn't the driver r8188eu already included? Verify:
modinfo r8188eu If your wireless isn't working, some else is wrong.â chili555
2 days ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1062074%2ftrying-to-install-the-tp-link-tl-wn725-usb-adapter-but-get-caught-on-make%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
2
Isn't the driver r8188eu already included? Verify:
modinfo r8188euIf your wireless isn't working, some else is wrong.â chili555
2 days ago