You're viewing a single thread.
All comments
52
comments
It's not rocket science. You might need a wired connection to begin with though
1 0 Replyyou can use iwctl
example:
list interfaces (usually wlan0)
$ ip link
enter iwctl:
$ iwctl
rescan:
$ <iwctl> station [interface] scan
connect:
$ <iwctl> station [interface] connect [ssid]
list networks:
$ <iwctl> station [interface] get-networks
exit:
$ <iwctl> exit
2 0 ReplyYes, but what if you need to download additional drivers for your wireless card
1 0 Reply
Not really. This 1 minute video is all you need: https://www.youtube.com/watch?v=3zqITuprlL8
1 0 Reply
52
comments
Scroll to top