<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hallo,<br>
      danke f&uuml;r Anleitung..Ich bekomme den folgenden&nbsp; Fehler: could not
      unlink existing ctr_iface socket /etc...uni-802.conf<br>
      und sagt, dass evnt. noch ein wpa_supplicant offen ist!<br>
      hat jemand eine L&ouml;sung :)<br>
      Iman<br>
      <br>
      <br>
      On 10/26/2012 04:55 PM, Natanael Arndt wrote:<br>
    </div>
    <blockquote cite="mid:508AA47C.4090805@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Hallo,<br>
      danke f&uuml;r die Anleitung. Leider habe ich noch kein Ger&auml;t um es zu
      probieren. Soweit ich wei&szlig; m&uuml;sste man in das eduroam mit der
      gleichen config wie 802.1X kommen au&szlig;er, dass:<br>
      <br>
      ssid="eduroam"<br>
      anonymous_identity=""<br>
      <br>
      soweit es mir meine Erfahrungen mit dem Network Manager sagen :-)<br>
      <br>
      Natanael<br>
      <br>
      Am 26.10.2012 14:23, schrieb Sebastian Sch&uuml;ller:
      <blockquote cite="mid:508A80A7.9040007@studserv.uni-leipzig.de"
        type="cite">
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
        Hallo zusammen, <br>
        <br>
        so nach ganzen 2h, kann ich verk&uuml;nden wir haben WLAN (802.1X).<br>
        Zudem geb ich mal ein kleines Tutorial wie Ihr euer "DING", also
        debian,<br>
        vern&uuml;nftig zum laufen bekommt. Ich benutze f&uuml;r den ganzen Spa&szlig;
        Ubuntu und<br>
        w&uuml;rde euch empfehlen auch eine Linux-distri zu nutzen.<br>
        <br>
        1. Schritt.<br>
        Das Image mit dd auf eine SD mit 2GB schieben (sollte jeder
        mittlerweile hin bekommen haben)<br>
        hier noch mal der n&ouml;tige Befehl dazu:<br>
        &nbsp;&nbsp;&nbsp; // wie ist die Kennung der SD<br>
        &nbsp;&nbsp;&nbsp; # ls /dev/sdX<br>
        &nbsp;&nbsp;&nbsp; // Daten von der SD l&ouml;schen inkl Partitionen (nicht
        unbedingt n&ouml;tig aber sicher ist sicher ;))<br>
        &nbsp;&nbsp;&nbsp; # fdisk -u=sectors /dev/sdX<br>
        &nbsp;&nbsp;&nbsp; # p d w<br>
        &nbsp;&nbsp;&nbsp; // anschlie&szlig;en mit dd das Image auf die SD schreiben (vom
        torrent geladen)<br>
        &nbsp;&nbsp;&nbsp; #&nbsp; dd bs=1M if=/home/[user]/[pfad]/olimex-original.img
        of=/dev/sdX<br>
        <br>
        2. Schritt.<br>
        Debian starten und WLAN einrichten. <br>
        2.1. Schritt.<br>
        Es bietet sich an die n&ouml;tigen WLAN-Einstellungen vorher auf die
        SD zubringen. Wir nutzten f&uuml;r<br>
        die WLAN-Kommunikation wpa_supplicant daf&uuml;r legen wir zwei
        Dateien an (uni-802.conf und home.conf),<br>
        &nbsp;&nbsp;&nbsp; # cd /[SD]/etc/wpa_supplicant<br>
        &nbsp;&nbsp;&nbsp; # [editor] uni-802.conf <br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ctrl_interface=/var/run/wpa_supplicant<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; eapol_version=1<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ap_scan=1<br>
        <br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; network={<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ssid="802.1X"<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; key_mgmt=WPA-EAP<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; eap=TTLS<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; anonymous_identity="anonmous"<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; identity=<a moz-do-not-send="true"
          class="moz-txt-link-rfc2396E"
          href="mailto:[login]@studserv.uni-leipzig.de">"[login]@studserv.uni-leipzig.de"</a><br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; password="[password]"<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; phase2="auth=PAP"<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
        #ca_cert="/etc/ssl/cert/Deutsche_Telekom_Root_CA_2.pem"<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
        &nbsp;&nbsp;&nbsp; // speichern, mitarbeiter der Uni lassen das studserv.
        einfach weg<br>
        &nbsp;&nbsp;&nbsp; // f&uuml;r zu hause zum testen (die meisten nutzten ja WPA2)
        sieht das ganze wie folgt aus<br>
        &nbsp;&nbsp;&nbsp; # [editor] home.conf<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ctrl_interface=/var/run/wpa_supplicant<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; eapol_version=1<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ap_scan=1<br>
        <br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; network={<br>
        &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; ssid="[SSID]"<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; scan_ssid=1<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; proto=RSN<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; key_mgmt=WPA-PSK<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pairwise=CCMP<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; group=TKIP<br>
        &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; psk="&acute;[psk]"<br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
        &nbsp;&nbsp;&nbsp; // im anhang schick ich euch die beiden Dateien auch nochmal
        mit <br>
        <br>
        So sind die beiden config Dateien an der "richtigen" stelle
        k&ouml;nnen wir das A13 starten.<br>
        <br>
        2.2. Schritt.<br>
        Nach Start auf dem A13 sollte der Std-Debian-Login zusehen sein.
        login = root, pw= password. <br>
        Habt ihr euch eingeloggt und vorher die beiden conf auf eure
        Bed&uuml;rfnisse angepasst, geht alles <br>
        ganz schnell ;)<br>
        &nbsp;&nbsp;&nbsp; // zuerst finden wir die WLAN identifikation heraus<br>
        &nbsp;&nbsp;&nbsp; // es sollte nun ein Ger&auml;t mit der Bezeichnung wlanX
        angezeigt wurden sein<br>
        &nbsp;&nbsp;&nbsp; // ich vermute mal da es bei uns der USB5 port ist, sollte
        es bei allen wlan5 sein (Vermutung)<br>
        &nbsp;&nbsp;&nbsp; # iwconfig <br>
        &nbsp;&nbsp;&nbsp; // zum starten des WLAN folgender einfacher Befehl<br>
        &nbsp;&nbsp;&nbsp; // wpa_supplicant -i [wlan] -D wext -c /[pfad] -B<br>
        &nbsp;&nbsp;&nbsp; Fall1 zuHause<br>
        &nbsp;&nbsp;&nbsp; # wpa_supplicant -i wlan5 -D wext -c
        /etc/wpa_supplicant/home.conf -B<br>
        &nbsp;&nbsp;&nbsp; Fall2 inUni<br>
        &nbsp;&nbsp;&nbsp; # wpa_supplicant -i wlan5 -D wext -c
        /etc/wpa_supplicant/uni-802.conf -B<br>
        <br>
        &nbsp;&nbsp;&nbsp; // Um sicher zugehen das wir verbunden sind einfach nochmal
        <br>
        &nbsp;&nbsp;&nbsp; # iwconfig <br>
        bei Erfolg steht in der ersten Zeile der IEEE802.11.xyz und die
        SSID eures WLAN.<br>
        alternativ kann man auch den Befehl vom Rechenzentrum nutzten<br>
        &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0); font-family: courier,
          'courier new', monospace; font-size: 12px; font-style: normal;
          font-variant: normal; font-weight: normal; letter-spacing:
          normal; line-height: normal; orphans: 2; text-align: left;
          text-indent: 0px; text-transform: none; white-space: normal;
          widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
          -webkit-text-stroke-width: 0px; background-color: rgb(239,
          239, 244); display: inline !important; float: none; ">#
          wpa_cli status |egrep -w 'ssid|wpa_state'</span><br>
        dieser sollte folgende Ausgabe liefern<br>
        &nbsp;&nbsp;&nbsp; <span style="color: rgb(0, 0, 0); font-family: courier,
          'courier new', monospace; font-size: 12px; font-style: normal;
          font-variant: normal; font-weight: normal; letter-spacing:
          normal; line-height: normal; orphans: 2; text-align: left;
          text-indent: 0px; text-transform: none; white-space: normal;
          widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
          -webkit-text-stroke-width: 0px; background-color: rgb(239,
          239, 244); display: inline !important; float: none; ">ssid=[WLAN]</span><br
          style="color: rgb(0, 0, 0); font-family: courier, 'courier
          new', monospace; font-size: 12px; font-style: normal;
          font-variant: normal; font-weight: normal; letter-spacing:
          normal; line-height: normal; orphans: 2; text-align: left;
          text-indent: 0px; text-transform: none; white-space: normal;
          widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
          -webkit-text-stroke-width: 0px; ">
        <span style="color: rgb(0, 0, 0); font-family: courier, 'courier
          new', monospace; font-size: 12px; font-style: normal;
          font-variant: normal; font-weight: normal; letter-spacing:
          normal; line-height: normal; orphans: 2; text-align: left;
          text-indent: 0px; text-transform: none; white-space: normal;
          widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
          -webkit-text-stroke-width: 0px; background-color: rgb(239,
          239, 244); display: inline !important; float: none; ">&nbsp;
          wpa_state=COMPLETED</span><br>
        <br>
        Ab jetzt haben wir's fast geschafft. Wir ben&ouml;tigen nur noch eine
        IP<br>
        <br>
        &nbsp;&nbsp;&nbsp; # dhclient wlan5<br>
        &nbsp;&nbsp;&nbsp; // nachsehen ob wir eine IP bekommen haben k&ouml;nnen wir mit<br>
        &nbsp;&nbsp;&nbsp; # ifconfig<br>
        <br>
        DAS WARS, haben wir eine g&uuml;ltige IP vom DHCP bekommen sind wir
        ONLINE<br>
        <br>
        3.Schritt<br>
        Da die meisten vermutlich KEINE us Tastatur haben noch ein
        kleiner Zusatz wie ihr das ganze Ding<br>
        auf Deutsch stellt. (ich hab mir das ganze Ding eingedeutscht,
        damit sind auch man usw., wenn vorhanden, auf deutsch)<br>
        <br>
        &nbsp;&nbsp;&nbsp; # apt-get install console-data console-tools debconf<br>
        &nbsp;&nbsp;&nbsp; # dpkg-reconfigure console-data<br>
        &nbsp;&nbsp;&nbsp; Auswahl:<br>
        &nbsp;&nbsp;&nbsp; Select keymap from arch list -&gt; qwertz German | latin1<br>
        <br>
        damit w&auml;re es schon einmal die richtige Tastatur ^^<br>
        wer es noch zus&auml;tzlich auf deutsch m&ouml;chte<br>
        &nbsp;&nbsp;&nbsp; # apt-get install locales<br>
        &nbsp;&nbsp;&nbsp; # dpkg-reconfigure locales<br>
        &nbsp;&nbsp;&nbsp; Auswahl mit leertaste:<br>
        &nbsp;&nbsp;&nbsp; alle 3deutsch de_DE ...<br>
        &nbsp;&nbsp;&nbsp; danach de_DE.UTF-8 als STD-Sprache<br>
        &nbsp;&nbsp;&nbsp; # export LANG=de_DE.UTF-8<br>
        <br>
        4. Schritt <br>
        <br>
        UPDATES (dauert ne weile)<br>
        &nbsp;&nbsp;&nbsp; # apt-get update<br>
        &nbsp;&nbsp;&nbsp; # apt-get upgrade<br>
        <br>
        <br>
        DAS WARS DANN. Wer Fragen hat steh ich gern bereit ^^, hab f&uuml;r
        den ganzen Spa&szlig; 2Tage ben&ouml;tigt.<br>
        Bei euch sollte es schneller gehen ;)<br>
        <br>
        <br>
        Gru&szlig;<br>
        <br>
        Sebastian S.<br>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
W12.bis.dssnp mailing list
<a class="moz-txt-link-abbreviated" href="mailto:W12.bis.dssnp@lists.informatik.uni-leipzig.de">W12.bis.dssnp@lists.informatik.uni-leipzig.de</a>
<a class="moz-txt-link-freetext" href="http://lists.informatik.uni-leipzig.de/mailman/listinfo/w12.bis.dssnp">http://lists.informatik.uni-leipzig.de/mailman/listinfo/w12.bis.dssnp</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>