You are not logged in.

#1 2008-11-25 12:26:48

zajca
Member
From: Czech Republic
Registered: 2008-11-24
Posts: 35

rtl8187se (MSI Wind) netcfg wpa_suplicat (eduroam) not working

Hello boys and girls,
I try to connect to wifi on school with my MSI Wind.
I try to connect with this driver http://aur.archlinux.org/packages.php?ID=20673
and then with ndiswrapper this windows drivers http://driverscollection.com/?H=RTL8187SE&By=RealTek (ndiswrapper not working "scan nothing")

and i have this error

sudo netcfg eduroam
:: eduroam up  - wpa_supplicant did not start, possible configuration [FAIL]

my /etc/wpa_suplicant.conf (its configuration from wicd "working" http://wicd.net/punbb/viewtopic.php?id=275 )

network={
        ssid="eduroam"
        scan_ssid=1
        proto=WPA
        key_mgmt=WPA-EAP
        pairwise=TKIP
        group=TKIP
        eap=PEAP
        identity="user@utb.cz"
        password="pass"
        phase1="peaplabel=0"
        phase2="auth=MSCHAPV2"
}

my /etc/network.d/eduroam

CONNECTION="wireless"
 INTERFACE=wlan0
 SCAN="no"
 SECURITY="wpa-config"
 ESSID="eduroam"
 IP="dhcp"
 TIMEOUT=10
 DHCP_TIMEOUT=20
 WPA_CONF="/etc/wpa_supplicant.conf"

I don't know where is mistake.

Last edited by zajca (2008-11-26 10:36:31)

Offline

#2 2008-12-04 21:07:59

zajca
Member
From: Czech Republic
Registered: 2008-11-24
Posts: 35

Re: rtl8187se (MSI Wind) netcfg wpa_suplicat (eduroam) not working

I try manual wpa_suplicant (same configuration)
and this is issue

#
[zajca@netbook ~]$ sudo wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
#
Line 565: unknown EAP method 'SIM'
#
You may need to add support for this EAP method during wpa_supplicant
#
build time configuration.
#
See README for more information.
#
Line 565: failed to parse eap 'SIM'.
#
Line 568: failed to parse network block.
#
Line 575: unknown EAP method 'PSK'
#
You may need to add support for this EAP method during wpa_supplicant
#
build time configuration.
#
See README for more information.
#
Line 575: failed to parse eap 'PSK'.
#
Line 579: failed to parse network block.
#
Line 611: unknown EAP method 'FAST'
#
You may need to add support for this EAP method during wpa_supplicant
#
build time configuration.
#
See README for more information.
#
Line 611: failed to parse eap 'FAST'.
#
Line 617: failed to parse network block.
#
Line 622: unknown EAP method 'FAST'
#
You may need to add support for this EAP method during wpa_supplicant
#
build time configuration.
#
See README for more information.
#
Line 622: failed to parse eap 'FAST'.
#
Line 628: failed to parse network block.
#
Failed to read or parse configuration '/etc/wpa_supplicant.conf'.

Offline

#3 2008-12-04 22:06:16

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: rtl8187se (MSI Wind) netcfg wpa_suplicat (eduroam) not working

My guess is that you have to rebuild the wpa_supplicant package with the CONFIG_PCSC=y uncommented in the config file of the build script.  You can also file a bug report to have support for this enabled by in the default package.

Offline

#4 2008-12-09 21:41:40

zajca
Member
From: Czech Republic
Registered: 2008-11-24
Posts: 35

Re: rtl8187se (MSI Wind) netcfg wpa_suplicat (eduroam) not working

i was download wpa_supplicant from ABS and uncoment CONFIG_PCSC=y in all config files (./ ./src ./src ./src/wpa_supplicant-0.5.11) and i have same error.

Offline

#5 2008-12-09 22:08:33

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: rtl8187se (MSI Wind) netcfg wpa_suplicat (eduroam) not working

You should make a bug report with all this info -- I think the wpa_supplicant package maintainer may be the best qualified person to help you with this.  This in particular suggests that the problem has something to do with how Arch wpa_supplicant package is built.

Line 565: unknown EAP method 'SIM'
#
You may need to add support for this EAP method during wpa_supplicant
#
build time configuration.

EDIT: Though before you do that...  Check out this thread: http://bbs.archlinux.org/viewtopic.php?id=53831

Last edited by fwojciec (2008-12-09 22:56:48)

Offline

Board footer

Powered by FluxBB