|
Bugzilla – Full Text Bug Listing |
| Summary: | NetworkManager does not connect anymore (madwifi?) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Felix Möller <felix> |
| Component: | Network | Assignee: | Helmut Schaa <hschaa> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Alpha 2plus | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | wpa_supplicant -dd output | ||
|
Description
Felix Möller
2008-03-16 17:24:17 UTC
wpa_supplicant seems to be involved in this too. Downgrading it to wpa_supplicant-0.5.8-82 (alpha2) solves the problem. I recompiled the src.rpm with wpa_supplicant-0.5.9 and that does not connect either as far as i can see. Therefore I think this one is for Helmut. Felix, does your AP broadcast its SSID? Yes it does.
Here the iwlist output as reference:
wlan0 Scan completed :
Cell 01 - Address: 00:18:F8:B8:B6:24
ESSID:"freakshow"
Mode:Master
Frequency:2.437 GHz (Channel 6)
Quality=24/70 Signal level=-71 dBm Noise level=-95 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
12 Mb/s; 48 Mb/s
Extra:bcn_int=100
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Please try to connect using plain wpa_supplicant (0.5.10) with the option "-dd" to get verbose debug-output and attach it. Thanks. Created attachment 202495 [details]
wpa_supplicant -dd output
Connecting with plain wpa_supplicant is not a problem.
Nevertheless this is the output of
# wpa_supplicant -Dmadwifi -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf -dd > wpalog.txt &
and then starting wpa_gui to connect.
Does the configuration in wpa_supplicant.conf matches the one NetworkManager creates? Just compare it with the configuration NM sends to wpa_supplicant (relevant part of /var/log/NetworkManager). wpa_supplicant.conf does not contain a lot of information: # cat /etc/wpa_supplicant/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel Oops, you used wpa_gui. Missed that :) Could you please provide the output of wpa_supplicant in case of NetworkManager-connection-failure too? Just do the following: - rcnetwork stop - killall wpa_supplicant - wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -u -dd - rcnetwork start - connection attempt with NM Helmut, it does work every time I start wpa_supplicant myself. Somehow NetworkManager seems unable to start wpa_supplicant-0.5.10 by itself for me. Watching ps aux there never appears a wpa_supplicant process... Can I somehow see how nm tries to invoke wpa_supplicant? (In reply to comment #9 from Felix Möller) > Helmut, it does work every time I start wpa_supplicant myself. Somehow > NetworkManager seems unable to start wpa_supplicant-0.5.10 by itself for me. Ok, NetworkManager cannot start wpa_supplicant. Therefore closing as duplicate of #371500. *** This bug has been marked as a duplicate of bug 371500 *** |