Summary: | knetworkmanager fails to associate with insecure network | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | S. Burmeister <sven.burmeister> |
Component: | general | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | normal | CC: | lamarque |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
S. Burmeister
2010-02-10 14:44:48 UTC
I removed all of networkmanagement's configs and data an tried again. This time it worked. If one compares the connection settings it appears that although security is set to "", i.e. empty there is a security section in that config file which causes the failure. non-working connection config file: [802-11-wireless] band=bg bssid= channel=0 macaddress= mode=infrastructure mtu=0 rate=0 security= seenbssids=00:1D:0F:D9:03:99 ssid=WiPS txpower=0 [802-11-wireless-security] authalg=none group= keymgmt=WPAPSK leapusername= pairwise= proto= securityType=WpaPsk weptxkeyindex=0 [connection] autoconnect=true icon=network-wireless id=WiPS timestamp=2010,2,10,8,59,20 type=802-11-wireless uuid={baacee48-1409-4907-8fed-0be2ff3add46} [ipv4] addresses= dhcpclientid= dhcphostname= dns= dnssearch= ignoreautoroute=false ignoredhcpdns=false method=Automatic neverdefault=false routes= -------------------------------------- working connection file: [802-11-wireless] band=bg bssid= channel=0 macaddress= mode=infrastructure mtu=0 rate=0 security= seenbssids=00:11:20:2A:7D:61 ssid=WiPS txpower=0 [connection] autoconnect=true icon=network-wireless id=WiPS timestamp=2010,4,20,13,28,31 type=802-11-wireless uuid={d1797341-2374-4fae-b65e-f5384648cd29} [ipv4] addresses= dhcpclientid= dhcphostname= dns= dnssearch= ignoreautoroute=false ignoredhcpdns=false method=Automatic neverdefault=false routes= I found the bug. If one sets a connection to e.g. WPA Personal the following section is added to the config file: [802-11-wireless-security] authalg=none group= keymgmt=WPAPSK leapusername= pairwise= proto= securityType=WpaPsk weptxkeyindex=0 If one edits the connection after that and sets its security to "none" the section is not removed. And connecting fails. So either knetwokmanager should ingnore the config file section if it does not fit the value set in "security=" or it should get removed as soon as the security is set to "none" in the connection's settings. Can you test a more recent snapshot of Plasma NM and not the monolithic knetworkmanager, which umaintained and nobody is fixing bugs in it? |