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













4















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









share|improve this question





























    4















    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









    share|improve this question



























      4












      4








      4


      3






      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









      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 8 '18 at 23:56









      chili555

      38.7k55177




      38.7k55177










      asked May 8 '18 at 21:18









      Alseny DialloAlseny Diallo

      2112




      2112






















          2 Answers
          2






          active

          oldest

          votes


















          5














          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.






          share|improve this answer



















          • 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











          • 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



















          0














          Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!





          share








          New contributor




          Guille Puertas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            5














            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.






            share|improve this answer



















            • 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











            • 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
















            5














            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.






            share|improve this answer



















            • 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











            • 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














            5












            5








            5







            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.






            share|improve this answer













            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.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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 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











            • 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





              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











            • 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













            0














            Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!





            share








            New contributor




            Guille Puertas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!





              share








              New contributor




              Guille Puertas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!





                share








                New contributor




                Guille Puertas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                Just installed it today, 2 March 2019 in Ubuntu 18.10. Fully working!. Thanks!






                share








                New contributor




                Guille Puertas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share


                share






                New contributor




                Guille Puertas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 3 mins ago









                Guille PuertasGuille Puertas

                1




                1




                New contributor




                Guille Puertas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Guille Puertas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Guille Puertas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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

                    Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                    Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                    Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...