Error trying to make rtl8812AU_linux_v4.3.20_16317.20160108
up vote
0
down vote
favorite
Please tell me what I'm doing wrong.
drivers make
add a comment |Â
up vote
0
down vote
favorite
Please tell me what I'm doing wrong.
drivers make
1
Please do not post screenshots of the terminal. Paste the text directly to your question and apply code formatting (theicon).
â Melebius
Apr 9 at 12:57
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Please tell me what I'm doing wrong.
drivers make
Please tell me what I'm doing wrong.
drivers make
drivers make
edited Apr 9 at 12:58
Melebius
3,77841636
3,77841636
asked Apr 9 at 12:05
lil-nooby
31
31
1
Please do not post screenshots of the terminal. Paste the text directly to your question and apply code formatting (theicon).
â Melebius
Apr 9 at 12:57
add a comment |Â
1
Please do not post screenshots of the terminal. Paste the text directly to your question and apply code formatting (theicon).
â Melebius
Apr 9 at 12:57
1
1
Please do not post screenshots of the terminal. Paste the text directly to your question and apply code formatting (the
icon).â Melebius
Apr 9 at 12:57
Please do not post screenshots of the terminal. Paste the text directly to your question and apply code formatting (the
icon).â Melebius
Apr 9 at 12:57
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
In the terminal, navigate to the driver file:
cd ~/Desktop/rtl8812AU_linux_v4.3.20_16317.20160108
Next, edit the Makefile:
nano Makefile
Find the line that reads like this:
#EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Change it to read like this:
EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Save (Ctrl+o followed by Enter) and exit (Ctrl+x) the text editor.
Now recompile:
make clean
make
Assuming there are no further errors:
sudo make install
Champion, thanks a million.
â lil-nooby
Apr 11 at 11:53
Don't forget, when you get an updated kernel, recompile: make clean, make, sudo make install. Glad it's working!
â chili555
Apr 11 at 13:05
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
In the terminal, navigate to the driver file:
cd ~/Desktop/rtl8812AU_linux_v4.3.20_16317.20160108
Next, edit the Makefile:
nano Makefile
Find the line that reads like this:
#EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Change it to read like this:
EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Save (Ctrl+o followed by Enter) and exit (Ctrl+x) the text editor.
Now recompile:
make clean
make
Assuming there are no further errors:
sudo make install
Champion, thanks a million.
â lil-nooby
Apr 11 at 11:53
Don't forget, when you get an updated kernel, recompile: make clean, make, sudo make install. Glad it's working!
â chili555
Apr 11 at 13:05
add a comment |Â
up vote
1
down vote
accepted
In the terminal, navigate to the driver file:
cd ~/Desktop/rtl8812AU_linux_v4.3.20_16317.20160108
Next, edit the Makefile:
nano Makefile
Find the line that reads like this:
#EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Change it to read like this:
EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Save (Ctrl+o followed by Enter) and exit (Ctrl+x) the text editor.
Now recompile:
make clean
make
Assuming there are no further errors:
sudo make install
Champion, thanks a million.
â lil-nooby
Apr 11 at 11:53
Don't forget, when you get an updated kernel, recompile: make clean, make, sudo make install. Glad it's working!
â chili555
Apr 11 at 13:05
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
In the terminal, navigate to the driver file:
cd ~/Desktop/rtl8812AU_linux_v4.3.20_16317.20160108
Next, edit the Makefile:
nano Makefile
Find the line that reads like this:
#EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Change it to read like this:
EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Save (Ctrl+o followed by Enter) and exit (Ctrl+x) the text editor.
Now recompile:
make clean
make
Assuming there are no further errors:
sudo make install
In the terminal, navigate to the driver file:
cd ~/Desktop/rtl8812AU_linux_v4.3.20_16317.20160108
Next, edit the Makefile:
nano Makefile
Find the line that reads like this:
#EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Change it to read like this:
EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
Save (Ctrl+o followed by Enter) and exit (Ctrl+x) the text editor.
Now recompile:
make clean
make
Assuming there are no further errors:
sudo make install
answered Apr 9 at 15:43
chili555
36.5k54776
36.5k54776
Champion, thanks a million.
â lil-nooby
Apr 11 at 11:53
Don't forget, when you get an updated kernel, recompile: make clean, make, sudo make install. Glad it's working!
â chili555
Apr 11 at 13:05
add a comment |Â
Champion, thanks a million.
â lil-nooby
Apr 11 at 11:53
Don't forget, when you get an updated kernel, recompile: make clean, make, sudo make install. Glad it's working!
â chili555
Apr 11 at 13:05
Champion, thanks a million.
â lil-nooby
Apr 11 at 11:53
Champion, thanks a million.
â lil-nooby
Apr 11 at 11:53
Don't forget, when you get an updated kernel, recompile: make clean, make, sudo make install. Glad it's working!
â chili555
Apr 11 at 13:05
Don't forget, when you get an updated kernel, recompile: make clean, make, sudo make install. Glad it's working!
â chili555
Apr 11 at 13:05
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%2f1023321%2ferror-trying-to-make-rtl8812au-linux-v4-3-20-16317-20160108%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
1
Please do not post screenshots of the terminal. Paste the text directly to your question and apply code formatting (the
icon).
â Melebius
Apr 9 at 12:57