Netgear WG511 802.11g (and b) Cardbus wireless card
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Netgear WG511 802.11g (and b) Cardbus wireless card
Reviews
Views
Date of last review
18
135489
01-30-2005
Recommended By
Average Price
Average Rating
94% of reviewers
$59.75
9.3
Description:
This is a cardbus wireless adapter that works with 802.11g and 802.11b routers. You have two options for using it under Linux:
1) http://www.linuxant.com/ makes a product called DriverLoader wich allows you to use the Windows drivers for the card under linux. However Netger's CD does not actually contain the files DriverLoader neads (a .int file, .sys file, and .arm file). These files are found in a Windows system's Program Filesnetgear directory and/or in the various system directories after installing the driver. So you need to get them from a friend or off a Windows install's drive. After that it works perfectly.
2) http://prism54.org/ is a project developing an OSS driver for this and many other cards with the Intersil/Prism54 chipset. It is still very much in development but people report success using the driver. There are some special instructions for compiling it. You don't need to Windows files if you use it.
Would you recommend the product? yes | Price you paid? (in USD): $129.00 | Rating: 8
Kernel (uname -r):
2.4.20-8
Distribution:
RedHat Linux 9
I used linuxant's driverloader to make this card worked and luckily I had a hard disk i could mount with the windows driver files. The only problem I have is that driverloader doesn't provide a way to monitor link quality thus far. The OSS driver probably has better-featured support.
Would you recommend the product? yes | Price you paid? (in USD): $75.00 | Rating: 7
Kernel (uname -r):
2.4.24
Distribution:
Slackware 9.1
Although the driver for this card/chipset is still in heavy development and has yet to reach a stable release it is at a stage where it is usable, you need to have a 2.4.23 or better kernel with firmware hotpluging configured in or as a module, kernel 2.6.x is also supported but I've yet to test it with my card.
I'm using the latest cvs snapshot from prism54.org dated 20041901 and firmware 1.0.0.0.
Would you recommend the product? | Price you paid? (in USD): None indicated | Rating: 0
Kernel (uname -r):
2.4.22-1
Distribution:
Fedora Core 1
I agree. I tried the prism54 driver and with the help of the prism54 instructions and some comments posted on their forum I was able to get it working.
If you are buying a card now I suggest you buy the WG511T version instead (which has a better-supported chipset). That said WG511's are now reportedly very inexpensive ;)
Would you recommend the product? yes | Price you paid? (in USD): $45.00 | Rating: 0
Kernel (uname -r):
2.6.0-test10
Distribution:
gentoo
The prism driver does need M$ firmware files and no - you can't get those from the installation CD.You'll have to install it first on a M$ partition or grab them from prism's website but I wouldn't bet that they'll there much longer (seems to be semilegal).
Other than that it works fine - did have to use the KP (kernelpatch) file.The source file didn't work for me.
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 0
Kernel (uname -r):
2.4.26
Distribution:
slackware 9.1
I've been using the WG511card for a while now with the prism54 drivers. I just upgraded to the 2.4.26 kernel. I installed the latest drivers from prism54.org (prism54-cvs-latest and the 1.0.4.3 version of the firmware), and everything worked fine. The nice thing is that now, the card gets detected cold.
Would you recommend the product? yes | Price you paid? (in USD): $35.00 | Rating: 10
Kernel (uname -r):
2.6.7
Distribution:
Slackware 9.1 / 10.0
I've had no problems once I upgraded my Kernel to 2.6.7 which has the PrismGT drivers built in. The configuration takes about 5 minutes once you get the kernel up and working.
Would you recommend the product? yes | Price you paid? (in USD): $49.99 | Rating: 10
Kernel (uname -r):
2.6.6-1.435.2.3
Distribution:
Fedora 2
Worked really well once I got all of the pieces in place. I had to search for different bits and pieces of this and thought I'd try to help anyone just wanted to get the card working quickly. I hope this helps!
1. Download "http://prism54.org/~mcgrof/firmware/1.0.4.3.arm" and rename 1.0.4.3.arm to isl3890
2. Create /usr/lib/hotplug/firmware/ directory
su root
[password]
mkdir -p /usr/lib/hotplug/firmware/
3. Move isl3890 to the new directory.
mv isl3890 /usr/lib/hotplug/firmware/
4. Create file /etc/load_wireless with the following - credit to David Cafaro (http://www.cafaro.net/david/MM20ReviewAndInstall.html)
#!/bin/bash
# Note you may have to change all references to eth1 to eth0 if you do not have another network card already installed
# Dry start to load firmware
echo -n "Bringing up wireless card..."
/sbin/ifconfig eth1 up
# Wait a sec to make sure it's good and loaded
sleep 2
# Now really load it
/sbin/iwconfig eth1 essid [SSID SET IN ROUTER] mode Managed channel 6 key [WEP KEY SET IN ROUTER]
/sbin/ifconfig eth1 192.168.0.2 netmask 255.255.255.0
/sbin/route add default gw 192.168.0.1
echo "done"
5. Make /etc/load_wireless executable:
chmod u+x /etc/load_wireless
6. Test your script:
/etc/load_wireless
7. Put a call to this script in your rc.local if you want to automatically load the wireless card at boot.
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 10
Kernel (uname -r):
Fedora Core 3 Test 1 2.6.7-1.478
Distribution:
Fedora
Works like a champ using Prism54 driver (and firmware !)
I am able to watch movie mounted on my server iTE RAID (ITE 8212) IDE disks via NFS and never a glitch. Of course, browse the net with DSL as well. This is my network set:
Would you recommend the product? yes | Price you paid? (in USD): $43.00 | Rating: 9
Kernel (uname -r):
2.6.8-1.521
Distribution:
Fedora Core 2
Easy install under Fedora Core 2 on a vintage-1999 Gateway laptop. I couldn't get it to work using DHCP, but with a static IP address it works perfectly. I use it almost exclusively on my home network, so the DHCP thing isn't a big deal to me. It's probably a simple fix, but I'm new to Linux and haven't dug into it yet.
Would you recommend the product? yes | Price you paid? (in USD): $54.00 | Rating: 10
Kernel (uname -r):
2.6.5-7.111-default
Distribution:
Suse 9.1 Pro
There are 2 versions of this card.. 2.0 and 3.0
2.0 works with the linux drivers currently being used and it's made in Taiwan.
3.0 does not work no matter what with linux drivers.. probably using ndiswraper/linuxant you can get it working but in non native mode which means no kismet or airsnort :(
3.0 cards are made in China so trade it back for the 2.0 card if you're still able.
Would you recommend the product? yes | Price you paid? (in USD): $43.00 | Rating: 9
Kernel (uname -r):
2.6.7
Distribution:
Slackware 10.0
Works fine as per above instructions. I installed the 2.6.7 kernel from Slackware's testing/ , re-booted and with a little work with the prism firmware it's up and running. Kismet is happy with it, too.
Only complaint is that it occasionally has trouble leaving monitor mode, and requires a PCMCIA reset to settle down.
Other than that, I'm very happy with this piece of kit. Highly recommended.
Would you recommend the product? yes | Price you paid? (in USD): $50.00 | Rating: 9
Kernel (uname -r):
2.6.10-1.741
Distribution:
Fedora Core #3
Initially had difficulity before I read the documentation more closely. It sure helps to have the firmware "renamed" is instructed. Once that was done, the card operates PERFECTLY!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.