connect to wifi with tty
Use ip
to get devices
ip a
Set device UP
ip link set dev <interface> up
- see here
Then, assuming the network name is freeopenwifi
iwconfig <interface> essid freeopenwifi
Then,
dhclient <interface>
- see here
Use ip
to get devices
ip a
Set device UP
ip link set dev <interface> up
Then, assuming the network name is freeopenwifi
iwconfig <interface> essid freeopenwifi
Then,
dhclient <interface>
Created: 2024-07-15 Mon 01:27