星期一, 十二月 19, 2005

Success on NDISWRAPPER with Netgear wg511v2

This a Marvell chipset, wg511 v2 wlan card, pcmcia interface. made in China.
The driver's version is NETGEAR, 09/17/2004,3.1.0.19
And the linux distro is Fedora Core 4.
Hardware: Compaq Presario 2800

A manual setup script is as follows:

#!/bin/bash
/sbin/iwconfig wlan0 key restricted XXXXXXXXXXX
/sbin/iwconfig wlan0 essid "NETGEAR"
/sbin/ifconfig wlan0 up
/sbin/dhclient wlan0

没有评论: