Bug 574885
Summary: | [iwlagn] WiFi network stops being usable after DHCP | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Derek Atkins <warlord> |
Component: | kernel | Assignee: | Stanislaw Gruszka <sgruszka> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | anton, dougsland, gansalmon, itamar, jonathan, joshua.bakerlepain, kernel-maint, rhel, sgruszka |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-03-19 14:29:10 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Derek Atkins
2010-03-18 18:59:22 UTC
FYI, I just reconfigured my network from "A+N" to "A-Only" and now it works fine.. So it's clearly something in the "n" network on the client. (no, this bug is not fixed -- living in an A-Only world is not a valid workaround, and I'm sure this bug will show up in places where I cannot reconfigure the network). So it's clearly a problem with the iwlagn 'n' network support. This is likely a dupe of bug 571753 -- have a look at the test kernels there and see if they help. Hmmm... Possibly. I installed 2.6.32.10-83.sg_test.fc12.x86_64 and while it does seem to keep me on the network properly it seems like it's not attaching as an 'n' network. For example, right now (with my network configured as AN-Mix with 40Mhz width), I see: [warlord@pgpdev ~/Video]$ iw wlan0 station dump Station 00:25:9c:ce:f5:71 (on wlan0) inactive time: 437 ms rx bytes: 89499251 rx packets: 98951 tx bytes: 11362545 tx packets: 63725 signal: -46 dBm tx bitrate: 54.0 MBit/s Whereas before I would see a tx bitrate of 160 MBit/s Also the network seems to be behaving slower than it did before.. (I'm seeing slower download speeds than I did on my g network, but that could be the koji source). So I'm not sure if this is a dup or not. Okay, maybe my tests weren't quite accurate.. I did a pull from a different source and was seeing my 1.8MB/s, as expected. So perhaps this is a dup.. We'll see if I get kicked off my network overnight. Hi Derek If you are not experiences by performance problems, I'm going to close that bug. Otherwise we have to work on that performance issue. Please let us know. Thanks. Well, I do wonder why the txrate says 54 instead of 160, but I'm not seeing any performance issues that I cannot explain through delays at the other end. So I think you can safely close this bug. ( fixed in 2.6.32.10-83.sg_test.fc12.x86_64 ) iw shows tx rate of last frame transmitted, you may try to do: while true; do iw wlan0 station dump | grep "bitrate" ; sleep 0.5 ; done then, start uploading some files and see how this will look. For downloading performance more important is at what bitrate RX frames are modulated. Ok, I think everything is fine here. If you will have any troubles with iwlwifi just open new bug. Thanks. *** This bug has been marked as a duplicate of bug 571753 *** |