Can't get my Netgear A6210 USB Wifi Adapter to work on my linux UbuntuCompiling AVLD on 11.04linux/autoconf.h...
It took me a lot of time to make this, pls like. (YouTube Comments #1)
Caruana vs Carlsen game 10 (WCC) why not 18...Nxb6?
Can a hotel cancel a confirmed reservation?
Why does String.replaceAll() work differently in Java 8 from Java 9?
Citing paywalled articles accessed via illegal web sharing
Is a debit card dangerous for an account with low balance and no overdraft protection?
Parsing a string of key-value pairs as a dictionary
Cryptic with missing capitals
Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?
What is the wife of a henpecked husband called?
Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?
Avoiding morning and evening handshakes
Is there some relative to Dutch word "kijken" in German?
If I delete my router's history can my ISP still provide it to my parents?
How to deal with an incendiary email that was recalled
We are very unlucky in my court
Can a person refuse a presidential pardon?
Placing an adverb between a verb and an object?
Why do neural networks need so many training examples to perform?
How would one buy a used TIE Fighter or X-Wing?
Checking for the existence of multiple directories
Difference between two quite-similar Terminal commands
What does Cypher mean when he says Neo is "gonna pop"?
Where are a monster’s hit dice found in the stat block?
Can't get my Netgear A6210 USB Wifi Adapter to work on my linux Ubuntu
Compiling AVLD on 11.04linux/autoconf.h not presentCould not find wx-config error when building Audacity from sourceMount USB cameraInstalling Gallium 0.4 on SVGA3D; build: RELEASE; LLVM; Virtual machineApply menuconfig changes on current kernelTrying to install Tp-Link card | Make won't workcan't install Realtek RTL8723de on ubuntu 16.04 kernel 4.15Installing Drivers for Wifi-External card from cd
I am running Ubuntu 18 on a desktop. I dont have a wifi card. however, i have this Netgear A6210 usb wifi adapter. I plugged it in but it is not coming up. i think the computer did not recognize the device.
I tried installing the driver following these instruction i founf online that seems to work for everyone. But i get this error message.
Instruction:
git clone https://github.com/jurobystricky/Netgear-A6210
cd Netgear-A6210
make
sudo make install
Error message:
~/Documents/Netgear-A6210$ make
export DBGFLAGS
*** Building driver with debug messages ***
cp -f os/linux/Makefile.6 /home/alseny/Documents/Netgear-A6210/os/linux/Makefile
make -C /lib/modules/4.15.0-20-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alseny/Documents/Netgear-A6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-20-generic'
CC [M] /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o
In file included from ./include/linux/bitmap.h:9:0,
from ./include/linux/cpumask.h:12,
from ./arch/x86/include/asm/cpumask.h:5,
from ./arch/x86/include/asm/msr.h:11,
from ./arch/x86/include/asm/processor.h:21,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:38,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:81,
from ./include/linux/spinlock.h:51,
from ./include/linux/seqlock.h:36,
from ./include/linux/time.h:6,
from ./include/linux/stat.h:19,
from ./include/linux/module.h:10,
from /home/alseny/Documents/Netgear-A6210/include/os/rt_linux.h:14,
from /home/alseny/Documents/Netgear-A6210/include/rtmp_os.h:30,
from /home/alseny/Documents/Netgear-A6210/include/rtmp_comm.h:64,
from /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:33:
In function ‘memcpy’,
inlined from ‘rt_ioctl_iwaplist’ at /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:549:2:
./include/linux/string.h:340:4: error: call to ‘__read_overflow2’ declared with attribute error: detected read beyond size of object passed as 2nd parameter
__read_overflow2();
^~~~~~~~~~~~~~~~~~
scripts/Makefile.build:332: recipe for target '/home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o' failed
make[2]: *** [/home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o] Error 1
Makefile:1552: recipe for target '_module_/home/alseny/Documents/Netgear-A6210/os/linux' failed
make[1]: *** [_module_/home/alseny/Documents/Netgear-A6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-20-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2
drivers usb compiling
add a comment |
I am running Ubuntu 18 on a desktop. I dont have a wifi card. however, i have this Netgear A6210 usb wifi adapter. I plugged it in but it is not coming up. i think the computer did not recognize the device.
I tried installing the driver following these instruction i founf online that seems to work for everyone. But i get this error message.
Instruction:
git clone https://github.com/jurobystricky/Netgear-A6210
cd Netgear-A6210
make
sudo make install
Error message:
~/Documents/Netgear-A6210$ make
export DBGFLAGS
*** Building driver with debug messages ***
cp -f os/linux/Makefile.6 /home/alseny/Documents/Netgear-A6210/os/linux/Makefile
make -C /lib/modules/4.15.0-20-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alseny/Documents/Netgear-A6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-20-generic'
CC [M] /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o
In file included from ./include/linux/bitmap.h:9:0,
from ./include/linux/cpumask.h:12,
from ./arch/x86/include/asm/cpumask.h:5,
from ./arch/x86/include/asm/msr.h:11,
from ./arch/x86/include/asm/processor.h:21,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:38,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:81,
from ./include/linux/spinlock.h:51,
from ./include/linux/seqlock.h:36,
from ./include/linux/time.h:6,
from ./include/linux/stat.h:19,
from ./include/linux/module.h:10,
from /home/alseny/Documents/Netgear-A6210/include/os/rt_linux.h:14,
from /home/alseny/Documents/Netgear-A6210/include/rtmp_os.h:30,
from /home/alseny/Documents/Netgear-A6210/include/rtmp_comm.h:64,
from /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:33:
In function ‘memcpy’,
inlined from ‘rt_ioctl_iwaplist’ at /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:549:2:
./include/linux/string.h:340:4: error: call to ‘__read_overflow2’ declared with attribute error: detected read beyond size of object passed as 2nd parameter
__read_overflow2();
^~~~~~~~~~~~~~~~~~
scripts/Makefile.build:332: recipe for target '/home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o' failed
make[2]: *** [/home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o] Error 1
Makefile:1552: recipe for target '_module_/home/alseny/Documents/Netgear-A6210/os/linux' failed
make[1]: *** [_module_/home/alseny/Documents/Netgear-A6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-20-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2
drivers usb compiling
add a comment |
I am running Ubuntu 18 on a desktop. I dont have a wifi card. however, i have this Netgear A6210 usb wifi adapter. I plugged it in but it is not coming up. i think the computer did not recognize the device.
I tried installing the driver following these instruction i founf online that seems to work for everyone. But i get this error message.
Instruction:
git clone https://github.com/jurobystricky/Netgear-A6210
cd Netgear-A6210
make
sudo make install
Error message:
~/Documents/Netgear-A6210$ make
export DBGFLAGS
*** Building driver with debug messages ***
cp -f os/linux/Makefile.6 /home/alseny/Documents/Netgear-A6210/os/linux/Makefile
make -C /lib/modules/4.15.0-20-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alseny/Documents/Netgear-A6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-20-generic'
CC [M] /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o
In file included from ./include/linux/bitmap.h:9:0,
from ./include/linux/cpumask.h:12,
from ./arch/x86/include/asm/cpumask.h:5,
from ./arch/x86/include/asm/msr.h:11,
from ./arch/x86/include/asm/processor.h:21,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:38,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:81,
from ./include/linux/spinlock.h:51,
from ./include/linux/seqlock.h:36,
from ./include/linux/time.h:6,
from ./include/linux/stat.h:19,
from ./include/linux/module.h:10,
from /home/alseny/Documents/Netgear-A6210/include/os/rt_linux.h:14,
from /home/alseny/Documents/Netgear-A6210/include/rtmp_os.h:30,
from /home/alseny/Documents/Netgear-A6210/include/rtmp_comm.h:64,
from /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:33:
In function ‘memcpy’,
inlined from ‘rt_ioctl_iwaplist’ at /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:549:2:
./include/linux/string.h:340:4: error: call to ‘__read_overflow2’ declared with attribute error: detected read beyond size of object passed as 2nd parameter
__read_overflow2();
^~~~~~~~~~~~~~~~~~
scripts/Makefile.build:332: recipe for target '/home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o' failed
make[2]: *** [/home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o] Error 1
Makefile:1552: recipe for target '_module_/home/alseny/Documents/Netgear-A6210/os/linux' failed
make[1]: *** [_module_/home/alseny/Documents/Netgear-A6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-20-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2
drivers usb compiling
I am running Ubuntu 18 on a desktop. I dont have a wifi card. however, i have this Netgear A6210 usb wifi adapter. I plugged it in but it is not coming up. i think the computer did not recognize the device.
I tried installing the driver following these instruction i founf online that seems to work for everyone. But i get this error message.
Instruction:
git clone https://github.com/jurobystricky/Netgear-A6210
cd Netgear-A6210
make
sudo make install
Error message:
~/Documents/Netgear-A6210$ make
export DBGFLAGS
*** Building driver with debug messages ***
cp -f os/linux/Makefile.6 /home/alseny/Documents/Netgear-A6210/os/linux/Makefile
make -C /lib/modules/4.15.0-20-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alseny/Documents/Netgear-A6210/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-20-generic'
CC [M] /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o
In file included from ./include/linux/bitmap.h:9:0,
from ./include/linux/cpumask.h:12,
from ./arch/x86/include/asm/cpumask.h:5,
from ./arch/x86/include/asm/msr.h:11,
from ./arch/x86/include/asm/processor.h:21,
from ./arch/x86/include/asm/cpufeature.h:5,
from ./arch/x86/include/asm/thread_info.h:53,
from ./include/linux/thread_info.h:38,
from ./arch/x86/include/asm/preempt.h:7,
from ./include/linux/preempt.h:81,
from ./include/linux/spinlock.h:51,
from ./include/linux/seqlock.h:36,
from ./include/linux/time.h:6,
from ./include/linux/stat.h:19,
from ./include/linux/module.h:10,
from /home/alseny/Documents/Netgear-A6210/include/os/rt_linux.h:14,
from /home/alseny/Documents/Netgear-A6210/include/rtmp_os.h:30,
from /home/alseny/Documents/Netgear-A6210/include/rtmp_comm.h:64,
from /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:33:
In function ‘memcpy’,
inlined from ‘rt_ioctl_iwaplist’ at /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:549:2:
./include/linux/string.h:340:4: error: call to ‘__read_overflow2’ declared with attribute error: detected read beyond size of object passed as 2nd parameter
__read_overflow2();
^~~~~~~~~~~~~~~~~~
scripts/Makefile.build:332: recipe for target '/home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o' failed
make[2]: *** [/home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o] Error 1
Makefile:1552: recipe for target '_module_/home/alseny/Documents/Netgear-A6210/os/linux' failed
make[1]: *** [_module_/home/alseny/Documents/Netgear-A6210/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-20-generic'
Makefile:59: recipe for target 'debug' failed
make: *** [debug] Error 2
drivers usb compiling
drivers usb compiling
edited May 8 '18 at 23:56
chili555
38.7k55177
38.7k55177
asked May 8 '18 at 21:18
Alseny DialloAlseny Diallo
2112
2112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I suggest that you remove the inoperable file:
cd ~/Documents
rm -rf Netgear-A6210
Now clone and build a better version:
git clone -b port-to-4.15 https://github.com/kaduke/Netgear-A6210.git
cd Netgear-A6210
make
sudo make install
Reboot.
1
This works fine for me. If you don't want to reboot, just unplug and plug in the usb device again, and then to runsudo service network-manager restart
to restart the network manager.
– phobic
May 12 '18 at 12:49
Thank you for posting the better version - works on kali rolling 64
– Luigi Nesbitt
Aug 7 '18 at 15:15
Update - after testing further this version "kaduke/Netgear-A6210" freezes the network-manager and causes a near halt to restarting the system. Although the Netgear adapter can be seen in network-manager, any attempts to connect to a access point causes internal wifi driver to shutdown and cannot be restarted and the Netgear-A6210 freezes.
– Luigi Nesbitt
Aug 7 '18 at 16:17
@LuigiNesbitt Kali is off topic here. You probably need to blacklist the internal device.
– chili555
Aug 7 '18 at 18:12
No problems here on Pop-OS 18.10 so far, thankfully, though my "main" Linux is Ubuntu 18.04 and I will be trying it on there soon. Thank you!
– Byron Smith
Dec 29 '18 at 8:27
add a comment |
Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!
New contributor
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033772%2fcant-get-my-netgear-a6210-usb-wifi-adapter-to-work-on-my-linux-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I suggest that you remove the inoperable file:
cd ~/Documents
rm -rf Netgear-A6210
Now clone and build a better version:
git clone -b port-to-4.15 https://github.com/kaduke/Netgear-A6210.git
cd Netgear-A6210
make
sudo make install
Reboot.
1
This works fine for me. If you don't want to reboot, just unplug and plug in the usb device again, and then to runsudo service network-manager restart
to restart the network manager.
– phobic
May 12 '18 at 12:49
Thank you for posting the better version - works on kali rolling 64
– Luigi Nesbitt
Aug 7 '18 at 15:15
Update - after testing further this version "kaduke/Netgear-A6210" freezes the network-manager and causes a near halt to restarting the system. Although the Netgear adapter can be seen in network-manager, any attempts to connect to a access point causes internal wifi driver to shutdown and cannot be restarted and the Netgear-A6210 freezes.
– Luigi Nesbitt
Aug 7 '18 at 16:17
@LuigiNesbitt Kali is off topic here. You probably need to blacklist the internal device.
– chili555
Aug 7 '18 at 18:12
No problems here on Pop-OS 18.10 so far, thankfully, though my "main" Linux is Ubuntu 18.04 and I will be trying it on there soon. Thank you!
– Byron Smith
Dec 29 '18 at 8:27
add a comment |
I suggest that you remove the inoperable file:
cd ~/Documents
rm -rf Netgear-A6210
Now clone and build a better version:
git clone -b port-to-4.15 https://github.com/kaduke/Netgear-A6210.git
cd Netgear-A6210
make
sudo make install
Reboot.
1
This works fine for me. If you don't want to reboot, just unplug and plug in the usb device again, and then to runsudo service network-manager restart
to restart the network manager.
– phobic
May 12 '18 at 12:49
Thank you for posting the better version - works on kali rolling 64
– Luigi Nesbitt
Aug 7 '18 at 15:15
Update - after testing further this version "kaduke/Netgear-A6210" freezes the network-manager and causes a near halt to restarting the system. Although the Netgear adapter can be seen in network-manager, any attempts to connect to a access point causes internal wifi driver to shutdown and cannot be restarted and the Netgear-A6210 freezes.
– Luigi Nesbitt
Aug 7 '18 at 16:17
@LuigiNesbitt Kali is off topic here. You probably need to blacklist the internal device.
– chili555
Aug 7 '18 at 18:12
No problems here on Pop-OS 18.10 so far, thankfully, though my "main" Linux is Ubuntu 18.04 and I will be trying it on there soon. Thank you!
– Byron Smith
Dec 29 '18 at 8:27
add a comment |
I suggest that you remove the inoperable file:
cd ~/Documents
rm -rf Netgear-A6210
Now clone and build a better version:
git clone -b port-to-4.15 https://github.com/kaduke/Netgear-A6210.git
cd Netgear-A6210
make
sudo make install
Reboot.
I suggest that you remove the inoperable file:
cd ~/Documents
rm -rf Netgear-A6210
Now clone and build a better version:
git clone -b port-to-4.15 https://github.com/kaduke/Netgear-A6210.git
cd Netgear-A6210
make
sudo make install
Reboot.
answered May 9 '18 at 0:10
chili555chili555
38.7k55177
38.7k55177
1
This works fine for me. If you don't want to reboot, just unplug and plug in the usb device again, and then to runsudo service network-manager restart
to restart the network manager.
– phobic
May 12 '18 at 12:49
Thank you for posting the better version - works on kali rolling 64
– Luigi Nesbitt
Aug 7 '18 at 15:15
Update - after testing further this version "kaduke/Netgear-A6210" freezes the network-manager and causes a near halt to restarting the system. Although the Netgear adapter can be seen in network-manager, any attempts to connect to a access point causes internal wifi driver to shutdown and cannot be restarted and the Netgear-A6210 freezes.
– Luigi Nesbitt
Aug 7 '18 at 16:17
@LuigiNesbitt Kali is off topic here. You probably need to blacklist the internal device.
– chili555
Aug 7 '18 at 18:12
No problems here on Pop-OS 18.10 so far, thankfully, though my "main" Linux is Ubuntu 18.04 and I will be trying it on there soon. Thank you!
– Byron Smith
Dec 29 '18 at 8:27
add a comment |
1
This works fine for me. If you don't want to reboot, just unplug and plug in the usb device again, and then to runsudo service network-manager restart
to restart the network manager.
– phobic
May 12 '18 at 12:49
Thank you for posting the better version - works on kali rolling 64
– Luigi Nesbitt
Aug 7 '18 at 15:15
Update - after testing further this version "kaduke/Netgear-A6210" freezes the network-manager and causes a near halt to restarting the system. Although the Netgear adapter can be seen in network-manager, any attempts to connect to a access point causes internal wifi driver to shutdown and cannot be restarted and the Netgear-A6210 freezes.
– Luigi Nesbitt
Aug 7 '18 at 16:17
@LuigiNesbitt Kali is off topic here. You probably need to blacklist the internal device.
– chili555
Aug 7 '18 at 18:12
No problems here on Pop-OS 18.10 so far, thankfully, though my "main" Linux is Ubuntu 18.04 and I will be trying it on there soon. Thank you!
– Byron Smith
Dec 29 '18 at 8:27
1
1
This works fine for me. If you don't want to reboot, just unplug and plug in the usb device again, and then to run
sudo service network-manager restart
to restart the network manager.– phobic
May 12 '18 at 12:49
This works fine for me. If you don't want to reboot, just unplug and plug in the usb device again, and then to run
sudo service network-manager restart
to restart the network manager.– phobic
May 12 '18 at 12:49
Thank you for posting the better version - works on kali rolling 64
– Luigi Nesbitt
Aug 7 '18 at 15:15
Thank you for posting the better version - works on kali rolling 64
– Luigi Nesbitt
Aug 7 '18 at 15:15
Update - after testing further this version "kaduke/Netgear-A6210" freezes the network-manager and causes a near halt to restarting the system. Although the Netgear adapter can be seen in network-manager, any attempts to connect to a access point causes internal wifi driver to shutdown and cannot be restarted and the Netgear-A6210 freezes.
– Luigi Nesbitt
Aug 7 '18 at 16:17
Update - after testing further this version "kaduke/Netgear-A6210" freezes the network-manager and causes a near halt to restarting the system. Although the Netgear adapter can be seen in network-manager, any attempts to connect to a access point causes internal wifi driver to shutdown and cannot be restarted and the Netgear-A6210 freezes.
– Luigi Nesbitt
Aug 7 '18 at 16:17
@LuigiNesbitt Kali is off topic here. You probably need to blacklist the internal device.
– chili555
Aug 7 '18 at 18:12
@LuigiNesbitt Kali is off topic here. You probably need to blacklist the internal device.
– chili555
Aug 7 '18 at 18:12
No problems here on Pop-OS 18.10 so far, thankfully, though my "main" Linux is Ubuntu 18.04 and I will be trying it on there soon. Thank you!
– Byron Smith
Dec 29 '18 at 8:27
No problems here on Pop-OS 18.10 so far, thankfully, though my "main" Linux is Ubuntu 18.04 and I will be trying it on there soon. Thank you!
– Byron Smith
Dec 29 '18 at 8:27
add a comment |
Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!
New contributor
add a comment |
Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!
New contributor
add a comment |
Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!
New contributor
Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!
New contributor
New contributor
answered 3 mins ago
Guille PuertasGuille Puertas
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033772%2fcant-get-my-netgear-a6210-usb-wifi-adapter-to-work-on-my-linux-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
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