EverythingIsALot@lemmy.blahaj.zone to Linux@lemmy.ml · 4 months agohow easy is it to install arch?message-squaremessage-square46fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1message-squarehow easy is it to install arch?EverythingIsALot@lemmy.blahaj.zone to Linux@lemmy.ml · 4 months agomessage-square46fedilinkfile-text
minus-squareAndrzej@lemmy.myserv.onelinkfedilinkarrow-up0·4 months agoIt’s not rocket science. You might need a wired connection to begin with though
minus-square0x2d@lemmy.mllinkfedilinkarrow-up0·edit-24 months agoyou 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
It’s not rocket science. You might need a wired connection to begin with though
you 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