Ioannis Nousias wrote:
> 
> 
> 
> PS: I can see wpa_supplicants being invoked by NM, so that part should 
> be ok.
> 
> root      5202  0.0  0.1   4948  1388 ?        S    08:46   0:00 
> /usr/sbin/wpa_supplicant -g /var/run/wpa_supplicant-global

The next step is to see what wpa_supplicant has to say. Prepare 
/etc/wpa_supplicant.conf with the 
following contents:

ctrl_interface=/var/run/wpa_supplicant
network={
   scan_ssid=1
   ssid="<your ssid>"
   key_mgmt=WPA-PSK
   psk="<your psk secret>"
}

As root, kill the existing wpa_supplicant process and issue the following 
command:

'wpa_supplicant -ieth1 -c/etc/wpa_supplicant.conf -ddd'

Please send me the output that results. There shouldn't be anything sensitive, 
but if you are 
worried, send it to me privately.

Larry

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to