Sorry for delay...
Here I made some code for 802.1x:
http://wtware.com/testing/202411100232/ ... .45.en.zip
1. Install on local disk. Network boot is incompatible with 802.1x, right?
2. Press Del to enter black-gray setup.
3. Switch "Network media" to "Ethernet 802.1x". Read text on screen. Write your wpa_supplicant.conf to FAT-formatted USB flash, upload it to terminal. Reboot.
Example wpa_supplicant.conf (ctrl_interface=... line is needed):
Code: Select all
ctrl_interface=/var/run/wpa_supplicant
ap_scan=0
network={
key_mgmt=IEEE8021X
eap=MD5
identity="login"
password="password"
}
4. It will wait for a minute in "Please wait" screen. After message "Failed to log in to 802.1x..." press Esc to get command line.
5. From command line:
Press PageDown or End key to see the latest log lines. Any idea why it does not work?
Sorry for delay...
Here I made some code for 802.1x:
http://wtware.com/testing/202411100232/offline.setup.wtware.6.2.45.en.zip
1. Install on local disk. Network boot is incompatible with 802.1x, right?
2. Press Del to enter black-gray setup.
3. Switch "Network media" to "Ethernet 802.1x". Read text on screen. Write your wpa_supplicant.conf to FAT-formatted USB flash, upload it to terminal. Reboot.
Example wpa_supplicant.conf (ctrl_interface=... line is needed):
[code]ctrl_interface=/var/run/wpa_supplicant
ap_scan=0
network={
key_mgmt=IEEE8021X
eap=MD5
identity="login"
password="password"
}
[/code]
4. It will wait for a minute in "Please wait" screen. After message "Failed to log in to 802.1x..." press Esc to get command line.
5. From command line:
[code]less /tmp/all.log[/code]
Press PageDown or End key to see the latest log lines. Any idea why it does not work?