Bug 592505
Summary: | Bad NetworkManager.state contents block wifi card from powering up | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Richard Hitt <rbh00> | ||||
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | dcbw | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-05-17 23:55:41 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
Richard Hitt
2010-05-15 02:12:02 UTC
The laptop's smolt ID is (taken without the wifi card): http://www.smolts.org/client/show/pub_8c1095ea-3e1e-451f-bfd7-e8609fbd20d9 Another report of what seems to be my exact problem, albeit on a ThinkPad, not a HP, and on Ubuntu, not Fedora, is at this URL: http://osdir.com/ml/ubuntu-users/2010-05/msg00156.html Still another URL, https://bugs.launchpad.net/ubuntu/+bug/555571 This one shows a fix, exactly the fix I described above, and claims that "This bug affects 24 people", I don't know how they arrived at that number. Another smolt of the laptop I reproduced this problem on. This one includes the Broadcom 4318 card: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller The smolt info is at: http://www.smolts.org/client/show/pub_8c1095ea-3e1e-451f-bfd7-e8609fbd20d9 Also see Bugid 589108 comment 1, exactly the same problem and circumvention as I described above. And note from that bug report that an alternative way to encounter this problem is with battery drain. This happened to me too, months ago. Created attachment 414302 [details] Patch that demonstrates proof of concept described in Comment 6 See Comment 6. The patch is to src/main.c and adds option --force-enabled. When the option is used, parse_state_file() forces NetworkingEnabled to be true. The real fix for this is to stop using sleep/wake as the "Networking Enabled" commands, which is how they are currently wired up. That's planned. *** This bug has been marked as a duplicate of bug 589108 *** |