Hi,

Happy new year!

Sorry to bump this post after such a long time. I purchased a SB Radio
after checking that it would work with Cisco LEAP by reading this
post.

I've rolled back to 7.4.0-r7790 in the hope that Cabal2002 was correct.
I am sure Cabal2002 is correct, but I have just spent all night trying
to get this to work, without any luck.

I have made a bit of progress. Running the command:

Code:
--------------------
    
  /usr/sbin/wpa_supplicant -B -Dwext  -ieth1 -c/etc/wpa_supplicant.conf
  
--------------------


results in:

Code:
--------------------
    
  # /usr/sbin/wpa_supplicant -B -Dwext  -ieth1 -c/etc/wpa_supplicant.conf
  Line 10: unknown EAP method 'LEAP'
  You may need to add support for this EAP method during wpa_supplicant
  build time configuration.
  See README for more information.
  Line 10: failed to parse eap 'LEAP'.
  Line 13: failed to parse network block.
  Failed to read or parse configuration '/etc/wpa_supplicant.conf'.
  #
  
--------------------


Having read up on the implementation of wpa_supplicant, it looks like
LEAP was left out of the config build file.

However running the following command may also indicate that
wpa_supplicant is still missing:


Code:
--------------------
    
  # wpa_cli SCAN
  Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
  
  
--------------------


I am sure my wpa_supplicant.conf file is correct as I have taken it
from my working Android G1 phone. Shown below:

Code:
--------------------
    
  update_config=1
  ctrl_interface=/var/run/wpa_supplicant
  
  network={
  ssid="myssid"
  key_mgmt=IEEE8021X
  eap=LEAP
  identity="username"
  password="password"
  }
  
--------------------


Short of recompiling wpa_supplicant myself which means installing a
compiler, then make (or is in make then GCC lol!!) or (and I think this
is the correct way) developing my own version of SB server (big learning
curve), is there anything else I can try?

Cabal2002 - have you managed to get this to work? If so I'd be very
grateful if you could give me some pointers.

I could always put in a feature request but I can't see that being done
any time soon.

Weaking my wireless security isn't an option for me.

Any pointers or other ideas would be most gratefully received.

Many thanks

W


-- 
woter324
------------------------------------------------------------------------
woter324's Profile: http://forums.slimdevices.com/member.php?userid=42778
View this thread: http://forums.slimdevices.com/showthread.php?t=47523

_______________________________________________
slimserver-de mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/slimserver-de

Antwort per Email an