Error trying to make rtl8812AU_linux_v4.3.20_16317.20160108

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Please tell me what I'm doing wrong.



screen shot










share|improve this question



















  • 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














up vote
0
down vote

favorite












Please tell me what I'm doing wrong.



screen shot










share|improve this question



















  • 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












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Please tell me what I'm doing wrong.



screen shot










share|improve this question















Please tell me what I'm doing wrong.



screen shot







drivers make






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 (the icon).
    – Melebius
    Apr 9 at 12:57












  • 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







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










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





share|improve this answer




















  • 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










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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






























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





share|improve this answer




















  • 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














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





share|improve this answer




















  • 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












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





share|improve this answer












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






share|improve this answer












share|improve this answer



share|improve this answer










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
















  • 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

















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491