UP | HOME

connect to wifi with tty

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>

1. see also

Created: 2024-07-15 Mon 01:27