`
yuanzhuohang
  • 浏览: 5559 次
  • 性别: Icon_minigender_1
最近访客 更多访客>>
社区版块
存档分类
最新评论

Firmware file "b43/ucode15.fw" not found

阅读更多

I recently installed Fedora 13 (x86_64) on a Dell Vostro 1000 laptop and ran into some problems with my wireless connection.

The wireless card I had in my laptop is (lspci | grep 802):
05:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01).

The driver module that is loaded for this device is "b43". In the /var/log/messages, I found out the following messages related to this module::

May 29 09:48:28 laptop kernel: b43-phy1: Broadcom 4312 WLAN found (core revision 15)
May 29 09:48:28 laptop kernel: Registered led device: b43-phy1::tx
May 29 09:48:28 laptop kernel: Registered led device: b43-phy1::rx
May 29 09:48:28 laptop kernel: Registered led device: b43-phy1::radio
May 29 09:48:28 laptop kernel: Broadcom 43xx driver loaded [ Features: PMLS, Firmware-ID: FW13 ]
May 29 09:48:28 laptop NetworkManager[1193]: 
(wlan0): driver supports SSID scans (scan_capa 0x01).
May 29 09:48:28 laptop NetworkManager[1193]: 
(wlan0): new 802.11 WiFi device (driver: 'b43' ifindex: 4)
May 29 09:48:28 laptop NetworkManager[1193]: 
(wlan0): exported as /org/freedesktop/NetworkManager/Devices/2
May 29 09:48:28 laptop NetworkManager[1193]: 
(wlan0): now managed
May 29 09:48:28 laptop NetworkManager[1193]: 
(wlan0): device state change: 1 -> 2 (reason 2)
May 29 09:48:28 laptop NetworkManager[1193]: 
(wlan0): bringing up device.
May 29 09:48:28 laptop kernel: b43 ssb0:0: firmware: requesting b43/ucode15.fw
May 29 09:48:28 laptop kernel: b43 ssb0:0: firmware: requesting b43-open/ucode15.fw
May 29 09:48:28 laptop kernel: b43-phy1 ERROR: Firmware file "b43/ucode15.fw" not found
May 29 09:48:28 laptop kernel: b43-phy1 ERROR: Firmware file "b43-open/ucode15.fw" not found
May 29 09:48:28 laptop kernel: b43-phy1 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
May 29 09:48:28 laptop NetworkManager[1193]: 
(wlan0): deactivating device (reason: 2).
May 29 09:48:28 laptop NetworkManager[1193]: 
found WiFi radio killswitch rfkill1 (at /sys/devices/pci0000:00/0000:00:06.0/0000:05:00.0/ssb0:0/ieee80211/phy1/rfkill1) (driver )
May 29 09:48:28 laptop kernel: b43 ssb0:0: firmware: requesting b43/ucode15.fw
May 29 09:48:28 laptop kernel: b43 ssb0:0: firmware: requesting b43-open/ucode15.fw
May 29 09:48:28 laptop kernel: b43-phy1 ERROR: Firmware file "b43/ucode15.fw" not found
May 29 09:48:28 laptop kernel: b43-phy1 ERROR: Firmware file "b43-open/ucode15.fw" not found
May 29 09:48:28 laptop kernel: b43-phy1 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
May 29 09:48:28 laptop NetworkManager[1193]: 
(wlan0): supplicant interface state: starting -> ready
May 29 09:48:28 laptop NetworkManager[1193]: 
(wlan0): device state change: 2 -> 3 (reason 42)



This seems to be a well known problem. As the message suggested, I went to http://wireless.kernel.org/en/users/Drivers/b43 and followed the section "You are using the b43 driver from linux-2.6.25 or newer" since Fedora 13 had (uname -r) 2.6.33.3-85.fc13.x86_64 kernel in it.

Since the "b43-fwcutter" is already installed, I just had to run:

export FIRMWARE_INSTALL_DIR="/lib/firmware"
wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
tar xjf broadcom-wl-4.150.10.5.tar.bz2
cd broadcom-wl-4.150.10.5/driver

sudo b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta_mimo.o



Doing so, the files "/lib/firmware/b43/ucode15.fw","/lib/firmware/b43/lp0initvals15.fw", "/lib/firmware/b43/lp0bsinitvals15.fw" appeared on my computer. As the name suggests the "b43-fwcutter" cuts these firmware files from the drivers distributed by Broadcom and places them in /lib/firmware/b43.


After the required firmware is installed, just reload the b43 drivers (modprobe b43) or just restart the laptop and you should have the wireless card working :).

 

 

Link Text: http://praveenkpal.blogspot.com/2010/05/firmware-file-b43ucode15fw-not-found.html

分享到:
评论

相关推荐

    DELL R410-debian 6.0 网卡驱动文件

    (3)在安装debian时,出现load missing firmware file时,按 ctrl+alt+F2 到另一个界面,回车进入控制台。挂载U盘: mount /dev/sdb1 /mnt (我的情况是U盘为 /dev/sdb1,可以用fdisk-l来查看) (4)ctrl+alt+F1 ...

    firmware-realtek_20190114-2_all.deb

    * Realtek RTL8723AE rev B firmware (rtlwifi/rtl8723fw_B.bin) * Realtek RTL8723AE rev A firmware (rtlwifi/rtl8723fw.bin) * Realtek RTL8821AE firmware, version 29 (rtlwifi/rtl8821aefw_29.bin) * ...

    debian8.3博通网卡bcm5716 linux安装bug firmware bnx2

    在安装debian 8.3时遇到bcm5716网卡安装不上问题,在最后可以把压缩包重的估计解压到/lib/firmware/bnx2/ 中,cp bnx2-mips-09-6.2.1a.fw bnx2-mips-09-6.2.1b.fw reboot电脑最终解决。

    TL-WN721N-linux/debian驱动/htc_9271.fw

    其中,"htc_9271.fw"是这个驱动的核心部分,可能是一个固件(Firmware)文件,用于设备的硬件控制和初始化。 在描述中,提到"TP_LINK 的TL-WN721N的网卡驱动htc_9271.fw,htc_7010.fw",表明驱动包含两个固件文件,...

    Firmware-master.zip

    [Releases](https://img.shields.io/github/release/PX4/Firmware.svg)](https://github.com/PX4/Firmware/releases) [![DOI](https://zenodo.org/badge/22634/PX4/Firmware.svg)]...

    戴尔R710 网卡驱动

    在安装debian 时,系统提示缺少bnx2-mips-09-6.2.1a.fw网卡驱动,这里搜集了 缺少的两个驱动文件bnx2-mips-09-6.2.1a.fw、bnx2-rv2p-09-6.0.17.fw 将这两个文件拷贝到U盘(不要拷贝到U盘安装盘)中,选择从...

    kernel-firmware-2.6.32-754.11.1.el6.noarch.rpm

    kernel-firmware-2.6.32-754.11.1.el6.noarch.rpm

    kernel-firmware-2.6.32-642.15.1.el6.noarch.rpm

    kernel-firmware-2.6.32-642.15.1.el6.noarch.rpm

    .fw解包工具

    《.fw解包工具及其应用详解》 在IT领域,固件(Firmware)是存储在硬件设备中的软件,它控制设备的操作,并提供与操作系统和其他软件的交互接口。特别是对于播放器这类电子设备,固件的更新和优化往往能够提升设备...

    修改Android开机画面.doc

    cpio -i -F ../ramdisk.img ``` 接着,通过`cpio`的`-t`选项列出当前目录中的所有文件,并将`initlogo.rle`添加到列表中,创建一个新的文本文件`list`。修改后的`list`文件应该包含以下内容: ``` data default.prop...

    HP_Prime_Calculator_Firmware_20180706_hp_calc_prime_

    2018年7月6日发布的固件版本(HP_Prime_Calculator_Firmware_20180706_hp_calc_prime_)是对该设备软件的重要更新,旨在提升性能、增加新功能并修复已知问题,以确保用户拥有最佳的计算体验。 本次固件更新主要包含...

    ( ap6181_sina33m_sc3817r验证通过_20170710_1608没有外层目录.7z

    # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or a...

    EZpad 8 10.1寸linux下触摸屏驱动

    git pull https://github.com/onitake/gslx680-acpi.git cd gslx680-acpi make sudo make install rmmod silead rmmod gslx680_ts_acpi cp silead_ts.fw /lib/firmware/ modprobe gslx680_ts_acpi

    firmware-iwlwifi_0.43_all.deb

    《firmware-iwlwifi_0.43_all.deb:Debian与Ubuntu的无线网卡驱动解决方案》 在信息技术领域,操作系统与硬件设备的兼容性至关重要。对于Linux系统,特别是Debian和Ubuntu这样的发行版,无线网卡驱动是连接网络的...

    linux-firmware-amdgpu:修复W

    修复W: Possible missing firmware /lib/firmware/amdgpu/ 修复步骤 打开终端,逐步复制并插入这些逗号。 第1步git clone "https://github.com/Ritwikrajsingh/linux-firmware-amdgpu.git" 步骤2 cd linux-...

    守护程序:位于https:github.comTriForceXMiyooCFW的主存储库

    按钮配置位置/mnt/.buttons.conf 按钮配置格式x:a:y:b:up:down:left:right:select:start:hold-x:hold-a:hold-y:hold-b:hold-up:hold-down:hold-left:hold-right:hold-select:hold-start 按钮配置默认0:0:0:0:3:4:2:1...

    Repetier-Firmware, 基于Arduino的RepRap 3D 打印机固件.zip

    Repetier-Firmware, 基于Arduino的RepRap 3D 打印机固件 repetier固件- 快速和用户友好的固件安装请在 http://www.repetier.com/firmware/v092 使用你的配置工具,以方便快速的配置。 你可以从在线配置器中得到你...

    Python库 | xiaomi_flashable_firmware_creator_gui-2.3.8.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:xiaomi_flashable_firmware_creator_gui-2.3.8.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    trusted-firmware-m.zip

    PSA TFM,即Trust Firmware-M,是ARM为Cortex-M微控制器系列提供的一个关键组件,它实现了PSA规范的可信执行环境(TEE)部分,为物联网设备提供了坚实的可信基础。 PSA,全称为Platform Security Architecture,是由...

Global site tag (gtag.js) - Google Analytics