Bug 663852 (False, Positive, RFKill)
| Summary: | RFKill False Positive for Mobile Intel Wireless 5300 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jakob J Lorberblatt <beiyaku> | ||||
| Component: | NetworkManager | Assignee: | Dan Williams <dcbw> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 14 | CC: | dcbw, jklimes | ||||
| 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: | 2011-04-13 21:26:57 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: | |||||||
| Attachments: |
|
||||||
|
Description
Jakob J Lorberblatt
2010-12-17 03:19:42 UTC
Please paste in /var/log/messages file. Also, could you grab output of these commands: $ nm-tool $rfkill list Created attachment 915174 [details]
Comment
(This comment was longer than 65,535 characters and has been moved to an attachment by Red Hat Bugzilla).
rfkill was not installed by default on the system, rfkill unblock returns an error, unless rfkill unblock all is executed. Then as so many other times checked the network manager applet "Enable Wireless" clicked on it again, the checkbox was unchecked, checked it a second time and this time it is now enabled. Still it did and should work out of the box it is fully supported hardware. There have been some updates since then to make the wifi state work better. Your problem was that initially the kernel reported the killswitch as on (ie radios disabled) and NM respects what the kernel says. Then after the killswitch was turned off (ie, radios on) NM respected that, but when you toggle the Enable Wireless item, that state gets saved independently of the kernel rfkill state, and that was off. I think in the end, the major problem is that the kernel drivers for you laptop are not properly processing the rfkill state. In any case, try the updated version of NM in updates as that should work better here. If not, please re-open. Thanks! |