Bug 248754
| Summary: | Wifi signal strength not available for rt2500 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Jagec <igorm5> |
| Component: | kernel | Assignee: | John W. Linville <linville> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | cebbert, davej, ivdoorn |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.6.22.1-45.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-08-21 17:40:18 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
Igor Jagec
2007-07-18 15:10:14 UTC
Modified since it's an issue with the kernel module instead. At this moment rt2x00 only reports the RSSI of received frames, "Noise" and "Signal" reporting are both disabled. Main reason for the disabling of those statistics is that I am not sure what values should actually be passed on. rt2x00 cannot measure "Noise", so all it could report is the currently configured AGC VGC value. As for the "Signal", there isn't a real value which can be reported. The legacy driver that did report the "Signal". But that caused dozens of bug reports by users because the "Signal" value didn't make a lot of sense. This was because the reported "Signal" was actually the "RSSI - AGC VGC", which isn't the most sensible value. I am considering reporting the AGC VGC value as "Noise" again, but I have no ideas on a possible value "Signal" value yet. I have rechecked the RX descriptors, documentation and the legacy drivers. With the legacy drivers the Signal value was sometimes filled in with the Bitrate at which the frame was received. This is hardly a usable value. But other then that I can't find anything usefull that can be used for the signal value... I could possibly use the AGC VGC value, but I am a bit reluctant about that since I more see it as the noise value (Although off course this value is not measured). So if the Signal field should really be filled, I can either copy the rssi value or use the AGC VGC value... Neither sounds too appearling. :S John, Do you have any suggestions about this? rt2x00 2.0.5 has just been released containing signal reporting. Please try the kernels here: http://koji.fedoraproject.org/koji/buildinfo?buildID=12706 Do these resolve the issue? It seems it does. I installed 2.6.22.1-45.fc7 on my Rawhide system and Gnome applet shows the signal strength. Cheers! |