You are not logged in.

#1 2006-12-20 10:44:59

esox_ch
Member
Registered: 2006-04-30
Posts: 45

Wpa_supplicant & Madwifi loading error

Hello,

I'm trying to get wpa_supplicant work with madwifi, and when I start it with :
wpa_supplicant -iath0 -Dmadwifi -c /etc/wpa_supplicant.conf

I get :

ENGINE: ctrl cmd_string failed: LOAD (null) [error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library]
SSL: Failed to initialize TLS context.
Failed to initialize EAPOL state machines.

Do you understand what's up?

Thanks

Offline

#2 2007-01-02 20:34:26

esox_ch
Member
Registered: 2006-04-30
Posts: 45

Re: Wpa_supplicant & Madwifi loading error

Noone got that error ? sad

Offline

#3 2007-01-04 04:58:25

KevanC
Member
From: California, USA.
Registered: 2007-01-04
Posts: 2

Re: Wpa_supplicant & Madwifi loading error

Could you post your wpa_supplicant.conf file?

Offline

#4 2007-01-04 14:02:11

esox_ch
Member
Registered: 2006-04-30
Posts: 45

Re: Wpa_supplicant & Madwifi loading error

Sure, here it is :

update_config=1

ctrl_interface=/var/run/wpa_supplicant

ctrl_interface_group=0

eapol_version=1

ap_scan=1

fast_reauth=1

opensc_engine_path=/usr/lib/opensc/engine_opensc.so
pkcs11_engine_path=/usr/lib/opensc/engine_pkcs11.so
pkcs11_module_path=/usr/lib/pkcs11/opensc-pkcs11.so

network={
       ssid="epfl"
       key_mgmt=WPA-EAP
       identity="mylogin"
       password="mypassword"
       phase2="auth=MSCHAPV2"
       ca_cert="/etc/cert/epfl.pem"
       ca_cert2="/etc/cert/epfl.pem"
   }

Offline

#5 2007-01-04 19:55:36

manmower
Member
From: Belgium
Registered: 2006-11-17
Posts: 100

Re: Wpa_supplicant & Madwifi loading error

Have you tried commenting out:

#opensc_engine_path=/usr/lib/opensc/engine_opensc.so
#pkcs11_engine_path=/usr/lib/opensc/engine_pkcs11.so
#pkcs11_module_path=/usr/lib/pkcs11/opensc-pkcs11.so 

Not sure why but I have them commented in my wpa_supplicant.conf.

Offline

#6 2007-01-04 23:17:12

KevanC
Member
From: California, USA.
Registered: 2007-01-04
Posts: 2

Re: Wpa_supplicant & Madwifi loading error

Commenting those lines caused that error to disappear when I had it. I'm not quite sure what those lines do, but I didn't notice any issues with the card after I removed them - I'm sure someone will correct me if they are indeed important.

Offline

Board footer

Powered by FluxBB