jameswifi
Posts: 1
Joined: Thu Jan 17, 2013 12:00 am

Wireless Network Adapter

Thu Jan 17, 2013 12:19 am

hello!
I hope i can find some help here,

I would like to know whether Netgear Wireless Adapter is Compatible with Rassberry Pi (using Ubuntu OS), and also the procedure to make it work !!

Thank you in advance !!

User avatar
malakai
Posts: 1382
Joined: Sat Sep 15, 2012 10:35 am
Contact: Website

Re: Wireless Network Adapter

Thu Jan 17, 2013 12:44 am

Do you have a link to a specific model. Knowing the chipset would help. If you have it you can put it into the Pi and type:

Code: Select all

lsusb
Then post what it shows in regards to the adapter.

It should work but may be that you need a powered hub if it takes too much to work directly from the Pi's built in USB.
http://www.raspians.com - always looking for content feel free to ask to have it posted. Or sign up and message me to become a contributor to the site. Raspians is not affiliated with the Raspberry Pi Foundation. (RPi's + You = Raspians)

User avatar
Fludizz
Posts: 15
Joined: Sat Jan 12, 2013 3:04 pm
Contact: Website

Re: Wireless Network Adapter

Thu Jan 17, 2013 9:28 am

You can also check this list: http://elinux.org/RPi_VerifiedPeriphera ... i_Adapters

This lists the adapters that are known to work or not. If your specific type is not in te list, you can check to see if the wireless chipset used in the device (is probably reported in lsusb as well) and see if there are any wireless dongles with the same chipset that are known to work.

If neither of them are in the list: Just try and see if it works :)
Rev1: D14 removed, F1&F2 bypassed and heatsinks installed. Stable at arm 900 / gpu 300 / sdram 400 :(. No overvolting!
Rev2: 512MB version, no mods, just heatsinks installed. Stable at arm 930 / gpu 350 / sdram 500. No overvolting!

drgeoff
Posts: 10765
Joined: Wed Jan 25, 2012 6:39 pm

Re: Wireless Network Adapter

Thu Jan 17, 2013 2:13 pm

jameswifi wrote:.... Rassberry Pi (using Ubuntu OS) ...
The last I heard there wasn't a (decent) build of Ubuntu for the RPi. Has that changed?

User avatar
Jim JKla
Posts: 2218
Joined: Sun Jan 29, 2012 11:15 pm
Location: Newcastle upon Tyne UK

Re: Wireless Network Adapter

Thu Jan 17, 2013 2:21 pm

Technicaly Both Ubuntu and Rasbian are both derivatives of Debian so they are cousins allready.
Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek ;)

If you find a solution please post it in the wiki the forum dies too quick

jameswifipi
Posts: 6
Joined: Fri Jan 25, 2013 4:25 am

Re: Wireless Network Adapter

Fri Jan 25, 2013 11:40 pm

when i use the command " lsusb"

pi@raspberrypi ~ $ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0846:9011 NetGear, Inc. WNDA3100v2 802.11abgn [Broadcom B CM4323]

i got the above list , now how to make my wifi adapter netgear work so i can connect my raspberry pi to the wireless network ??

i am new to linux.. via UltraVNC viewer i got desktop view ( GUI display) of raspberry in that were can i found my network adapter and how to see the internet connection setting ?

Thanks in advance !!

blakegall24
Posts: 1
Joined: Sat Aug 02, 2014 3:09 am

Re: Wireless Network Adapter

Sat Aug 02, 2014 3:22 am

Ubuntu currently does not support the WNDA3100 adapters but the WNDA3100v1 can work with ubuntu using ndiswrapper

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13092
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: Wireless Network Adapter

Sat Aug 02, 2014 9:31 am

blakegall24 wrote:Ubuntu currently does not support the WNDA3100 adapters but the WNDA3100v1 can work with ubuntu using ndiswrapper
ndiswrapper is a wrapper around windows x86 driver code, so it believes its running on windows, so that will work on a x86 system, but not on an ARM system. You must use a real (ARM) driver, not a hack.

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Wireless Network Adapter

Sat Aug 02, 2014 10:05 am

blakegall24 wrote:Ubuntu currently does not support the WNDA3100 adapters but the WNDA3100v1 can work with ubuntu using ndiswrapper
The post you answered is 19 months old

Ubuntu does not have a release suitable for the for the Pi

ndiswrapper is not for ARM architecture
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

shieldsit
Posts: 4
Joined: Sat Jan 05, 2013 11:04 pm

Re: Wireless Network Adapter

Sat Nov 08, 2014 3:46 am

fruitoftheloom, have you had any luck getting this adapter working? I have the .9011 as well and I swear I've had it working previously. I guess it could have been a different distro though. Oh well, back to Google I guess!

DirkS
Posts: 10362
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: Wireless Network Adapter

Sat Nov 08, 2014 10:47 am

shieldsit wrote:fruitoftheloom, have you had any luck getting this adapter working? I have the .9011 as well and I swear I've had it working previously. I guess it could have been a different distro though. Oh well, back to Google I guess!
If you read through this (ancient) topic you will see that at no point fruitoftheloom says he actually has ever tried this adapter...

Gr.
Dirk.

Return to “Troubleshooting”