|
Bugzilla – Full Text Bug Listing |
| Summary: | Broadcom firmware file not loaded during startup | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Hans Kottmann <hkottmann> |
| Component: | Kernel | Assignee: | E-mail List <kernel-maintainers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | hkottmann, tiwai |
| Version: | Leap 42.3 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Hans Kottmann
2017-07-24 12:03:50 UTC
This is likely the same issue in bug 1037344, dracut takes b43 module into initrd unnecessarily. Could you check whether b43.ko is included in your initrd, e.g. check lsinitrd output? Here is the output of the command lsinitrd | grep b43: drwxr-xr-x 2 root root 0 Jul 24 13:41 lib/firmware/b43 -rw-r--r-- 1 root root 31176 Jul 21 15:17 lib/firmware/b43/ucode11.fw -rw-r--r-- 1 root root 28216 Jul 21 15:17 lib/firmware/b43/ucode13.fw -rw-r--r-- 1 root root 12 Jul 21 15:17 lib/firmware/b43/ucode14.fw -rw-r--r-- 1 root root 35512 Jul 21 15:17 lib/firmware/b43/ucode15.fw -rw-r--r-- 1 root root 33712 Jul 21 15:17 lib/firmware/b43/ucode16_lp.fw -rw-r--r-- 1 root root 39296 Jul 21 15:17 lib/firmware/b43/ucode16_mimo.fw -rw-r--r-- 1 root root 35267 Jul 21 15:17 lib/firmware/b43/ucode24_lcn.fw -rw-r--r-- 1 root root 34847 Jul 21 15:17 lib/firmware/b43/ucode25_lcn.fw -rw-r--r-- 1 root root 39128 Jul 21 15:17 lib/firmware/b43/ucode25_mimo.fw -rw-r--r-- 1 root root 39728 Jul 21 15:17 lib/firmware/b43/ucode26_mimo.fw -rw-r--r-- 1 root root 39760 Jul 21 15:17 lib/firmware/b43/ucode29_mimo.fw -rw-r--r-- 1 root root 39632 Jul 21 15:17 lib/firmware/b43/ucode30_mimo.fw -rw-r--r-- 1 root root 9 Jul 21 15:17 lib/firmware/b43/ucode33_lcn40.fw -rw-r--r-- 1 root root 21328 Jul 21 15:17 lib/firmware/b43/ucode5.fw -rw-r--r-- 1 root root 23256 Jul 21 15:17 lib/firmware/b43/ucode9.fw drwxr-xr-x 2 root root 0 Jul 24 13:40 lib/modules/4.4.76-1-default/kernel/drivers/net/wireless/b43 -rw-r--r-- 1 root root 630386 Jul 16 13:05 lib/modules/4.4.76-1-default/kernel/drivers/net/wireless/b43/b43.ko The error message on console 0 at startup says the following: - ERROR: Firmware file b43/lp0initvals15.fw not found -> this file is not included in this path, neither in initrd - ERROR: Firmware file b43-open/ucode15.fw not found -> the path here doesn't exist (b43-open) this firmware file is located in the b43 folder Thanks, then it's the dup of bug 1037344. *** This bug has been marked as a duplicate of bug 1037344 *** |