This is the beginnings of a FrequentlyAskedQuestions list for the IrcChannel (#wireless on the Open Projects Network).

TableOfContents

Wireless Network Card Questions

What is the best card?

I'd like to try doing ___________ with 802.11b. Will it work?

Do 802.11a cards work under Linux or *BSD?

I'm trying to use my ________ (prism2 chipset card) under linux, and I can't figure out wlan-ng, help!

What driver should I use for Linux?

Connecting to Networks

How do I connect to a wireless network?

Network Configuration help

What commands do I need to use?

How do I setup my network to automatically get an IP address?

use PPPoE which will be covered in more detail later.

Linux

FreeBSD/OpenBSD

 dhclient wi0 (where wi0 is the name of your network card)

FreeBSD users can have dhclient run automagically at bootup by adding the line

ifconfig_wi0="dhcp"

to /etc/rc.conf

BR


[CategoryDocumentation]