Quote:
|
Originally Posted by jFord
Should I start from the beginning and try again?
|
Yes, do it again, but not necessarily from the beginning. You already downloaded tarball (first step). And you probably got it untarred (second step). Start again where the commands stopped completing successfully. I just tried those steps again myself and they all still worked okay.
I was able to produce this error message by not changing directories to the /driver subfolder (the third step)...
Quote:
|
Originally Posted by b43-fwcutter when the terminal is not in the /driver folder
Code:
Cannot open input file wl_apsta_mimo.o
|
I produced this error message by attempting the final command without getting root privileges with the preceding
su command (the fourth step)...
Quote:
|
Originally Posted by the b43-fwcutter command without root privileges
Code:
This file is recognised as:
ID : FW13
filename : wl_apsta_mimo.o
version : 410.2160
MD5 : cb8d70972b885b1f8883b943c0261a3c
Extracting b43/pcm5.fw
failed to open file: Permission denied
|
I produced this error by omitting
-w in the b43-fwcutter command (fifth step)...
Quote:
|
Originally Posted by the b43-fwcutter command without -w
Code:
Sorry, the input file is either wrong or not supported by b43-fwcutter.
This file has an unknown MD5sum d41d8cd98f00b204e9800998ecf8427e.
|
Did any of that help? If not, then run the steps again. When it fails, copy the entire terminal output and paste it in your next post for readers to examine for typos and errors. Here is my terminal output when I tried the steps...
Code:
[user@localhost ~]$ wget http://downloads.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
--2011-09-07 07:34:21-- http://downloads.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
Resolving downloads.openwrt.org... 78.24.191.177
Connecting to downloads.openwrt.org|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3888794 (3.7M) [text/plain]
Saving to: “broadcom-wl-4.150.10.5.tar.bz2”
100%[======================================>] 3,888,794 692K/s in 7.5s
2011-09-07 07:34:29 (508 KB/s) - “broadcom-wl-4.150.10.5.tar.bz2” saved [3888794/3888794]
[user@localhost ~]$ tar xjf broadcom-wl-4.150.10.5.tar.bz2
[user@localhost ~]$ cd broadcom-wl-4.150.10.5/driver
[user@localhost driver]$ su
Password:
[root@localhost driver]# b43-fwcutter -w /lib/firmware wl_apsta_mimo.o
This file is recognised as:
ID : FW13
filename : wl_apsta_mimo.o
version : 410.2160
MD5 : cb8d70972b885b1f8883b943c0261a3c
Extracting b43/pcm5.fw
Extracting b43/ucode15.fw
Extracting b43/ucode14.fw
Extracting b43/ucode13.fw
Extracting b43/ucode11.fw
Extracting b43/ucode9.fw
Extracting b43/ucode5.fw
Extracting b43/lp0bsinitvals15.fw
Extracting b43/lp0initvals15.fw
Extracting b43/lp0bsinitvals14.fw
Extracting b43/lp0initvals14.fw
Extracting b43/a0g1bsinitvals13.fw
Extracting b43/a0g1initvals13.fw
Extracting b43/b0g0bsinitvals13.fw
Extracting b43/b0g0initvals13.fw
Extracting b43/lp0bsinitvals13.fw
Extracting b43/lp0initvals13.fw
Extracting b43/n0absinitvals11.fw
Extracting b43/n0bsinitvals11.fw
Extracting b43/n0initvals11.fw
Extracting b43/a0g1bsinitvals9.fw
Extracting b43/a0g0bsinitvals9.fw
Extracting b43/a0g1initvals9.fw
Extracting b43/a0g0initvals9.fw
Extracting b43/b0g0bsinitvals9.fw
Extracting b43/b0g0initvals9.fw
Extracting b43/a0g1bsinitvals5.fw
Extracting b43/a0g0bsinitvals5.fw
Extracting b43/a0g1initvals5.fw
Extracting b43/a0g0initvals5.fw
Extracting b43/b0g0bsinitvals5.fw
Extracting b43/b0g0initvals5.fw
P.S.: I just want to remind you and any future readers that the five steps with which you are struggling take about thirty seconds to do, not two or three days. None of the problems you have described here are inherently related to the steps that I outlined. You have been making simple errors related to using the terminal and entering commands at its command prompt. The command line interface (aka CLI) is very useful but very unforgiving of mistakes and errors. I don't want you or anyone else reading this to think that what you are doing is something long and complicated. It isn't. After you've done it once, it can be even faster by saving a copy of the extracted .fw files in a safe place and merely copying them to new installtions (and not just Fedora either). I've been doing that for what seems like several years now. If you find b43 and this firmware working for you, then you can do that, too. Just save the .fw firmware files somewhere and simply copy them to /lib/firmware/b43 from now on.