• Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    ernsteiswuerfel
    Posts: 545 from 2015/6/18
    From: Funeralopolis
    Ok, after a lenghty research session on XUbuntu 14.04 (running on my Powerbook) I got working config data by fiddling with wpa_supplicant in the shell. The first entry is my Nokia smarthphone where I can share my internet connection, the second one is the university network. I copied over the config-file to ENVARC:sys/Wireless.prefs.

    Code:

    update_config=1

    network={
    ssid="Call from the grave"
    key_mgmt=WPA-PSK
    #proto=RSN
    #pairwise=CCMP
    #group=CCMP
    psk="PASSWORD"
    }

    network={
    ssid="eduroam"
    #mode=0
    #auth_alg=OPEN
    #proto=RSN
    #group=TKIP
    #pairwise=CCMP
    key_mgmt=WPA-EAP
    #eap=PEAP
    #phase1="peaplabel=0"
    #phase2="auth=MSCHAPV2"
    identity="USERNAME"
    password="PASSWORD"
    priority=1
    }

    This config works perfectly on Linux! Unfortunately it still doesn't work on MorphOS. "eduroam" gets a blue color in the WlanManager, "Call from the grave" gets yellow or red. When I connect to "Call from the grave" it still keeps asking me my password although it is properly saved in Wireless.prefs.

    The entries commented out are parameters which were not needed on Linux. On MorphOS it doesen't seem to make a difference if they are commented out or not. Still no success...
    Talos II. [Gentoo Linux] | PMac G5 11,2. PMac G4 3,6. PBook G4 5,8. [MorphOS 3.18 / Gentoo Linux] | Vampire V4 SA [ApolloOS / Amiga OS 3.2.2]
  • »08.07.15 - 16:01
    Profile