Wi-fi connection failing on Arch Linux

6,173

iwconfig is part of the wireless_tools package, and ifconfig is part of net-tools on my Arch laptop (relatively up-to-date). To install:

pacman -S wireless_tools  net-tools

It sounds like you need to educate yourself on the use of systemctl to start/stop the DHCP client service. My first guess after "bad cable" would be that dhcpcd isn't working correctly.

Share:
6,173

Related videos on Youtube

Mitro
Author by

Mitro

I used computer for the first time when I was 10 and now it's my primary occupation. I like looking at the things I use daily and ask myself questions such as “How it is made?”, “How does it work?”, or "Could I do it better?". Something that "just works" isn't good enough for me. I always want to do the best with everything I use or develop. I like learning and love coding.

Updated on September 18, 2022

Comments

  • Mitro
    Mitro almost 2 years

    I' ve just installed Arch Linux on my computer, I have some problems: If I write

    # iwconfig
    

    The result is

    -bash: iwconfig: command not found
    

    the same is with ifconfig instead if I try with

    # wifi-menu
    

    I have

    Please install 'dialog' to use wifi-menu
    

    I don't have a modem to connect wire. What should I do?

    • Mitro
      Mitro over 11 years
      I' ve solved using a ethernet wire and writing dhcpcd than I tried to ping ping -c 3 www.google.it And I saw that now I'm connected ;)
    • Mitro
      Mitro over 11 years
      Now I' m again disconnetted and I don' t know why, iwconfig still doesn't work
    • Mitro
      Mitro over 11 years
      After dialog install the connection is fallen downl EDIT: MY ETH WIRE IS BROKEN -.-" but iwconfig??