Pawel Wieczorkiewicz changed bug 916042
What Removed Added
Status CONFIRMED IN_PROGRESS

Comment # 5 on bug 916042 from
(In reply to Fabrice LEMAISTRE from comment #4)
> hello ,
> 
>  i already added the line for wpa_supplicant to start in debug mode, i don't
> know why it's not starting in this debug mode :
> 
> http://pastebin.com/u30HvvsT
> 

Have you performed the following:
- systemctl daemon-reload
- systemctl restart wpa_supplicant

If so then verifying is with:
- ps aux | grep wpa_supplicant should be enough

Nevertheless you provided with the latest comment info we requested, so there
is no need to restart wpa_supplicant in debugging mode anymore:

> openSUSE132:~ # iwlist scan
> wlp4s0    Scan completed :
>           Cell 01 - Address: F6:37:DB:5A:73:CC
>                     Channel:11
>                     Frequency:2.462 GHz (Channel 11)
>                     Quality=51/70  Signal level=-59 dBm  
>                     Encryption key:on
>                     ESSID:"xx"

...

>                     IE: WPA Version 1
>                         Group Cipher : TKIP
>                         Pairwise Ciphers (1) : TKIP                         
> 
>                         Authentication Suites (1) : PSK    

...

> wlp4s0    IEEE 802.11bgn  ESSID:"xx"  
>           Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
>           Retry short limit:7   RTS thr:off   Fragment thr:off
>           Encryption key:off
>           Power Management:off

> If 'wpa-supplicant' is not a typo you can use command-not-found to lookup
> the package that contains it, like this:
>     cnf wpa-supplicant
> 

...

> Why does the wpa_supplicant line not work ? 
> 
> i still don't get why it's not working .

The correct name is: wpa_supplicant (note the _underscore_)

So the conclusion:
You wifi network is configured with WPA1 protocol (if you are able to change
it, we recommend you change it to WPA2, which is much more secure).
Up to the current mainline version of wicked, WPA1 protocol was not supported.
It has been implemented recently with the commit:

https://github.com/openSUSE/wicked/commit/606b50d601876e81aaaca9db26cd0f103d22ab29

Therefore please test with the latest master build RPMS if this solves the
problem for you. The RPMs can be found in the following master repository:

http://download.opensuse.org/repositories/network:/wicked:/master/openSUSE_13.2/

The solution will be also available with the next wicked release: 0.6.16.


You are receiving this mail because: