USB wireless Netgear adapter Ubuntu 16.04












1















My netgear wireless adapter appears to be the same model as from this thread, but the steps didn't end up working out for me. No errors were given.
Note: This is the second attempt, so some files are already installed/updated. I'm on a fresh install of Ubuntu 16.04, I'm not used to the environment.



Here's the terminal after each step:





  1. Note: I can't post more than 2 links, so I delete the http:// in front of the hits/gets.



    $ lsusb
    Bus 001 Device 005: ID 0846:9011 NetGear, Inc. WNDA3100v2 802.11abgn [Broadcom BCM4323]

    $ sudo apt-get update
    Hit:1 us.archive.ubuntu.com/ubuntu xenial InRelease
    Get:2 us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]
    Hit:3 us.archive.ubuntu.com/ubuntu xenial-backports InRelease
    Get:4 us.archive.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
    Fetched 190 kB in 1s (142 kB/s)
    Reading package lists... Done

    $ sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting 'ndiswrapper' instead of 'ndiswrapper-common'
    ndiswrapper is already the newest version (1.59-6).
    ndiswrapper-utils-1.9 is already the newest version (1.59-6).
    0 upgraded, 0 newly installed, 0 to remove and 59 not upgraded.



  2. Downloaded the files from post #6 and put them onto my desktop.



    $ arch
    x86_64
    $ cd ~/Desktop/Broadcom_bcm43xx_USB_32_64bit_v2


    My command line now appears as:



    shawn@shawn-Z68XP-UD3P:~/Desktop/Broadcom_bcm43xx_USB_32_64bit_v2$ 



  3. As arch returned x84_64 I issued:



    $ sudo ndiswrapper -i bcmn43xx64.inf
    driver bcmn43xx64 is already installed

    $ sudo ndiswrapper -ma
    module configuration information is stored in /etc/modprobe.d/ndiswrapper.conf



  4. This step didn't return any information back.



    sudo depmod -a



  5. This step also didn't return any information back.



    sudo modprobe ndiswrapper



Thanks for any help. I was going to pm Chili555, the author of the answer to the previous thread, but I couldn't find an option. (Maybe I need more rep?)



Edit 1:



$ dmesg | grep ndis
[25668.481615] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[25668.481640] usbcore: registered new interface driver rndis_host
[25668.490912] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0


with the correct adapter in:



$ dmesg | grep ndis
[25668.481615] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[25668.481640] usbcore: registered new interface driver rndis_host
[25668.490912] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0
[27435.290896] rndis_host 5-2:1.0 enp6s0u2: unregister 'rndis_host' usb-0000:06:00.0-2, RNDIS device
[53404.308888] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[53404.321914] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0
[53499.506118] ndiswrapper: module verification failed: signature and/or required key missing - tainting kernel
[53499.507750] ndiswrapper version 1.59 loaded (smp=yes, preempt=no)
[53499.681200] ndiswrapper: driver bcmn43xx64 (,08/26/2009, 5.10.79.30) loaded
[53499.788872] rndis_host 5-2:1.0 enp6s0u2: unregister 'rndis_host' usb-0000:06:00.0-2, RNDIS device
[53500.230542] usbcore: registered new interface driver ndiswrapper
[53500.236500] ndiswrapper 1-1.4:1.0 enxe0469a00acaa: renamed from wlan0
[53500.261564] ndiswrapper: interface renamed to 'enxe0469a00acaa'
[53522.657592] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[53522.676968] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0









share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • You can always PM me on ubuntuforums.org. However, let's crack the case right here. What is the result of these terminal commands: sudo modprobe ndiswrapper and also: dmesg | grep ndis Welcome to askubuntu.

    – chili555
    Aug 20 '16 at 14:34











  • The terminal didn't return anything to me. Thanks for coming to the rescue. :D

    – Shawn Baumbach
    Aug 20 '16 at 18:47






  • 1





    The terminal didn't return anything to me for "sudo modprobe ndsiwrapper" The first time I ran it during step 10. Now I get "modprobe: FATAL: Module ndsiwrapper not found in directory /lib/modules/4.4.0-34-generic" But I didn't redo all of the steps, do I need to? I edited dmesg grep ndis into the bottom of my main, also ran without redoing the steps. Gonna have to go to work in a few minutes.

    – Shawn Baumbach
    Aug 20 '16 at 19:12











  • I would try again: sudo apt-get install --reinstall ndiswrapper and next:sudo apt-get install ndiswrapper-dkms and finally: sudo modprobe ndiswrapper Any errors, warnings, etc.?

    – chili555
    Aug 20 '16 at 20:02











  • Ah, sorry, I forgot I had my other adapter installed (Was trying to get it to work after giving up on this one) I reran dmesg | grep ndis and got a entirely different result. ndis modprbe ndiswrapper didn't return anything. I'll put the dmesg into edit 2) up above.

    – Shawn Baumbach
    Aug 21 '16 at 2:32
















