Gentoo Archives: gentoo-user-fr

From: Aurelien Francillon <aurel@××××××.org>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] WiFi encryptage WEP
Date: Wed, 26 Oct 2005 23:42:48
Message-Id: 43601451.5060704@naurel.org
In Reply to: [gentoo-user-fr] WiFi encryptage WEP by Simon TOSSER
1 Simon TOSSER wrote:
2 ...
3 > # Fonctionnement avec iwconfig
4 > modules_wlan0=( "iwconfig" )
5 > key_MyESSID="[1] 1234567890ABCDEF1234567890AB key [1]"
6 > preferred_aps=( "MyESSID" )
7 ...
8 > /etc/conf.d/net: line 15:key_MyESSID="[1] 1234567890ABCDEF1234567890AB
9 > key [1]": command not found
10 ...
11
12 est ce que tu a bien remplacé MyESSID par la valeur de ton essid ? par
13 esemple avec:
14 essid_eth0="maison"
15 il te faut:
16 key_maison="[1] 1234567890ABCDEF1234567890AB key [1]"
17 preferred_aps=( "maison" )
18
19 ca parait bete mais j'ai fait l'erreur aussi ;)
20
21 aurel

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user-fr] WiFi encryptage WEP Simon TOSSER <simon.tosser@×××××××.fr>