Hello Jude, On Tuesday, 6 August 2024 at 11:06 (-0400), Jude DaShiell wrote:
I do like terminal interfaces, can iwctl be run on an install disk in such a way that lots more informative output can be saved to a log?
In fact iwctl has a command line mode as well as its interactive mode. Here is a small excerpt of its man page:
Command line mode To list all available commands in command line mode and exit do: $ iwctl --help To connect to a network: $ iwctl device list $ iwctl station DEVICE scan $ iwctl station DEVICE get-networks $ iwctl --passphrase=PASSPHRASE station DEVICE connect SSID
I tested this series of commands, and they all result in a static output to the console.
I hope this is helpful, Jaron