1















My netgear wireless adapter appears to be the same model as from this thread, but the steps didn't end up working out for me. No errors were given.
Note: This is the second attempt, so some files are already installed/updated. I'm on a fresh install of Ubuntu 16.04, I'm not used to the environment.



Here's the terminal after each step:





  1. Note: I can't post more than 2 links, so I delete the http:// in front of the hits/gets.



    $ lsusb
    Bus 001 Device 005: ID 0846:9011 NetGear, Inc. WNDA3100v2 802.11abgn [Broadcom BCM4323]

    $ sudo apt-get update
    Hit:1 us.archive.ubuntu.com/ubuntu xenial InRelease
    Get:2 us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]
    Hit:3 us.archive.ubuntu.com/ubuntu xenial-backports InRelease
    Get:4 us.archive.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
    Fetched 190 kB in 1s (142 kB/s)
    Reading package lists... Done

    $ sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting 'ndiswrapper' instead of 'ndiswrapper-common'
    ndiswrapper is already the newest version (1.59-6).
    ndiswrapper-utils-1.9 is already the newest version (1.59-6).
    0 upgraded, 0 newly installed, 0 to remove and 59 not upgraded.



  2. Downloaded the files from post #6 and put them onto my desktop.



    $ arch
    x86_64
    $ cd ~/Desktop/Broadcom_bcm43xx_USB_32_64bit_v2


    My command line now appears as:



    shawn@shawn-Z68XP-UD3P:~/Desktop/Broadcom_bcm43xx_USB_32_64bit_v2$ 



  3. As arch returned x84_64 I issued:



    $ sudo ndiswrapper -i bcmn43xx64.inf
    driver bcmn43xx64 is already installed

    $ sudo ndiswrapper -ma
    module configuration information is stored in /etc/modprobe.d/ndiswrapper.conf



  4. This step didn't return any information back.



    sudo depmod -a



  5. This step also didn't return any information back.



    sudo modprobe ndiswrapper



Thanks for any help. I was going to pm Chili555, the author of the answer to the previous thread, but I couldn't find an option. (Maybe I need more rep?)



Edit 1:



$ dmesg | grep ndis
[25668.481615] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[25668.481640] usbcore: registered new interface driver rndis_host
[25668.490912] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0


with the correct adapter in:



$ dmesg | grep ndis
[25668.481615] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[25668.481640] usbcore: registered new interface driver rndis_host
[25668.490912] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0
[27435.290896] rndis_host 5-2:1.0 enp6s0u2: unregister 'rndis_host' usb-0000:06:00.0-2, RNDIS device
[53404.308888] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[53404.321914] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0
[53499.506118] ndiswrapper: module verification failed: signature and/or required key missing - tainting kernel
[53499.507750] ndiswrapper version 1.59 loaded (smp=yes, preempt=no)
[53499.681200] ndiswrapper: driver bcmn43xx64 (,08/26/2009, 5.10.79.30) loaded
[53499.788872] rndis_host 5-2:1.0 enp6s0u2: unregister 'rndis_host' usb-0000:06:00.0-2, RNDIS device
[53500.230542] usbcore: registered new interface driver ndiswrapper
[53500.236500] ndiswrapper 1-1.4:1.0 enxe0469a00acaa: renamed from wlan0
[53500.261564] ndiswrapper: interface renamed to 'enxe0469a00acaa'
[53522.657592] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[53522.676968] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0









