Gentoo Archives: gentoo-user-fr

From: Alexandre Bique <bique.alexandre@×××××.com>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] wifi pour les nuls avec free...
Date: Sun, 18 Jun 2006 18:36:05
Message-Id: 200606182037.40666.bique.alexandre@gmail.com
In Reply to: [gentoo-user-fr] wifi pour les nuls avec free... by Jean Magnan de Bornier
1 Le dimanche 18 juin 2006 20:26, Jean Magnan de Bornier a écrit :
2 > Bonsoir à tous,
3 >
4 > J'ai commandé et installé la carte wifi pour ma freebox; ça marche tout
5 > seul sur le petit bout de W$ que j'ai laissé sur un coin de ma machine
6 > (dell latitude x1).
7 >
8 > Sous gentoo, tentative de configuration avec wpa_supplicant;
9 > extrait de /etc/conf.d/net:
10 > .............................
11 > config_eth1=( "dhcp" )
12 > modules=( "wpa_supplicant" )
13 > wpa_supplicant_eth1="-Dwext"
14 > wpa_timeout_eth1=60
15 > .............................
16 >
17 > extrait de /etc/wpa_supplicant.conf:
18 > .............................
19 > network={
20 > ssid="FBX_RIBALTE"
21 > scan_ssid=1
22 > key_mgmt=WPA-PSK
23 > psk="xxxxxx"
24 > }
25 > .............................
26 >
27 > Pourtant la commande iwconfig me renvoie:
28 >
29 > eth1 unassociated ESSID:off/any
30 > Mode:Managed Channel=0 Access Point: Not-Associated
31 > Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
32 > Retry limit:7 RTS thr:off Fragment thr:off
33 > Encryption key:off
34 > Power Management:off
35 > Link Quality:0 Signal level:0 Noise level:0
36 > Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
37 > Tx excessive retries:0 Invalid misc:0 Missed beacon:0
38 >
39 > et bien sûr je n'ai aucune connexion wifi
40 >
41 > Mon noyau est bien configuré, puisque au travail je peux me connecter en
42 > wifi, quoique laborieusement.
43 >
44 > S'il y a un expert, tout conseil sera bienvenu,
45 > Merci d'avance
46 > --
47 > Jean
48
49
50 Alors je vais pas te dire pourquoi chez toi ca marche pas/mal mais je vais te
51 filer ma config et tu verras comment ca marche chez moi ( j'ai une
52 freebox+wpa egalement )
53 Au passage es-tu sure que ta carte wifi est bien reconnue ?
54
55 cat /etc/conf.d/net :
56
57 modules=("wpa_supplicant")
58 wpa_supplicant_wlan0="-Dndiswrapper"
59 config_wlan0=( "dhcp" )
60 config_eth0=( "null" )
61
62
63
64
65
66 cat /etc/wpa_supplicant.conf :
67
68 # The below line not be changed otherwise we refuse to work
69 ctrl_interface=/var/run/wpa_supplicant
70
71 # Ensure that only root can read the WPA configuration
72 ctrl_interface_group=0
73
74 # Let wpa_supplicant take care of scanning and AP selection
75 ap_scan=1
76
77 # Simple case: WPA-PSK, PSK as an ASCII passphrase, allow all valid ciphers
78 network={
79 ssid="microsoft_heaven"
80 psk="longue vie a microsoft :-ppp"
81 # The higher the priority the sooner we are matched
82 priority=5
83 }
84
85 --
86 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] wifi pour les nuls avec free... Jean Magnan de Bornier <jean@×××××××.net>
Re: [gentoo-user-fr] wifi pour les nuls avec free... Yannick Loiseau <yloiseau@××××.fr>
Re: [gentoo-user-fr] [RESOLU] wifi pour les nuls avec free... Jean Magnan de Bornier <jean@×××××××.net>