Gentoo Archives: gentoo-user

From: doherty pete <nishizawa23@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] config with wireless
Date: Fri, 14 Jan 2011 14:38:39
Message-Id: AANLkTikem5=hWLD4BzzsStAKMKKRJtUV4jGx9qEHXhcc@mail.gmail.com
In Reply to: Re: [gentoo-user] config with wireless by Vortex 3
1 i creat the /etc/wpa_supplicant/wpa_supplicant.conf
2 and i input ifconfig wlan0 up
3 and
4 wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf
5
6 that
7
8 Failed to read or parse configuration
9 /etc/wpa_supplicant/wpa_supplicant.conf
10
11 2011/1/14 Vortex 3 <vortex3@×××××.com>
12
13 >
14 >> ctrl_interface=/var/run/wpa_supplicant
15 >>
16 >> ctrl_interface_group=0
17 >>
18 >> ap_scan=1
19 >>
20 >> network={
21 >> ssid="huang"
22 >> proto=WPA2
23 >> psk="Xda111524*&^"
24 >> }
25 >>
26 >>
27 > This lines don't belog to the /etc/conf.d/net file, but to the
28 > /etc/wpa_supplicant/wpa_supplicant.conf
29 >
30 > Take a look here:
31 > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&chap=4
32 >
33
34
35
36 --
37 pete_doherty

Replies

Subject Author
Re: [gentoo-user] config with wireless doherty pete <nishizawa23@×××××.com>
Re: [gentoo-user] config with wireless Vortex 3 <vortex3@×××××.com>