Bug 890773
| Summary: | horribly slow throughput on wifi intel 3945ABG | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Teichmann <jan.teichmann> | ||||
| Component: | kernel | Assignee: | Stanislaw Gruszka <sgruszka> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | dcbw, gansalmon, itamar, jklimes, jonathan, kernel-maint, madhu.chinakonda | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-06-26 12:56:46 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jan Teichmann
2012-12-29 22:11:27 UTC
The most probably it is an issue with the driver. What kernel version do you use? Please include output of 'dmesg' command. Does # rmmod iwl3945 # modprobe iwl3945 resolve the issue as well. It is kernel 3.6.10-4.fc18.x86_64 and yes rmmod/modprobe also fixes the throughput issues for a while. Created attachment 675113 [details]
dmesg
3.6.10 is rather old at this point. Are you still seeing this with 3.8.x? 3.8.3-201.fc18.x86_64 Yes still the same problem. Wifi throughput on my laptop 1.05 Mbps. Android phone on the same wifi network 8.2 Mbps. Not sure what Mbps mean, is that Mbits/s or Mbytes/s ? Assuming Mbytes/s: 8MB/s is expected on 11n devices and 2MB/s on old 11g devices, 1MB/s is not that bad, you can check if disable_hw_scan=0 iwl3945 module option help to improve it. If values are in Mbits/s, there is something wrong on both devices: android & laptop, I suggest update firmware on your router (can do this to help with first case too). It's in Mbits/s. The router is 11g and I didn't do the measurement next to the router so there is interference (residential high rise with plenty of other APs). The 8Mbits/s shows what was possible and what I got on the laptop is 1Mbits/s. Interestingly, improving signal quality increases throughput on the Android device but not on the laptop. I tried as suggested: /etc/modprobe.d/iwl3945.conf options iwl3945 disable_hw_scan=0 and I am now at stable 6.8 Mbits/s on my laptop. I have a second laptop with the same wifi module and exactly the same poor wifi throughput. options iwl3945 disable_hw_scan=0 also improved the throughput on this second laptop. I'm sorry, but I do not see any chance to fix this bug (performance problem with disable_hw_scan=1) - closing with won't fix resolution. |