Connect to your WiFi using Linux command line

Поділитися
Вставка
  • Опубліковано 16 вер 2024

КОМЕНТАРІ • 30

  • @Oebax
    @Oebax 15 днів тому +1

    I've been trying to connect to the internet in arch for TWO DAYS. This is what worked!

  • @sralus
    @sralus 8 днів тому

    Hi, thanks for the video! Can you please help? I want to make my laptop automatically connect to one of two networks, how can i do this? I aslo would like to know how does wpa_supplicant interact with etc/network/interfaces

  • @_..-_-.._
    @_..-_-.._ Місяць тому +1

    thank you 🔥

  • @Jose-ku3cw
    @Jose-ku3cw 4 місяці тому +1

    I am doing this and it has worked correctly
    However, when I turn off the system and turn it back on, the wifi network information is not saved and I have to repeat the whole process again, what can I do?
    I am not using a virtual machine

    • @BlueMonkey4n6
      @BlueMonkey4n6  4 місяці тому +1

      check out the files /etc/wpa_supplicant to see if modifying these for you configuration would help in your case.

    • @Youtubesshortstips
      @Youtubesshortstips 2 місяці тому

      save all cmd in a bat or bash file nd just in one cmd or wifi will be connect

  • @ukrainianguy4756
    @ukrainianguy4756 Рік тому +2

    Thanks

  • @_..-_-.._
    @_..-_-.._ Місяць тому +1

    could you please explain how to connect with "iw dev wlan0 connect -w " ? does it work with WPA ?

    • @BlueMonkey4n6
      @BlueMonkey4n6  Місяць тому

      I am not sure I understand your question but you should make sure you use sudo to run that command. wlan0 is the name of the wireless interface and yours may be named differently so use iwconfig to check. SSID is the name of the wireless network you are trying to connect to so you should already know that. Otherwise use “iw list” to check. Dont put the < > symbols in the command. And lastly yes, this will work with WPA.

  • @bakieral
    @bakieral 5 місяців тому +1

    What about user name ? For example if you had tried to connect marriot hotel wifi it would have asked for room number for username and your surname for password. If you use nmcli dev wifi connect "ESSID" --ask will it ask user name and password? I need this because i dont have my lan cable with me and i want to reinstall arch and i need to connect wifi.

    • @BlueMonkey4n6
      @BlueMonkey4n6  5 місяців тому

      If you are connecting to hotel or other wifi that has captive portal where are are asked for room number or password etc, then you will need to use a web browser to respond to those questions. I am sure you can do it within a command line browser like lynx but i have not done that personally.

  • @sotecluxan4221
    @sotecluxan4221 Рік тому +1

    Yippy!

  • @Youtubesshortstips
    @Youtubesshortstips 2 місяці тому +1

    Bro i have same wifi adpater that u have but while im connecting to wifi its says me unsupported driver 😊

    • @BlueMonkey4n6
      @BlueMonkey4n6  2 місяці тому

      What flavor of Linux and what version of that are you running?

    • @Youtubesshortstips
      @Youtubesshortstips 2 місяці тому

      @@BlueMonkey4n6 kali linux 2024 keneral amd6.8.11 nd wifi usb mt7601u

    • @Youtubesshortstips
      @Youtubesshortstips 2 місяці тому

      @@BlueMonkey4n6 im using kali linux bruh ken= amd 6.8.11 usb = mt7601u

    • @Youtubesshortstips
      @Youtubesshortstips 2 місяці тому +1

      How to know driver ?

    • @BlueMonkey4n6
      @BlueMonkey4n6  2 місяці тому

      I found this article: github.com/art567/mt7601usta
      Hopefully it will help

  • @VeroniqueGauthier-se4xe
    @VeroniqueGauthier-se4xe 3 місяці тому +1

    Do you have video for Android phones

    • @BlueMonkey4n6
      @BlueMonkey4n6  3 місяці тому

      Are you asking for videos that work on an Android phone? Or video for turning on the wifi via command line on the android phone?

  • @royjose9986
    @royjose9986 Рік тому +1

  • @BamsyTheSergal
    @BamsyTheSergal 7 місяців тому +1

    i am having issues, at the step at 8:56
    brcmfmac: brcmf_link_down: WLC_DISASSOC failed (-52)

    • @BlueMonkey4n6
      @BlueMonkey4n6  7 місяців тому

      did you try to turn down the interface and then bring it back up: $ sudo ifdown wlp0s20f3 ; sudo ifup wlp0s20f3

    • @BamsyTheSergal
      @BamsyTheSergal 7 місяців тому

      yes@@BlueMonkey4n6

    • @BamsyTheSergal
      @BamsyTheSergal 7 місяців тому +1

      i used a different command, and it worked instantly

    • @BlueMonkey4n6
      @BlueMonkey4n6  7 місяців тому

      What command did you end up using?

    • @BamsyTheSergal
      @BamsyTheSergal 7 місяців тому

      @@BlueMonkey4n6 ua-cam.com/video/loJKf1zr1bU/v-deo.htmlsi=wbJl5Q_BcxW2TqYt

  • @VeroniqueGauthier-se4xe
    @VeroniqueGauthier-se4xe 3 місяці тому +1

    I use an android phone