share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • You can always PM me on ubuntuforums.org. However, let's crack the case right here. What is the result of these terminal commands: sudo modprobe ndiswrapper and also: dmesg | grep ndis Welcome to askubuntu.

    – chili555
    Aug 20 '16 at 14:34











  • The terminal didn't return anything to me. Thanks for coming to the rescue. :D

    – Shawn Baumbach
    Aug 20 '16 at 18:47






  • 1





    The terminal didn't return anything to me for "sudo modprobe ndsiwrapper" The first time I ran it during step 10. Now I get "modprobe: FATAL: Module ndsiwrapper not found in directory /lib/modules/4.4.0-34-generic" But I didn't redo all of the steps, do I need to? I edited dmesg grep ndis into the bottom of my main, also ran without redoing the steps. Gonna have to go to work in a few minutes.

    – Shawn Baumbach
    Aug 20 '16 at 19:12











  • I would try again: sudo apt-get install --reinstall ndiswrapper and next:sudo apt-get install ndiswrapper-dkms and finally: sudo modprobe ndiswrapper Any errors, warnings, etc.?

    – chili555
    Aug 20 '16 at 20:02











  • Ah, sorry, I forgot I had my other adapter installed (Was trying to get it to work after giving up on this one) I reran dmesg | grep ndis and got a entirely different result. ndis modprbe ndiswrapper didn't return anything. I'll put the dmesg into edit 2) up above.

    – Shawn Baumbach
    Aug 21 '16 at 2:32














1












1








1








My netgear wireless adapter appears to be the same model as from this thread, but the steps didn't end up working out for me. No errors were given.
Note: This is the second attempt, so some files are already installed/updated. I'm on a fresh install of Ubuntu 16.04, I'm not used to the environment.



Here's the terminal after each step:





  1. Note: I can't post more than 2 links, so I delete the http:// in front of the hits/gets.



    $ lsusb
    Bus 001 Device 005: ID 0846:9011 NetGear, Inc. WNDA3100v2 802.11abgn [Broadcom BCM4323]

    $ sudo apt-get update
    Hit:1 us.archive.ubuntu.com/ubuntu xenial InRelease
    Get:2 us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]
    Hit:3 us.archive.ubuntu.com/ubuntu xenial-backports InRelease
    Get:4 us.archive.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
    Fetched 190 kB in 1s (142 kB/s)
    Reading package lists... Done

    $ sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting 'ndiswrapper' instead of 'ndiswrapper-common'
    ndiswrapper is already the newest version (1.59-6).
    ndiswrapper-utils-1.9 is already the newest version (1.59-6).
    0 upgraded, 0 newly installed, 0 to remove and 59 not upgraded.



  2. Downloaded the files from post #6 and put them onto my desktop.



    $ arch
    x86_64
    $ cd ~/Desktop/Broadcom_bcm43xx_USB_32_64bit_v2


    My command line now appears as:



    shawn@shawn-Z68XP-UD3P:~/Desktop/Broadcom_bcm43xx_USB_32_64bit_v2$ 



  3. As arch returned x84_64 I issued:



    $ sudo ndiswrapper -i bcmn43xx64.inf
    driver bcmn43xx64 is already installed

    $ sudo ndiswrapper -ma
    module configuration information is stored in /etc/modprobe.d/ndiswrapper.conf



  4. This step didn't return any information back.



    sudo depmod -a



  5. This step also didn't return any information back.



    sudo modprobe ndiswrapper



Thanks for any help. I was going to pm Chili555, the author of the answer to the previous thread, but I couldn't find an option. (Maybe I need more rep?)



Edit 1:



$ dmesg | grep ndis
[25668.481615] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[25668.481640] usbcore: registered new interface driver rndis_host
[25668.490912] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0


with the correct adapter in:



$ dmesg | grep ndis
[25668.481615] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[25668.481640] usbcore: registered new interface driver rndis_host
[25668.490912] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0
[27435.290896] rndis_host 5-2:1.0 enp6s0u2: unregister 'rndis_host' usb-0000:06:00.0-2, RNDIS device
[53404.308888] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[53404.321914] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0
[53499.506118] ndiswrapper: module verification failed: signature and/or required key missing - tainting kernel
[53499.507750] ndiswrapper version 1.59 loaded (smp=yes, preempt=no)
[53499.681200] ndiswrapper: driver bcmn43xx64 (,08/26/2009, 5.10.79.30) loaded
[53499.788872] rndis_host 5-2:1.0 enp6s0u2: unregister 'rndis_host' usb-0000:06:00.0-2, RNDIS device
[53500.230542] usbcore: registered new interface driver ndiswrapper
[53500.236500] ndiswrapper 1-1.4:1.0 enxe0469a00acaa: renamed from wlan0
[53500.261564] ndiswrapper: interface renamed to 'enxe0469a00acaa'
[53522.657592] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[53522.676968] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0









