Sorry to bump this thread but I am at wits' end and must ask for support.
I use the following steps to get Network-Manager going:
sce-load wireless
sce-load network-manager
sudo NetworkManager &
sudo /usr/local/postinst/libglib2.0-0 trigger
sudo nm-applet &
sudo gtk-update-icon-cache-3.0 -f /usr/share/icons/hicolor/Upon launching NetworkManager I get the following warning which seems harmless:
(NetworkManager:9506): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Key file does not have group 'connectivity'There is no group connectivity. Shoudl it be created? My user is in the group "netdev" already but that does not seem to play a role, or does it?

Without gtk-update-icon-cache-3.0 I get tons of icon missing signals.
Launching nm-applet without sudo, it get the same error pop-up as the one described by
jls_legalize when trying to e.g. change connection.
Failed to add/activate connection
(32) Not authorized to control networking.I would be very glad if Network-Manager worked because it does behave much more stable across suspending then the wpa-script. I would like to have a way to get it started in a more self-contained fashion. Plus I do not really know what I am doing here so some knowledgeable support would be quite comforting.

Cheers!
sm