Results 1 to 10 of 10

Thread: No network connection information

  1. #1
    Join Date
    Jan 2009
    Beans
    Hidden!

    No network connection information

    Hi
    Now using Ubuntu 12.04LTS with Unity desktop on my Dimension 8400. My question: although I have a network connection (wired), the Connection Information in the Network applet menu reveals no info other than "Error displaying connection information: No valid active connections found!". I am not overly concerned about this but I am curious as to why. Have already done the basic
    T/S. If anyone has had a similar problem & solved it, I would appreciate the I/P. Thanks in advance....
    :

  2. #2
    Join Date
    Jan 2010
    Location
    Sydney, Australia
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: No network connection information

    You can retrieve all the network information of the wired interface by issuing the following command on a terminal .
    Press alt+ctrl+T

    Code:
    ifconfig
    “Progress is made by lazy men looking for easier ways to do things”
    — Robert A. Heinlein

  3. #3
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: No network connection information

    TY for the post! However, I am more interested in finding out why the connection info does not work from the applet. I appreciate your I/P. TY again...
    :

  4. #4
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: No network connection information

    Hi everyone
    Found the solution: interface appears in /etc/network/interfaces. By default, NetworkManager does not manage interfaces that appear in /etc/network/interfaces. One can change this behaviour.

    To do this - in a terminal:

    sudo nano /etc/NetworkManager/NetworkManager.conf

    change the line managed=false to managed=true

    Save, stop and start network manager:

    sudo service network-manager restart

    I am paraphrasing (& thanking) fossfreedom from AskUbuntu...
    :

  5. #5
    Join Date
    Sep 2011
    Location
    India
    Beans
    123
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No network connection information

    Hi,

    I hope you have tried this. But let us make sure that you have done this before proceeding further.

    https://help.ubuntu.com/community/SoundTroubleshooting

    If that is the problem, then please re-install the drivers.

  6. #6
    Join Date
    Jan 2012
    Beans
    8

    Re: No network connection information

    Quote Originally Posted by ammofreak View Post
    Hi everyone
    Found the solution: interface appears in /etc/network/interfaces. By default, NetworkManager does not manage interfaces that appear in /etc/network/interfaces. One can change this behaviour.

    To do this - in a terminal:

    sudo nano /etc/NetworkManager/NetworkManager.conf

    change the line managed=false to managed=true

    Save, stop and start network manager:

    sudo service network-manager restart

    I am paraphrasing (& thanking) fossfreedom from AskUbuntu...

    ====


    Worked like a charm for me

    Thanks

  7. #7
    Join Date
    May 2009
    Location
    Las Vegas, NV. USA
    Beans
    11
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No network connection information

    Quote Originally Posted by ammofreak View Post
    Hi everyone
    Found the solution: interface appears in /etc/network/interfaces. By default, NetworkManager does not manage interfaces that appear in /etc/network/interfaces. One can change this behaviour.

    To do this - in a terminal:

    sudo nano /etc/NetworkManager/NetworkManager.conf

    change the line managed=false to managed=true

    Save, stop and start network manager:

    sudo service network-manager restart

    I am paraphrasing (& thanking) fossfreedom from AskUbuntu...
    This worked for me also. Thanks.

  8. #8
    Join Date
    May 2013
    Beans
    1

    Talking Re: No network connection information

    Quote Originally Posted by ammofreak View Post
    TY for the post! However, I am more interested in finding out why the connection info does not work from the applet. I appreciate your I/P. TY again...

    register an account to thank you for solve my problem

    thank you very much

  9. #9
    Join Date
    May 2007
    Beans
    2

    Re: No network connection information

    Quote Originally Posted by ammofreak View Post
    Hi everyone
    Found the solution: interface appears in /etc/network/interfaces. By default, NetworkManager does not manage interfaces that appear in /etc/network/interfaces. One can change this behaviour.

    To do this - in a terminal:

    sudo nano /etc/NetworkManager/NetworkManager.conf

    change the line managed=false to managed=true

    Save, stop and start network manager:

    sudo service network-manager restart

    I am paraphrasing (& thanking) fossfreedom from AskUbuntu...
    Sorry for resurrecting a old thread but I just wanted to say thank you. I was installing ubuntu on a older computer and I was having this issue and this fixed it! THANK YOU!

  10. #10
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: No network connection information

    Old thread closed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •