Adapter not showing up on Ubuntu (Netgear A6120)











up vote
0
down vote

favorite












I am attempting to install drivers for my wifi adapter (Netgear Ac6120 Wifi Adapter)


The adapter shows up when I type


$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 002: ID 154b:00ee PNY
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0b05:17cb ASUSTek Computer, Inc. Broadcom BCM20702A0 Bluetooth
Bus 001 Device 005: ID 0846:9053 NetGear, Inc.
Bus 001 Device 003: ID 258a:0001

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


After following these steps

$ git clone https://github.com/jurobystricky/Netgear-A6210
$ cd netgear-a6210
$ make


I get this error


export DBGFLAGS

* Building driver with debug messages *



cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile
make -C /lib/modules/4.15.0-29-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-29-generic'
arch/x86/Makefile:156: CONFIG_X86_X32 enabled but no binutils support
Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o
/bin/sh: 1: gcc: not found
scripts/Makefile.build:332: recipe for target '/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o' failed
make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] Error 127
Makefile:1552: recipe for target 'module/home/alexander/netgear-a6210/os/linux' failed
make[1]: *
[module/home/alexander/netgear-a6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-29-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2



What do I need to install or do to resolve this.

Thanks




Update 1





After installing gcc and libelf-dev i get


$ make
export DBGFLAGS

* Building driver with debug messages *



cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile
make -C /lib/modules/4.15.0-39-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-39-generic'
CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o
cc1: error: code model kernel does not support PIC mode
scripts/Makefile.build:332: recipe for target '/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o' failed
make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] Error 1
Makefile:1551: recipe for target 'module/home/alexander/netgear-a6210/os/linux' failed
make[1]: *
[module/home/alexander/netgear-a6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-39-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2



Update 2





After following the steps you mentioned i got an internal error but i wasn't able to catch what it was and it didn't show after restarting twice

The wifi adapter is showing up connecting to the wifi now
so thank you for that


it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?










share|improve this question
























  • You need to install, at least, gcc and libelf-dev and try again.
    – GabrielaGarcia
    Nov 15 at 3:31










  • Have you tried doing what it tells you - ie. "please install libelf-dev, libelf-devel or elfutils-libelf-devel".
    – guiverc
    Nov 15 at 3:31










  • I will get back to you regarding that in about 15 hours, i do not have access to the internet on my Ubuntu system at the moment
    – Alexander C
    Nov 15 at 5:03










  • "it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?" The original question, that your interface didn't show up, has been answered correctly, no? If it is now connecting but is slow, I think that is the subject for a new question.
    – chili555
    Nov 16 at 14:21










  • haha yes the original question has been answered. Thank you for everything
    – Alexander C
    Nov 17 at 4:44















up vote
0
down vote

favorite












I am attempting to install drivers for my wifi adapter (Netgear Ac6120 Wifi Adapter)


The adapter shows up when I type


$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 002: ID 154b:00ee PNY
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0b05:17cb ASUSTek Computer, Inc. Broadcom BCM20702A0 Bluetooth
Bus 001 Device 005: ID 0846:9053 NetGear, Inc.
Bus 001 Device 003: ID 258a:0001

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


After following these steps

$ git clone https://github.com/jurobystricky/Netgear-A6210
$ cd netgear-a6210
$ make


I get this error


export DBGFLAGS

* Building driver with debug messages *



cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile
make -C /lib/modules/4.15.0-29-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-29-generic'
arch/x86/Makefile:156: CONFIG_X86_X32 enabled but no binutils support
Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o
/bin/sh: 1: gcc: not found
scripts/Makefile.build:332: recipe for target '/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o' failed
make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] Error 127
Makefile:1552: recipe for target 'module/home/alexander/netgear-a6210/os/linux' failed
make[1]: *
[module/home/alexander/netgear-a6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-29-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2



What do I need to install or do to resolve this.

Thanks




Update 1





After installing gcc and libelf-dev i get


$ make
export DBGFLAGS

* Building driver with debug messages *



cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile
make -C /lib/modules/4.15.0-39-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-39-generic'
CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o
cc1: error: code model kernel does not support PIC mode
scripts/Makefile.build:332: recipe for target '/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o' failed
make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] Error 1
Makefile:1551: recipe for target 'module/home/alexander/netgear-a6210/os/linux' failed
make[1]: *
[module/home/alexander/netgear-a6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-39-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2



Update 2





After following the steps you mentioned i got an internal error but i wasn't able to catch what it was and it didn't show after restarting twice

The wifi adapter is showing up connecting to the wifi now
so thank you for that


it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?










share|improve this question
























  • You need to install, at least, gcc and libelf-dev and try again.
    – GabrielaGarcia
    Nov 15 at 3:31










  • Have you tried doing what it tells you - ie. "please install libelf-dev, libelf-devel or elfutils-libelf-devel".
    – guiverc
    Nov 15 at 3:31










  • I will get back to you regarding that in about 15 hours, i do not have access to the internet on my Ubuntu system at the moment
    – Alexander C
    Nov 15 at 5:03










  • "it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?" The original question, that your interface didn't show up, has been answered correctly, no? If it is now connecting but is slow, I think that is the subject for a new question.
    – chili555
    Nov 16 at 14:21










  • haha yes the original question has been answered. Thank you for everything
    – Alexander C
    Nov 17 at 4:44













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am attempting to install drivers for my wifi adapter (Netgear Ac6120 Wifi Adapter)


The adapter shows up when I type


$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 002: ID 154b:00ee PNY
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0b05:17cb ASUSTek Computer, Inc. Broadcom BCM20702A0 Bluetooth
Bus 001 Device 005: ID 0846:9053 NetGear, Inc.
Bus 001 Device 003: ID 258a:0001

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


After following these steps

$ git clone https://github.com/jurobystricky/Netgear-A6210
$ cd netgear-a6210
$ make


I get this error


export DBGFLAGS

* Building driver with debug messages *



cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile
make -C /lib/modules/4.15.0-29-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-29-generic'
arch/x86/Makefile:156: CONFIG_X86_X32 enabled but no binutils support
Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o
/bin/sh: 1: gcc: not found
scripts/Makefile.build:332: recipe for target '/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o' failed
make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] Error 127
Makefile:1552: recipe for target 'module/home/alexander/netgear-a6210/os/linux' failed
make[1]: *
[module/home/alexander/netgear-a6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-29-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2



What do I need to install or do to resolve this.

Thanks




Update 1





After installing gcc and libelf-dev i get


$ make
export DBGFLAGS

* Building driver with debug messages *



cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile
make -C /lib/modules/4.15.0-39-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-39-generic'
CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o
cc1: error: code model kernel does not support PIC mode
scripts/Makefile.build:332: recipe for target '/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o' failed
make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] Error 1
Makefile:1551: recipe for target 'module/home/alexander/netgear-a6210/os/linux' failed
make[1]: *
[module/home/alexander/netgear-a6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-39-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2



Update 2





After following the steps you mentioned i got an internal error but i wasn't able to catch what it was and it didn't show after restarting twice

The wifi adapter is showing up connecting to the wifi now
so thank you for that


it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?










share|improve this question















I am attempting to install drivers for my wifi adapter (Netgear Ac6120 Wifi Adapter)


The adapter shows up when I type


$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 002: ID 154b:00ee PNY
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0b05:17cb ASUSTek Computer, Inc. Broadcom BCM20702A0 Bluetooth
Bus 001 Device 005: ID 0846:9053 NetGear, Inc.
Bus 001 Device 003: ID 258a:0001

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


After following these steps

$ git clone https://github.com/jurobystricky/Netgear-A6210
$ cd netgear-a6210
$ make


I get this error


export DBGFLAGS

* Building driver with debug messages *



cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile
make -C /lib/modules/4.15.0-29-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-29-generic'
arch/x86/Makefile:156: CONFIG_X86_X32 enabled but no binutils support
Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o
/bin/sh: 1: gcc: not found
scripts/Makefile.build:332: recipe for target '/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o' failed
make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] Error 127
Makefile:1552: recipe for target 'module/home/alexander/netgear-a6210/os/linux' failed
make[1]: *
[module/home/alexander/netgear-a6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-29-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2



What do I need to install or do to resolve this.

Thanks




Update 1





After installing gcc and libelf-dev i get


$ make
export DBGFLAGS

* Building driver with debug messages *



cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile
make -C /lib/modules/4.15.0-39-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-39-generic'
CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o
cc1: error: code model kernel does not support PIC mode
scripts/Makefile.build:332: recipe for target '/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o' failed
make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] Error 1
Makefile:1551: recipe for target 'module/home/alexander/netgear-a6210/os/linux' failed
make[1]: *
[module/home/alexander/netgear-a6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-39-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2



Update 2





After following the steps you mentioned i got an internal error but i wasn't able to catch what it was and it didn't show after restarting twice

The wifi adapter is showing up connecting to the wifi now
so thank you for that


it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?







wireless 18.04 adapter netgear






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 16 at 3:12

























asked Nov 15 at 3:25









Alexander C

32




32












  • You need to install, at least, gcc and libelf-dev and try again.
    – GabrielaGarcia
    Nov 15 at 3:31










  • Have you tried doing what it tells you - ie. "please install libelf-dev, libelf-devel or elfutils-libelf-devel".
    – guiverc
    Nov 15 at 3:31










  • I will get back to you regarding that in about 15 hours, i do not have access to the internet on my Ubuntu system at the moment
    – Alexander C
    Nov 15 at 5:03










  • "it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?" The original question, that your interface didn't show up, has been answered correctly, no? If it is now connecting but is slow, I think that is the subject for a new question.
    – chili555
    Nov 16 at 14:21










  • haha yes the original question has been answered. Thank you for everything
    – Alexander C
    Nov 17 at 4:44


















  • You need to install, at least, gcc and libelf-dev and try again.
    – GabrielaGarcia
    Nov 15 at 3:31










  • Have you tried doing what it tells you - ie. "please install libelf-dev, libelf-devel or elfutils-libelf-devel".
    – guiverc
    Nov 15 at 3:31










  • I will get back to you regarding that in about 15 hours, i do not have access to the internet on my Ubuntu system at the moment
    – Alexander C
    Nov 15 at 5:03










  • "it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?" The original question, that your interface didn't show up, has been answered correctly, no? If it is now connecting but is slow, I think that is the subject for a new question.
    – chili555
    Nov 16 at 14:21










  • haha yes the original question has been answered. Thank you for everything
    – Alexander C
    Nov 17 at 4:44
















You need to install, at least, gcc and libelf-dev and try again.
– GabrielaGarcia
Nov 15 at 3:31




You need to install, at least, gcc and libelf-dev and try again.
– GabrielaGarcia
Nov 15 at 3:31












Have you tried doing what it tells you - ie. "please install libelf-dev, libelf-devel or elfutils-libelf-devel".
– guiverc
Nov 15 at 3:31




Have you tried doing what it tells you - ie. "please install libelf-dev, libelf-devel or elfutils-libelf-devel".
– guiverc
Nov 15 at 3:31












I will get back to you regarding that in about 15 hours, i do not have access to the internet on my Ubuntu system at the moment
– Alexander C
Nov 15 at 5:03




I will get back to you regarding that in about 15 hours, i do not have access to the internet on my Ubuntu system at the moment
– Alexander C
Nov 15 at 5:03












"it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?" The original question, that your interface didn't show up, has been answered correctly, no? If it is now connecting but is slow, I think that is the subject for a new question.
– chili555
Nov 16 at 14:21




"it does take a little long to connect (about a 1 to 1 1/2 minutes ), is that just how the adapter runs on linux/ something i'll have to accept?" The original question, that your interface didn't show up, has been answered correctly, no? If it is now connecting but is slow, I think that is the subject for a new question.
– chili555
Nov 16 at 14:21












haha yes the original question has been answered. Thank you for everything
– Alexander C
Nov 17 at 4:44




haha yes the original question has been answered. Thank you for everything
– Alexander C
Nov 17 at 4:44










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










With a working internet connection by ethernet, tethering or whatever means possible, open a terminal and do:



sudo apt-get update
sudo apt-get install libelf-dev build-essential


Then try the 'make' step again.



EDIT: The git repository you are using hasn’t been updated in two years. It is incompatible with kernel version 4.15 and newer.



Now let’s install a better driver. Please download this file: https://github.com/kaduke/Netgear-A6210/archive/port-to-4.15.zip



Right-click it and select ‘Extract here.’ Now back to the terminal:



cd ~/Downloads/Netgear-A6210-port-to-4.15
make
sudo make install
sudo modprobe mt7662u_sta


Your wireless should now be working.



Please tell me how it proceeds; I will probably have one final step.






share|improve this answer























  • Updated the main post
    – Alexander C
    Nov 16 at 0:10










  • Please see my edit above in a few minutes.
    – chili555
    Nov 16 at 0:46










  • Update again. .
    – Alexander C
    Nov 16 at 5:18











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: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
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%2f1093051%2fadapter-not-showing-up-on-ubuntu-netgear-a6120%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










With a working internet connection by ethernet, tethering or whatever means possible, open a terminal and do:



sudo apt-get update
sudo apt-get install libelf-dev build-essential


Then try the 'make' step again.



EDIT: The git repository you are using hasn’t been updated in two years. It is incompatible with kernel version 4.15 and newer.



Now let’s install a better driver. Please download this file: https://github.com/kaduke/Netgear-A6210/archive/port-to-4.15.zip



Right-click it and select ‘Extract here.’ Now back to the terminal:



cd ~/Downloads/Netgear-A6210-port-to-4.15
make
sudo make install
sudo modprobe mt7662u_sta


Your wireless should now be working.



Please tell me how it proceeds; I will probably have one final step.






share|improve this answer























  • Updated the main post
    – Alexander C
    Nov 16 at 0:10










  • Please see my edit above in a few minutes.
    – chili555
    Nov 16 at 0:46










  • Update again. .
    – Alexander C
    Nov 16 at 5:18















up vote
1
down vote



accepted










With a working internet connection by ethernet, tethering or whatever means possible, open a terminal and do:



sudo apt-get update
sudo apt-get install libelf-dev build-essential


Then try the 'make' step again.



EDIT: The git repository you are using hasn’t been updated in two years. It is incompatible with kernel version 4.15 and newer.



Now let’s install a better driver. Please download this file: https://github.com/kaduke/Netgear-A6210/archive/port-to-4.15.zip



Right-click it and select ‘Extract here.’ Now back to the terminal:



cd ~/Downloads/Netgear-A6210-port-to-4.15
make
sudo make install
sudo modprobe mt7662u_sta


Your wireless should now be working.



Please tell me how it proceeds; I will probably have one final step.






share|improve this answer























  • Updated the main post
    – Alexander C
    Nov 16 at 0:10










  • Please see my edit above in a few minutes.
    – chili555
    Nov 16 at 0:46










  • Update again. .
    – Alexander C
    Nov 16 at 5:18













up vote
1
down vote



accepted







up vote
1
down vote



accepted






With a working internet connection by ethernet, tethering or whatever means possible, open a terminal and do:



sudo apt-get update
sudo apt-get install libelf-dev build-essential


Then try the 'make' step again.



EDIT: The git repository you are using hasn’t been updated in two years. It is incompatible with kernel version 4.15 and newer.



Now let’s install a better driver. Please download this file: https://github.com/kaduke/Netgear-A6210/archive/port-to-4.15.zip



Right-click it and select ‘Extract here.’ Now back to the terminal:



cd ~/Downloads/Netgear-A6210-port-to-4.15
make
sudo make install
sudo modprobe mt7662u_sta


Your wireless should now be working.



Please tell me how it proceeds; I will probably have one final step.






share|improve this answer














With a working internet connection by ethernet, tethering or whatever means possible, open a terminal and do:



sudo apt-get update
sudo apt-get install libelf-dev build-essential


Then try the 'make' step again.



EDIT: The git repository you are using hasn’t been updated in two years. It is incompatible with kernel version 4.15 and newer.



Now let’s install a better driver. Please download this file: https://github.com/kaduke/Netgear-A6210/archive/port-to-4.15.zip



Right-click it and select ‘Extract here.’ Now back to the terminal:



cd ~/Downloads/Netgear-A6210-port-to-4.15
make
sudo make install
sudo modprobe mt7662u_sta


Your wireless should now be working.



Please tell me how it proceeds; I will probably have one final step.







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 16 at 0:51

























answered Nov 15 at 13:36









chili555

37.6k55077




37.6k55077












  • Updated the main post
    – Alexander C
    Nov 16 at 0:10










  • Please see my edit above in a few minutes.
    – chili555
    Nov 16 at 0:46










  • Update again. .
    – Alexander C
    Nov 16 at 5:18


















  • Updated the main post
    – Alexander C
    Nov 16 at 0:10










  • Please see my edit above in a few minutes.
    – chili555
    Nov 16 at 0:46










  • Update again. .
    – Alexander C
    Nov 16 at 5:18
















Updated the main post
– Alexander C
Nov 16 at 0:10




Updated the main post
– Alexander C
Nov 16 at 0:10












Please see my edit above in a few minutes.
– chili555
Nov 16 at 0:46




Please see my edit above in a few minutes.
– chili555
Nov 16 at 0:46












Update again. .
– Alexander C
Nov 16 at 5:18




Update again. .
– Alexander C
Nov 16 at 5:18


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093051%2fadapter-not-showing-up-on-ubuntu-netgear-a6120%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to change which sound is reproduced for terminal bell?

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Can I use Tabulator js library in my java Spring + Thymeleaf project?