|
|
Log in / Subscribe / Register

Announcing ConnMan.net

Announcing ConnMan.net

Posted Jun 23, 2009 20:43 UTC (Tue) by dlang (guest, #313)
In reply to: Announcing ConnMan.net by Cyberax
Parent article: Announcing ConnMan.net

network manager acceptable????

I agree that it seems to work for many people, but it also fails to work for many people.

to me it seems to work in the simple case and fail utterly in a more complex case (and in the process of failing makes it _very_ hard to work around it)

I ended up uninstalling it this last week bacause I couldn't get it to stay connected to the wireless network in the hotel I was staying in for more than a couple of min, once I got it completely uninstalled and configured the wireless info into /etc/networks/interfaces (debian derived system) the wireless access was rock-solid.


to post comments

Announcing ConnMan.net

Posted Jun 24, 2009 16:32 UTC (Wed) by dcbw (guest, #50562) [Link]

This usually means your driver sucks, and the supplicant isn't able to hold a connection. The driver was likely bouncing around and failing to associate periodically.

People always complain with WEP and unencrypted networks that "it works fine with iwconfig", but for some reason not with NM. NM uses wpa_supplicant, which expects a lot more out of drivers than iwconfig does. The plain fact is that if the driver can't handle WEP or unencrypted operation with wpa_supplicant, it's broken and it needs to be fixed.

Blaming NetworkManager for that is like blaming the inability of your laptop to hibernate on the Shutdown/Sleep dialog. It's not the cause of the problem. The drivers are.

NetworkManager pushes those drivers to work better, and many many driver bugs have been fixed because NetworkManager did that. It would be great if you'd file a bug so we can track down what is the problem with your driver and fix it.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds