On Thu, Jan 21, 2010 at 10:02 AM, Davy Leon <davy at scu.escambray.com.cu>
wrote:> Hi folks
>
> I have a Centos 5.3 Box and need to know how to configure a Netgear wg111v2
> USB WLAN adapter. I already have an wireless LAN build with an AP and a
> windows XP PC with another Netgear wg111v2 USB adaptor running on it..
Does the manufacturer provide the driver for Linux? You could use the
Windows driver with ndiswrapper if all else fails.
What is the output of:
for BUSID in $(/sbin/lspci | awk '{ IGNORECASE=1 } /net/ { print $1
}'); do /sbin/lspci -s $BUSID -m; /sbin/lspci -s $BUSID -n; done
Akemi