EDIT
A posteriori, the problem was most likely related to the one described here.
Original post
Until yesterday, the Internet was just fine and I connected without much problems. I then disabled the network interface, trying to understand a little more how to manage these kinds of things, issuing the command (wlp6s0 is my wireless network interface) :
# ip link set wlp6s0 down The interface was successfully disabled as expected. Unfortunately, it hasn't gone back to a UP state since.
What I tried and other info:
1) The first thing I did was of course issue the command
# ip link set wlp6s0 up to bring the interface up. Doing this, no errors are given, but the interface remains DOWN, as shown by the output of
# ip link show Looking with journalctl or dmesg however, the only given error seems to be
# journalctl -xe | grep tail ... IPv6: ADDRCONF (NETDEV_UP): wlp6s0: link is not ready ... What does this error mean?
2) I initially also had the netctl network manager. Thinking that could have been the source of the problem I uninstalled it with
# pacman -R netctl And then proceeded to stop the netctl services I could find and removed them manually from
/etc/systemd/system/multi-user.target.wants Nothing changed.
3) Following discussions on similar problems on the Ubuntu forums, I blacklisted the module wmi as explained in the link. Still no luck.
4) Searching around on similar issues reveals a common problem related to some hardware clocks, which can be diagnosed with rfkill. This doesn't seem to be the case though, as the output of rfkill list shows:
$ rfkill list 0: nfc0: NFC Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked: no Hard blocked: no 2: phy0: Wireless LAN Soft blocked: no Hard blocked: no 5) I also have Windows 7 on the same laptop (in dual boot). On Microsoft Windows, I can connect with no problems to my wireless network. So the problem isn't in the laptop hardware nor the wireless network.
iwto configure WiFi settings (e.g., network to connect to). Maybe something likewpa_supplicantto do authentication. Not sure if you can get the link to show up without that.