improve wlan example config

This commit is contained in:
Marco Ochse 2016-12-06 13:18:00 +01:00
parent aecb9380f2
commit 41a3b610eb

View file

@ -189,9 +189,10 @@ tee -a /etc/network/interfaces <<EOF
### This configuration was tested with the IntelNUC series ### This configuration was tested with the IntelNUC series
### If problems occur you can try and change wpa-driver to "iwlwifi" ### If problems occur you can try and change wpa-driver to "iwlwifi"
### Do not forget to enter a ssid in /etc/wpa_supplicant/wireless8021x.conf ### Do not forget to enter a ssid in /etc/wpa_supplicant/wireless8021x.conf
### The Intel NUC uses wlpXsY notation instead of wlanX
# #
#auto wlan0 #auto wlp2s0
#iface wlan0 inet dhcp #iface wlp2s0 inet dhcp
# wpa-driver wext # wpa-driver wext
# wpa-conf /etc/wpa_supplicant/wireless8021x.conf # wpa-conf /etc/wpa_supplicant/wireless8021x.conf
EOF EOF