Results 1 to 5 of 5

Thread: network-manager :(

  1. #1
    Join Date
    Nov 2007
    Location
    Baltimore, MD
    Beans
    70
    Distro
    Ubuntu 10.10 Maverick Meerkat

    network-manager :(

    Ok. So I was trying to get vpnc installed an working to connect to an ASA firewall. I was having problems so I ran the command:

    sudo apt-get remove vpnc

    However, when I did that, it left the vpn connections menu item in network-manager. I then decided to give the Cisco created vpn client (4.8) a go. But I was having problems with that one. So I decided to reinstall vpnc, but when I did, the menu tab complained that "no suitable software..." so I couldn't create a vpn profile.

    I figured the best way to deal with this (much to discredit) is to remove network-manager and have ubuntu reinstall it. But now, I can't find it in the synaptic package manager anymore and when I choose it in add/remove it gives me an error about not being an i386 package. If I run:

    sudo apt-get install network-manager from the CLI, it tells me that there is no candidate in the sources.list.

    So can anyone give me an idea as to how to get network-manager back on my PC?

  2. #2
    Join Date
    Mar 2006
    Beans
    151
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: network-manager :(

    Are you running 32-bit or 64-bit ubuntu?

    #######################################

    Quote Originally Posted by VoodooLoveDog View Post
    If I run: sudo apt-get install network-manager from the CLI, it tells me that there is no candidate in the sources.list.
    This may point to a repository error. To rule this out though can you post your /etc/apt/sources.list?

    #######################################

    Quote Originally Posted by VoodooLoveDog View Post
    Can give me an idea as to how to get network-manager back on my PC?
    Removing network-manager also removes network-manager-(gnome/kde). Have you tried installing network-manger-gnome ?

  3. #3
    Join Date
    Jun 2006
    Location
    Switzerland
    Beans
    Hidden!
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: network-manager :(

    don't know what the default network manager in ubuntu is called but you might want to have at another nm. I presonally prefer now using WICD --> http://wicd.sourceforge.net

  4. #4
    Join Date
    Nov 2007
    Location
    Baltimore, MD
    Beans
    70
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: network-manager :(

    Quote Originally Posted by Pelham123 View Post
    Are you running 32-bit or 64-bit ubuntu?

    #######################################



    This may point to a repository error. To rule this out though can you post your /etc/apt/sources.list?

    #######################################



    Removing network-manager also removes network-manager-(gnome/kde). Have you tried installing network-manger-gnome ?
    I do not have the option to install network-manager-gnome either. Here is the uncommented portion of my sources.list:

    deb cdrom:[Ubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080702.1)]/ hardy main restricted
    deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted

    #
    #

    deb http://archive.canonical.com/ubuntu hardy partner
    deb-src http://archive.canonical.com/ubuntu hardy partner

    deb http://security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse


    deb cdrom:[Ubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080702.1)]/ hardy main restricted
    deb http://archive.ubuntu.com/ubuntu/ hardy main universe restricted multiverse
    deb cdrom:[Ubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080702.1)]/ hardy main restricted


    Thanks for your help.

  5. #5
    Join Date
    Mar 2006
    Beans
    151
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: network-manager :(

    OK.

    Chuck in your Ubuntu Cdrom and try these commands:
    Code:
    sudo apt-cdrom add
    sudo apt-get update
    sudo apt-get install network-manager
    See what the reply is...

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
  •