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-squareAndrzej@lemmy.myserv.onelinkfedilinkarrow-up1·4 months agoIt’s not rocket science. You might need a wired connection to begin with though
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
minus-squaretheshatterstone54@feddit.uklinkfedilinkarrow-up1·4 months agoNot really. This 1 minute video is all you need: https://www.youtube.com/watch?v=3zqITuprlL8
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
Yes, but what if you need to download additional drivers for your wireless card
Not really. This 1 minute video is all you need: https://www.youtube.com/watch?v=3zqITuprlL8