share|improve this question
















My netgear wireless adapter appears to be the same model as from this thread, but the steps didn't end up working out for me. No errors were given.
Note: This is the second attempt, so some files are already installed/updated. I'm on a fresh install of Ubuntu 16.04, I'm not used to the environment.



Here's the terminal after each step:





  1. Note: I can't post more than 2 links, so I delete the http:// in front of the hits/gets.



    $ lsusb
    Bus 001 Device 005: ID 0846:9011 NetGear, Inc. WNDA3100v2 802.11abgn [Broadcom BCM4323]

    $ sudo apt-get update
    Hit:1 us.archive.ubuntu.com/ubuntu xenial InRelease
    Get:2 us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]
    Hit:3 us.archive.ubuntu.com/ubuntu xenial-backports InRelease
    Get:4 us.archive.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
    Fetched 190 kB in 1s (142 kB/s)
    Reading package lists... Done

    $ sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting 'ndiswrapper' instead of 'ndiswrapper-common'
    ndiswrapper is already the newest version (1.59-6).
    ndiswrapper-utils-1.9 is already the newest version (1.59-6).
    0 upgraded, 0 newly installed, 0 to remove and 59 not upgraded.



  2. Downloaded the files from post #6 and put them onto my desktop.



    $ arch
    x86_64
    $ cd ~/Desktop/Broadcom_bcm43xx_USB_32_64bit_v2


    My command line now appears as:



    shawn@shawn-Z68XP-UD3P:~/Desktop/Broadcom_bcm43xx_USB_32_64bit_v2$ 



  3. As arch returned x84_64 I issued:



    $ sudo ndiswrapper -i bcmn43xx64.inf
    driver bcmn43xx64 is already installed

    $ sudo ndiswrapper -ma
    module configuration information is stored in /etc/modprobe.d/ndiswrapper.conf



  4. This step didn't return any information back.



    sudo depmod -a



  5. This step also didn't return any information back.



    sudo modprobe ndiswrapper



Thanks for any help. I was going to pm Chili555, the author of the answer to the previous thread, but I couldn't find an option. (Maybe I need more rep?)



Edit 1:



$ dmesg | grep ndis
[25668.481615] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[25668.481640] usbcore: registered new interface driver rndis_host
[25668.490912] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0


with the correct adapter in:



$ dmesg | grep ndis
[25668.481615] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[25668.481640] usbcore: registered new interface driver rndis_host
[25668.490912] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0
[27435.290896] rndis_host 5-2:1.0 enp6s0u2: unregister 'rndis_host' usb-0000:06:00.0-2, RNDIS device
[53404.308888] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[53404.321914] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0
[53499.506118] ndiswrapper: module verification failed: signature and/or required key missing - tainting kernel
[53499.507750] ndiswrapper version 1.59 loaded (smp=yes, preempt=no)
[53499.681200] ndiswrapper: driver bcmn43xx64 (,08/26/2009, 5.10.79.30) loaded
[53499.788872] rndis_host 5-2:1.0 enp6s0u2: unregister 'rndis_host' usb-0000:06:00.0-2, RNDIS device
[53500.230542] usbcore: registered new interface driver ndiswrapper
[53500.236500] ndiswrapper 1-1.4:1.0 enxe0469a00acaa: renamed from wlan0
[53500.261564] ndiswrapper: interface renamed to 'enxe0469a00acaa'
[53522.657592] rndis_host 5-2:1.0 usb0: register 'rndis_host' at usb-0000:06:00.0-2, RNDIS device, 02:06:52:50:34:39
[53522.676968] rndis_host 5-2:1.0 enp6s0u2: renamed from usb0






drivers wireless netgear






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 17 '17 at 8:56









David Foerster

28.2k1365111




28.2k1365111










asked Aug 19 '16 at 22:52









Shawn BaumbachShawn Baumbach

613




613





bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • You can always PM me on ubuntuforums.org. However, let's crack the case right here. What is the result of these terminal commands: sudo modprobe ndiswrapper and also: dmesg | grep ndis Welcome to askubuntu.

    – chili555
    Aug 20 '16 at 14:34











  • The terminal didn't return anything to me. Thanks for coming to the rescue. :D

    – Shawn Baumbach
    Aug 20 '16 at 18:47






  • 1





    The terminal didn't return anything to me for "sudo modprobe ndsiwrapper" The first time I ran it during step 10. Now I get "modprobe: FATAL: Module ndsiwrapper not found in directory /lib/modules/4.4.0-34-generic" But I didn't redo all of the steps, do I need to? I edited dmesg grep ndis into the bottom of my main, also ran without redoing the steps. Gonna have to go to work in a few minutes.

    – Shawn Baumbach
    Aug 20 '16 at 19:12











  • I would try again: sudo apt-get install --reinstall ndiswrapper and next:sudo apt-get install ndiswrapper-dkms and finally: sudo modprobe ndiswrapper Any errors, warnings, etc.?

    – chili555
    Aug 20 '16 at 20:02











  • Ah, sorry, I forgot I had my other adapter installed (Was trying to get it to work after giving up on this one) I reran dmesg | grep ndis and got a entirely different result. ndis modprbe ndiswrapper didn't return anything. I'll put the dmesg into edit 2) up above.

    – Shawn Baumbach
    Aug 21 '16 at 2:32



















  • You can always PM me on ubuntuforums.org. However, let's crack the case right here. What is the result of these terminal commands: sudo modprobe ndiswrapper and also: dmesg | grep ndis Welcome to askubuntu.

    – chili555
    Aug 20 '16 at 14:34











  • The terminal didn't return anything to me. Thanks for coming to the rescue. :D

    – Shawn Baumbach
    Aug 20 '16 at 18:47






  • 1





    The terminal didn't return anything to me for "sudo modprobe ndsiwrapper" The first time I ran it during step 10. Now I get "modprobe: FATAL: Module ndsiwrapper not found in directory /lib/modules/4.4.0-34-generic" But I didn't redo all of the steps, do I need to? I edited dmesg grep ndis into the bottom of my main, also ran without redoing the steps. Gonna have to go to work in a few minutes.

    – Shawn Baumbach
    Aug 20 '16 at 19:12











  • I would try again: sudo apt-get install --reinstall ndiswrapper and next:sudo apt-get install ndiswrapper-dkms and finally: sudo modprobe ndiswrapper Any errors, warnings, etc.?

    – chili555
    Aug 20 '16 at 20:02











  • Ah, sorry, I forgot I had my other adapter installed (Was trying to get it to work after giving up on this one) I reran dmesg | grep ndis and got a entirely different result. ndis modprbe ndiswrapper didn't return anything. I'll put the dmesg into edit 2) up above.

    – Shawn Baumbach
    Aug 21 '16 at 2:32

















You can always PM me on ubuntuforums.org. However, let's crack the case right here. What is the result of these terminal commands: sudo modprobe ndiswrapper and also: dmesg | grep ndis Welcome to askubuntu.

– chili555
Aug 20 '16 at 14:34





You can always PM me on ubuntuforums.org. However, let's crack the case right here. What is the result of these terminal commands: sudo modprobe ndiswrapper and also: dmesg | grep ndis Welcome to askubuntu.

– chili555
Aug 20 '16 at 14:34













The terminal didn't return anything to me. Thanks for coming to the rescue. :D

– Shawn Baumbach
Aug 20 '16 at 18:47





The terminal didn't return anything to me. Thanks for coming to the rescue. :D

– Shawn Baumbach
Aug 20 '16 at 18:47




1




1





The terminal didn't return anything to me for "sudo modprobe ndsiwrapper" The first time I ran it during step 10. Now I get "modprobe: FATAL: Module ndsiwrapper not found in directory /lib/modules/4.4.0-34-generic" But I didn't redo all of the steps, do I need to? I edited dmesg grep ndis into the bottom of my main, also ran without redoing the steps. Gonna have to go to work in a few minutes.

– Shawn Baumbach
Aug 20 '16 at 19:12





The terminal didn't return anything to me for "sudo modprobe ndsiwrapper" The first time I ran it during step 10. Now I get "modprobe: FATAL: Module ndsiwrapper not found in directory /lib/modules/4.4.0-34-generic" But I didn't redo all of the steps, do I need to? I edited dmesg grep ndis into the bottom of my main, also ran without redoing the steps. Gonna have to go to work in a few minutes.

– Shawn Baumbach
Aug 20 '16 at 19:12













