adamant-kite-43734
10/28/2023, 2:51 AMrefined-analyst-8898
10/28/2023, 2:53 AMrefined-analyst-8898
10/28/2023, 3:41 AMrefined-analyst-8898
10/28/2023, 5:31 AMrefined-analyst-8898
10/28/2023, 5:56 AMrefined-analyst-8898
10/29/2023, 2:02 PMman ifcfg-wireless
doesn't work in Harvester because man
is not installed. Maybe I need to install OpenSUSE or SLE Micro on the device first to fiddle wireless configurations. I've experimented with setting 90_custom.yaml overrides for both wpa_supplicant.conf and ifcfg-wlo1, but there may be a parsing error in the YAML because none of the configuration in that file is applied at all during startup after adding my changes.refined-analyst-8898
10/29/2023, 2:13 PMrefined-analyst-8898
10/29/2023, 2:24 PM/oem/90_custom.yaml
was invalid and failed to load my changes, and all config, because I used tabs instead of spaces in vim and they look the same, so I didn't notice.
2. I needed to modify the Wicked ifcfg that's generated by the installer (from document linked above) because I'm using WPA3, not WPA2. In `/oem/90_custom.yaml`:
a. I needed to add WIRELESS_KEY_MGMT='SAE'
b. I had to change the path from ifcfg-wlan0
to match the actual interface name ifcfg-wlo1
.refined-analyst-8898
10/29/2023, 2:25 PMrefined-analyst-8898
10/29/2023, 2:27 PMwitty-jelly-95845
10/29/2023, 7:35 PMthousands-action-31843
10/30/2023, 2:40 PMrefined-analyst-8898
10/30/2023, 5:00 PM