Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:toradex:wifi [2017-05-12 14:12] kalberersoftware:linux:toradex:wifi [2017-05-24 13:38] (aktuell) kalberer
Zeile 7: Zeile 7:
  
 load kernel module rtl8192cu: load kernel module rtl8192cu:
-<code>modprobe rtl8192cu</code>+<code>modprobe rtl8192cu</code>
  
 start WPA Supplicant: start WPA Supplicant:
-<code>wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf</code>+<code>wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf</code>
  
 wpa_supplicant.conf config file for NTB network (copy or create in /etc/): wpa_supplicant.conf config file for NTB network (copy or create in /etc/):
Zeile 26: Zeile 26:
  
 Generate psk for your network with  Generate psk for your network with 
-<code>wpa_passphrase MYSSID passphrase</code>+<code>wpa_passphrase MYSSID passphrase</code> 
 + 
 +Add wlan0 interface to /etc/network/interface: 
 +<code> 
 +allow-hotplug wlan0 
 +auto wlan0 
 +iface wlan0 inet dhcp 
 +</code>
  
 Startup-Script for iMX6 (copy to /etc/init.d and give execute permissions): Startup-Script for iMX6 (copy to /etc/init.d and give execute permissions):