Hi I'm having trouble connecting to my school network and I'm getting some errors from wpa_supplicant. I was wondering if anyone had any ideas on how I can fix this. My card in windows works on the school network and I know the linux driver work as it works with ndiswrapper on my home network.
<br><br>OS: SuSe 10.0 Linux<br>Wireless driver: ndiswrapper (Broadcom, bcmwl5)<br><br>My config file (from school computing center):<br><br># BEGIN CONFIG FILE<br>ctrl_interface=/var/run/wpa_supplicant<br>ctrl_interface_group=users
<br>eapol_version=1<br>ap_scan=2<br>fast_reauth=1<br><br>network={<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid=&quot;stu&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proto=WPA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scan_ssid=1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; key_mgmt=WPA-EAP<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eap=PEAP<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; identity=&quot;USERNAME&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; password=&quot;PASSWORD&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; phase1=&quot;include_tls_length=1 peaplabel=0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; phase2=&quot;auth=MSCHAPV2&quot;<br>}<br># END CONFIG FILE<br>

<br>The wpa_supplicant command I&#39;m using: <br>&nbsp;&nbsp; wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -ddd<br><br>The output from wpa_supplicant that I believe where the problem lies is: <br><br># BEGIN OUTPUT<br>
EAP: EAP entering state RECEIVED<br>EAP: Received EAP-Request method=25 id=2<br>EAP: EAP entering state GET_METHOD<br>EAP: initialize selected EAP method (25, PEAP)<br>EAP-PEAP: Phase2 EAP types - hexdump(len=1): 1a<br>OpenSSL: tls_connection_ca_cert - Failed to load root certificates error:02001002:system library:fopen:No such file or directory
<br>OpenSSL: pending error: error:2006D080:BIO routines:BIO_new_file:no such file<br>OpenSSL: pending error: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib<br>TLS: Failed to set TLS connection parameters
<br>EAP-PEAP: Failed to initialize SSL.<br># END OUTPUT<br><br>If someone could help me out I&#39;d really appreciated it, I&#39;m having a really hard time trying to get my connection working in linux.<br>