hil
20th August 2005, 04:38 PM
I heard rumors about netgear changing their wireless adapter chipset without changing the model name. It happens to Linksys and D-Link. A version 4.0 (Ralink) for Linksys WPC11 has totally different chipset from a version 3.0 (Prism). I researched on the web and decided to buy Netgear WAG511. It worked excellently with a little work in Fedora Core 4. If you want to buy a wireless pcmcia card for your laptop, here are the steps:
1. Realize that Atheros chipset uses MADWiFi (http://madwifi.sourceforge.net/) driver
2. Buy NetGear WAG511 (It did not have any version number until the time I bought it) from online stores such as JustDeals (http://www.justdeals.com/)
3. Add Livna to your yum repo. Follow the instructions from the links:
http://stanton-finley.net/fedora_core_4_installation_notes.html
http://www.mjmwired.net/resources/mjm-fedora-fc4.shtml
4. install kernel 2.6.12-1.1398_FC4. Here is what I did:
yum install kernel.i686 kernel-module-madwifi-2.6.12-1.1398_FC4
yum -y install kernel-devel.i686 # not necessary
5. When you receive the NetGear WAG511, do not waste your time reading the instructions for Win32 installation. Insert the card directly to the PCMCIA slot and boot the laptop to Fedora Core 4. After boot, you should see one of the LCD light is on. Go to the command line as root. In my case, iwlist ath0 scan somehow did not work directly. I had to ifconfig ath0 192.168.3.3 to give it an IP address first and then iwlist ath0 scan could work. Make iwlist ath0 scan work. You should see both Light blinking (according to the spec, both link blinking means weak signal connection). Now you can use the GUI network configuration tool to set up the device ath0 which is the Netgear WAG511 card
1. Realize that Atheros chipset uses MADWiFi (http://madwifi.sourceforge.net/) driver
2. Buy NetGear WAG511 (It did not have any version number until the time I bought it) from online stores such as JustDeals (http://www.justdeals.com/)
3. Add Livna to your yum repo. Follow the instructions from the links:
http://stanton-finley.net/fedora_core_4_installation_notes.html
http://www.mjmwired.net/resources/mjm-fedora-fc4.shtml
4. install kernel 2.6.12-1.1398_FC4. Here is what I did:
yum install kernel.i686 kernel-module-madwifi-2.6.12-1.1398_FC4
yum -y install kernel-devel.i686 # not necessary
5. When you receive the NetGear WAG511, do not waste your time reading the instructions for Win32 installation. Insert the card directly to the PCMCIA slot and boot the laptop to Fedora Core 4. After boot, you should see one of the LCD light is on. Go to the command line as root. In my case, iwlist ath0 scan somehow did not work directly. I had to ifconfig ath0 192.168.3.3 to give it an IP address first and then iwlist ath0 scan could work. Make iwlist ath0 scan work. You should see both Light blinking (according to the spec, both link blinking means weak signal connection). Now you can use the GUI network configuration tool to set up the device ath0 which is the Netgear WAG511 card