Em Wednesday 08 June 2011, David Narvaez escreveu: > Hi, Hi,
> My ultimate goal is to test KDE's NetworkManager client which is now > being developed for NM 0.9. I fetched NM's git code and compiled and > installed the master branch over the binaries that my distro has for > NM which is version 0.8.2. At that point, I have no KDE NetworkManager > installed. I then run nm-tool and I can't see any available wireless > network. Am I missing any step to get NM 0.9 working? I'm not even > sure if I should be able to list available wireless networks without > installing KDE's Network Management code, should I? You need to install NetworkManager 0.9 and then compile the nm09 branch from KDE's networkmanagement repository: git clone git://anongit.kde.org/networkmanagement cd networkmanagement git checkout nm09 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make make install You can send e-mails about KDE's NM client (I call it Plasma NM) to our mailing list: http://mail.kde.org/mailman/listinfo/kde-networkmanager -- Lamarque V. Souza http://www.geographicguide.com/brazil.htm Linux User #57137 - http://counter.li.org/ http://planetkde.org/pt-br |