NovellWinch wrote:
>
> I fear you may have made a couple leaps beyond my knowledge.
>
> By “Install the firmware”, I suspect you are referring to a process
> that involves fwcutter. I’ve tried that previously, but with no
> success. Perhaps you can provide a link to a firmware installation
> procedure that is relatively foolproof.
If you had read the stickies at the beginning of the forum, you would
have seen that as long as you have a network connection, installing
the firmware is as simple as opening a terminal and typing the
one-line command
sudo /usr/sbin/install_bcm43xx_firmware
> Can firmware and ndiswrapper co-exist, or must one be removed to use
> the other?
Firmware is not the driver, but ndiswrapper and the drivers ssb and
b43 cannot all be loaded. It must be one or the other.
> Beyond that, what will I or other users gain by installing the
> firmware? Firmware sounds like a more elegant solution, but are there
> any drawbacks or limitations to it?
Firmware is the code used by the cpu embedded in the chip. The reason
it is not distributed is that Broadcom holds the copyright and refuses
to let anyone redistribute it. We get it only be using one of the
drivers that Broadcom makes available for other systems and extracting
the firmware that is contained within. Incidentally, fwcutter is the
program that extracts the firmware, but with the script above, you do
not have to execute fwcutter directly. The driver has two main
benefits. When the kernel is updated, the driver will be automatically
updated. The second benefit is that your kernel is no longer tainted
and kernel developers will look at any kernel bugs that bite your system.
> As sort of a benchmark, let me note that using ndiswrapper the current
> wireless speed is close to the maximum for a 54g broadcast, the
> computer recognizes draft-n access points , and it is able to connect
> to access points not broadcasting their SSID.
All of that will be essentially the same with the b43 driver. I get
transfers of ~23 Mb/s, which is close to the 27 Mb/s maximum for an
802.11g system. It uses the 802.11g fallback mode of the draft-n AP,
and connecting to a hidden SSID is a function of user-mode software,
not the driver. BTW, hiding your SSID does absolutely nothing to help
your security, and it increases the chance that one of your neighbors
will setup on the same channel that you are using and give you
interference.
Larry