I would try again: sudo apt-get install --reinstall ndiswrapper and next:sudo apt-get install ndiswrapper-dkms and finally: sudo modprobe ndiswrapper Any errors, warnings, etc.?

– chili555
Aug 20 '16 at 20:02





I would try again: sudo apt-get install --reinstall ndiswrapper and next:sudo apt-get install ndiswrapper-dkms and finally: sudo modprobe ndiswrapper Any errors, warnings, etc.?

– chili555
Aug 20 '16 at 20:02













Ah, sorry, I forgot I had my other adapter installed (Was trying to get it to work after giving up on this one) I reran dmesg | grep ndis and got a entirely different result. ndis modprbe ndiswrapper didn't return anything. I'll put the dmesg into edit 2) up above.

– Shawn Baumbach
Aug 21 '16 at 2:32





Ah, sorry, I forgot I had my other adapter installed (Was trying to get it to work after giving up on this one) I reran dmesg | grep ndis and got a entirely different result. ndis modprbe ndiswrapper didn't return anything. I'll put the dmesg into edit 2) up above.

– Shawn Baumbach
Aug 21 '16 at 2:32










1 Answer
1






active

oldest

votes


















0














According to the comments reinstalling ndiswrapper and reperforming the steps following the installation fixed the issue. To reinstall ndiswrapper:



sudo apt-get install --reinstall ndiswrapper ndiswrapper-dkms





share|improve this answer


























  • As you’re a reputation 6 user: if this answers your question, don’t forget to click the grey ☑ under the “0” at the left of this text to accept it, which means “yes, this answer is valid”!

    – David Foerster
    Feb 17 '17 at 9:10











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%2f814364%2fusb-wireless-netgear-adapter-ubuntu-16-04%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









0














According to the comments reinstalling ndiswrapper and reperforming the steps following the installation fixed the issue. To reinstall ndiswrapper:



sudo apt-get install --reinstall ndiswrapper ndiswrapper-dkms





share|improve this answer


























  • As you’re a reputation 6 user: if this answers your question, don’t forget to click the grey ☑ under the “0” at the left of this text to accept it, which means “yes, this answer is valid”!

    – David Foerster
    Feb 17 '17 at 9:10
















0














According to the comments reinstalling ndiswrapper and reperforming the steps following the installation fixed the issue. To reinstall ndiswrapper:



sudo apt-get install --reinstall ndiswrapper ndiswrapper-dkms





share|improve this answer


























  • As you’re a reputation 6 user: if this answers your question, don’t forget to click the grey ☑ under the “0” at the left of this text to accept it, which means “yes, this answer is valid”!

    – David Foerster
    Feb 17 '17 at 9:10














0












0








0







According to the comments reinstalling ndiswrapper and reperforming the steps following the installation fixed the issue. To reinstall ndiswrapper:



sudo apt-get install --reinstall ndiswrapper ndiswrapper-dkms





share|improve this answer















According to the comments reinstalling ndiswrapper and reperforming the steps following the installation fixed the issue. To reinstall ndiswrapper:



sudo apt-get install --reinstall ndiswrapper ndiswrapper-dkms






share|improve this answer














share|improve this answer



share|improve this answer








answered Feb 17 '17 at 9:02


























community wiki





David Foerster














  • As you’re a reputation 6 user: if this answers your question, don’t forget to click the grey ☑ under the “0” at the left of this text to accept it, which means “yes, this answer is valid”!

    – David Foerster
    Feb 17 '17 at 9:10



















  • As you’re a reputation 6 user: if this answers your question, don’t forget to click the grey ☑ under the “0” at the left of this text to accept it, which means “yes, this answer is valid”!

    – David Foerster
    Feb 17 '17 at 9:10

















As you’re a reputation 6 user: if this answers your question, don’t forget to click the grey ☑ under the “0” at the left of this text to accept it, which means “yes, this answer is valid”!

– David Foerster
Feb 17 '17 at 9:10





As you’re a reputation 6 user: if this answers your question, don’t forget to click the grey ☑ under the “0” at the left of this text to accept it, which means “yes, this answer is valid”!

– David Foerster
Feb 17 '17 at 9:10


















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%2f814364%2fusb-wireless-netgear-adapter-ubuntu-16-04%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 did Captain America manage to do this?

迪纳利

南乌拉尔铁路局