Results 1 to 7 of 7

Thread: KNetworkManager: System connection greyed out

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Beans
    1

    Re: KNetworkManager: System connection greyed out

    Apparently this functionality simply hasn't been implemented yet in the KDE network manager.

    See: https://bugs.kde.org/show_bug.cgi?id=204340

    I did manage to get wireless-on-boot working by following these steps:

    1. Install the gnome network manager:
    Code:
    sudo apt-get install network-manager-gnome
    2. Kill the knetworkmanager process in your KDE session:
    Code:
    killall knetworkmanager
    3. Start the gnome network manager applet:
    Code:
    nm-applet
    4. Now you can configure the wireless connection with the gnome applet and check the "available to all users" check box. You will be asked for your sudo password. If all is well, it should have created a file for your connection in /etc/NetworkManager/system-connections/ which is readable by root only.

    5. Reboot your system. After the reboot, your wireless connection will come up before you login.

  2. #2
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: KNetworkManager: System connection greyed out

    Quote Originally Posted by janvkn View Post
    Apparently this functionality simply hasn't been implemented yet in the KDE network manager.

    See: https://bugs.kde.org/show_bug.cgi?id=204340
    Thanks for that!
    I've been searching off and on for months heh

  3. #3
    Join Date
    Jun 2010
    Beans
    10

    Re: KNetworkManager: System connection greyed out

    Quote Originally Posted by janvkn View Post
    Apparently this functionality simply hasn't been implemented yet in the KDE network manager.

    See: https://bugs.kde.org/show_bug.cgi?id=204340

    I did manage to get wireless-on-boot working by following these steps:

    1. Install the gnome network manager:
    Code:
    sudo apt-get install network-manager-gnome
    2. Kill the knetworkmanager process in your KDE session:
    Code:
    killall knetworkmanager
    3. Start the gnome network manager applet:
    Code:
    nm-applet
    4. Now you can configure the wireless connection with the gnome applet and check the "available to all users" check box. You will be asked for your sudo password. If all is well, it should have created a file for your connection in /etc/NetworkManager/system-connections/ which is readable by root only.

    5. Reboot your system. After the reboot, your wireless connection will come up before you login.
    Thank you sir, this helped me get rid of this most ridiculous problem! I cannot believe they even have such a stupid bug. Knetworkmanager really needs some work.

  4. #4
    Join Date
    Oct 2010
    Beans
    1

    Re: KNetworkManager: System connection greyed out

    My problem was that I wanted it to login to the network at login, automatically. And this option being greyed out seemed to be the reason why it wasn't happening.

    After looking all over the place, in forums and in the system, I have found in "information sources" (this may be wrong as I have it in spanish and don't know (yet)how to turn it back into english) that there was network manager daemon called Wicd, I set this one as priority, I installed it and turned off the NetworkManager. Restarted the computer and, "voi la", it works. Automatic connection to the wireless network, as I wanted.

Tags for this Thread

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
  •