Differences between revisions 11 and 12
Revision 11 as of 2007-11-25 23:06:21
Size: 5178
Comment: merging, translating, restructuring ... all is finished !
Revision 12 as of 2007-12-12 21:07:19
Size: 5178
Comment: update link
Deletions are marked like this. Additions are marked like this.
Line 96: Line 96:
 * ["netconf"]  * ["NetConf"]

Translation(s): [:French/Wifi:Français]

(!) [:/Discussion:Discussion]

?BR

http://www.debian.org/logos/openlogo-nd-50.png http://www.debian.org/Pics/debian.png

inline:Portal/IDB/logo_portal.png Welcome on ["Debian"] Wireless Fidelity


inline:Portal/IDB/icon-wifi-32x32.png This portal deals with the hardware installation of Wi-Fi cards in general. The installation of a card is essentially two steps that are installing the driver (also called the driver or module), and setting up your WiFi network.

Be aware that a WiFi base are operating on an electronic chip called Chipset. We can find the same chip in several different cards. Consequently, the pilot manages this chipset will be the same for all these cards Wifi.

inline:Portal/IDB/official-doc.png

[http://www.debian.org/doc/manuals/reference/ch-gateway.en.html debian.org] - Debian Reference Networking Chapter

?TableOfContents(3)

Tools prerequisites

Install Driver

This section presents a list of WiFi cards sorted by manufacturer. It will show you the documentation page of the chip and thus its pilot. We recommend that you retrieve information identifying material.

This list consists of two elements: the device name and the hardware ID. The list is categorized alphabetically by the manufacturer's name and the name of your card.

PCI Cards

This information is derived from command:

lspci -nn

See ["HowToIdentifyADevice/PCI"] for more information

Netgear MA311

Netgear WG311T

[:DebFrWifi/ath_pci:Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)] [168c:0013] (in french)

Netgear WG511

[:DebFrWifi/prism54:prism54] [???:???] (in french)

[:DebFrWiFi/rt2500:?RaLink RT2500 802.11g Cardbus/mini-PCI (rev 01)] [1814:0201] (in french)

SMC 2802W

[:DebFrWifi/prism54:Harris Semiconductor D-Links DWL-g650 A1 (rev 1)] [1260:3890] (in french) [http://www.smc-europe.com/images/content/products/wireless/2802W.jpg See]

USB Cards

This information is derived from command:

lsusb

See ["HowToIdentifyADevice/USB"] for more information

Netgear MA111

PCMCIA Cards

See ["HowToIdentifyADevice/PCMCIA"] for more information

Compaq WL110

[:DebFrWifi/orinoco:orinoco] (in french)

Netgear MA401

SMC 2835W

[:DebFrWifi/prism54:Orinoco or Intersil Prism 2 Wireless] [0156:0002] (in french)

Setting your WiFi device

Identify your network

  • Network Name
    • Parameter security
    • [:DebFrWPA:WPA] (in french)

Configure Interface

Example:

# Carte PCI Wifi RT2500
auto eth0
iface eth0 inet dhcp
pre-up ifconfig eth0 up
pre-up iwpriv eth0 set AuthMode=WPAPSK
pre-up iwpriv eth0 set EncrypType=TKIP
pre-up iwconfig eth0 essid "WANADOO-1418"
pre-up iwpriv eth0 set WPAPSK="xxxxxxxxxxxxxxxxxxxxx"

Check the proper functioning

Resources

  • ?DebFrWifiTopo (in french)

  • NdisWrapper - use Windows drivers under Debian/Linux.

  • ["?NetConf"]

External Links


CategoryPortal | CategoryWifi