Stack Exchange Network

Stack Exchange network consists of 181 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Visit Stack Exchange

Ask Ubuntu is a question and answer site for Ubuntu users and developers. It only takes a minute to sign up.

Sign up to join this community

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

Since yesterday I can't connect to my Android's WiFi anymore.

To understand the problem better, I set NetworkManager's monitor log level to "DEBUG" and used the CLI. The error appears after 45 seconds:

# nmcli d wifi connect nico password mypass
Error: Connection activation failed: (5) IP configuration could not be reserved (no available address, timeout, etc.).

Meanwhile via nmcli monitor:

nico: connection profile created
wlp3s0: connecting (prepare)
wlp3s0: using connection 'nico'
NeworkManager is now in the 'connecting' state
wlp3s0: connecting (need authentication)
nico: connection profile changed
wlp3s0: connecting (prepare)
wlp3s0: connecting (configuring)
nico: connection profile changed
wlp3s0: connecting (getting IP configuration)
wlp3s0: connection failed

What is going wrong? How to investigate the problem further and hopefully solve it?

  • My Android is connected to the Internet (typing from it right now).
  • No luck with Bluetooth nor with USB cable tethering either.
  • On the opposite, I can connect to my company's WiFi with no problem.
  • Thanks for contributing an answer to Ask Ubuntu!

    • Please be sure to answer the question. Provide details and share your research!

    But avoid

    • Asking for help, clarification, or responding to other answers.
    • Making statements based on opinion; back them up with references or personal experience.

    To learn more, see our tips on writing great answers.