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:
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.
Bookmarks