After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644634 - NetworkManager 0.8.992 does not detect any access point
NetworkManager 0.8.992 does not detect any access point
Status: RESOLVED INVALID
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal blocker
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2011-03-13 13:34 UTC by Maciej (Matthew) Piechotka
Modified: 2011-03-21 20:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maciej (Matthew) Piechotka 2011-03-13 13:34:49 UTC
Call GetAccessPoints (interface org.freedesktop.NetworkManager.Devices.Wireless) to /org/freedesktop/NetworkManager/Devices/1 (i.e. wifi) returns empty array. There are no /org/freedesktop/NetworkManager/AccessPoint/* objects.
Comment 1 Dan Williams 2011-03-14 03:04:54 UTC
YOu'll need to make sure you have this patch for wpa_supplicant 0.7.3, which is currently on the supplicant git master but not in a release (new releases of wpa_supplicant are sometimes slow...):

http://w1.fi/gitweb/gitweb.cgi?p=hostap-07.git;a=commit;h=b80b5639935d37b95d00f86b57f2844a9c775f57

that should fix your problem.
Comment 2 Maciej (Matthew) Piechotka 2011-03-19 14:02:13 UTC
I hadn't had this patch but after appling it nothing changed.
Comment 3 Dan Williams 2011-03-19 15:28:28 UTC
If you stop NM and run it like this:

NetworkManager --no-daemon --log-level=debug --log-domains=CORE,HW,WIFI,WIFI_SCAN

then you'll get a lot of good info about what's actually happening.  Can you attach the resulting output?
Comment 4 Maciej (Matthew) Piechotka 2011-03-20 02:08:23 UTC
This time it worked (but I removed /etc/NetworkManager directory first).