Bug 418691
Summary: | ath5k requires reduced MTU to work with git, rsync | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Goode <adam> |
Component: | kernel | Assignee: | John W. Linville <linville> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8 | CC: | cebbert, davej, mcgrof |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.6.24.2-7.fc8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-02-19 20:43:04 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
Adam Goode
2007-12-10 19:36:37 UTC
I doubt if it makes a difference, but please try at least -80.fc8 (the last round of wireless updates for .fc8): http://koji.fedoraproject.org/koji/buildinfo?buildID=26862 Hmm, interesting. Are you forcing the driver to 11M ? Right now the driver will get you large packet loss at higher rates. I'm curious if your issues 'also' go away at when you force driver to 11Mbps: iwconfig wlan0 rate 11M Nope, neither 11M setting nor -80.fc8 make any difference. But mtu 1498 continues to work perfectly. kernel -85.fc8 still has the same problem. Could there be an ethernet LAN using VLAN tagging somewhere between you and the Internet? I don't think so. The wireless machines are directly on the Internet. We can ping other local addresses with another machine with this: ping -M do -s 1472 ... With IP + ICMP + payload = 20 + 8 + 1472 = 1500. That works fine using ipw2200. On the ath5k machine, if mtu is 1500, then a ping payload of 1472 or 1471 results in no remote response. Ping payload of 1470 works. Do you see the >1470 payload ICMP frames at the other host? I would be curious to know if the frames are getting dropped on Tx or Rx. I have tried ping both ways. The frames are dropped only on Tx. Rx works fine. Seems kernel-2.6.24.2-7.fc8 fixes this problem! I can ping and rsync works with MTU 1500 (the default). I did get a panic at one point, though. Couldn't see the output since X was running, and it hasn't happened since. Wow, you are quick! :-) FWIW, I think it this patch fixes the problem: ath5k: correct padding in tx descriptors I was going to ask you to test it, but you beat me to it. Thanks for the report! |