Bug 817151
| Summary: | BCM4331 firmware missing from install DVD | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> | ||||||
| Component: | lorax | Assignee: | Martin Gracik <mgracik> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 17 | CC: | anaconda-maint-list, bcl, dmach, mgracik, wwoods | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | lorax-17.17-1.fc17 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-05-08 04:14:03 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
John Reiser
2012-04-27 20:39:26 UTC
Created attachment 580864 [details]
lspci; lspci -vvn
Is b43/ or b43-open/ present in /lib/firmware or /run/initramfs/lib/firmware? No, neither b43/ nor b43-open/ are present on the installer media. # mount -o ro,loop Fedora-17-Final.TC2-x86_64-DVD.iso /mnt/tmp1 # cd /mnt/tmp1/images/pxeboot # xz -d <initrd.img | cpio --list | grep b43 160297 blocks # ### note empty output from grep: no lines containing "b43" [I used the explicit xz|cpio because the most-handy lsinitrd was from Fedora 14, where lsinitrd does not understand xz. On a newer system I could have used: "lsinitrd initrd.img | grep b43" ] Ah. b43-openfwwf is the only firmware package that isn't named "*-firmware". Adding it to the lorax install template should fix this. lorax-17.17-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/lorax-17.17-1.fc17 Package lorax-17.17-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing lorax-17.17-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-7251/lorax-17.17-1.fc17 then log in and leave karma (feedback). lorax-17.17-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |