EverythingIsALot@lemmy.blahaj.zone to Linux@lemmy.ml · 4 months agohow easy is it to install arch?message-squaremessage-square58fedilinkarrow-up163arrow-down15file-text
arrow-up158arrow-down1message-squarehow easy is it to install arch?EverythingIsALot@lemmy.blahaj.zone to Linux@lemmy.ml · 4 months agomessage-square58fedilinkfile-text
minus-square0x2d@lemmy.mllinkfedilinkarrow-up2·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
minus-squareAndrzej@lemmy.myserv.onelinkfedilinkarrow-up1·4 months agoYes, but what if you need to download additional drivers for your wireless card
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
Yes, but what if you need to download additional drivers for your wireless card