On Tue, 17 Jun 2008 15:03:44 +0100
"Paul Melvin" <[EMAIL PROTECTED]> wrote:

> Hi Florian,
> 
> Mine will not associate with the hidden ap, my files are below,
> please have a look to see if I have missed anything as I would like
> to get this working
> 
> /etc/wpa_supplicant/wpa_supplicant.conf
> 
> ctrl_interface=/var/run/wpa_supplicant
> 
> network={
>       scan_ssid=1
>       ssid="ng6"
>       key_mgmt=WPA-PSK
>       proto=WPA
>       pairwise=CCMP TKIP
>       group=CCMP TKIP
>       psk="123456"
>       priority=2
> }
> 
> /etc/conf.d/net
> 
> config_eth0=( "dhcp" )
> 
> config_eth1=( "dhcp" )
> #iwconfig eth1 essid ng6
> modules=( "wpa_supplicant" )
> wpa_supplicant_eth1="-Dwext"
> wpa_timeout_eth1=60
> 
> how can I stop the wpa (just use a kill?) so that I can reload the
> settings and if I use the -dd option should I be able to find out
> what is wrong?
> 
> thanks
> 
> paul
> 

Hi!

At first, please don't top-post, e.g. write your answers below the
quotations. That makes it easier to follow threads.

Concerning your wpa_supplicant.conf: I would comment out any
unnecessary settings, for example proto, pairwise and group.
Wpa_supplicant can figure this out by itself. That lowers the risk of
doing any human errors.
Second, did you copy my general options which were not connected to a
specific network? I think the ap_scan-option is crucial but I'm not
sure. Just use them all as I do.

Concerning the way you can stop wpa_supplicant: If you just started it
manually from console, a simple "killall wpa_supplicant" should be
enough. If you started it by init-script (e.g. "/etc/init.d/net.eth1
start") or automatically at system-start, then you stop it
with "/etc/init.d/net.eth1 stop".

To start wpa_supplicant with much output, run:
wpa_supplicant -i eth1 -c /etc/wpa_supplicant/wpa_supplicant.conf -d
(or -dd if you don't see anything supsicious).

Attachment: signature.asc
Description: PGP signature

Reply via email to