Ubuntu Software Center not recognising my network connection

6,297

Solution 1

You can't ... yet.

Please file a bug for both these issues: it's definitely an issue to not be able to override what NetworkManager tells Software Center, and it's also an issue that NetworkManager can't handle your Mobile Broadband connection.

As a workaround, if you're not using one of your connections, you could add dummy entries to /etc/network/interfaces to trick NetworkManager into thinking you're online. The way to do this:

auto eth0
iface eth0 manual

If you don't need to use your wired connection. Then reboot or restart NetworkManager. Of course this will break it for when you really need to use it :(

Solution 2

The answer for this question, worked for me. The suggestion is to stop and start network-manager as follow:

sudo stop network-manager

and then

sudo start network-manager

This fixes the issue with Ubuntu Software Center not detecting you Internet connection.

Solution 3

Manually entering the connection settings solved my software center network detection problem.

Click on the network icon in your taskbar, go to Edit connections, edit your connection and under IPv4 designate a Manual method, and then add IPv4 address, network mask and default gateway

I understand this might not help mobile broadband users, but hey... worth a shot

Share:
6,297

Related videos on Youtube

Chethan S.
Author by

Chethan S.

A Generalist

Updated on September 18, 2022

Comments

  • Chethan S.
    Chethan S. almost 2 years

    I have installed Oneiric Beta on my laptop. As my Mobile Broadband refused to connect to Internet through network manager I'm now using wvdial to connect. Hence the network manager shows I'm not connected to any networks. When I try to install software from Ubuntu Software Center the 'Install' option remains disabled and under reviews section it says no network connection! As a workaround I kept installing applications from terminal which works fine.

    Therefore, my question is how to make Software Center recognize that I am connected to Internet?

  • pinkpanther
    pinkpanther over 10 years
    It's 2014....sadly the problem with network manager still persists.. :(
  • Ade Malsasa Akbar
    Ade Malsasa Akbar over 9 years
    can you mention your specification? Ubuntu version etc?
  • tsega
    tsega over 9 years
    @AdeMalsasaAkbar I believe I was using Ubuntu 10.04 back then. The command for 12.04 and above has changed to simply sudo service network-manager restart.