mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
improve wlan example config
This commit is contained in:
parent
aecb9380f2
commit
41a3b610eb
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue