swearinhagen wrote:
> I can not for the life of me find the sticky you mentioned. Can someone
> point me in the right direction?
>
> I would like to use opensuse as a preferred os, but at the moment all I
> have is vista and ubuntu.
It is in the “Welcome” sticky - about half way down. I have
copy/pasted it here.
=================================================================
If you have a broadcom chip-set, & a wired connection, this command,
in a console, may help
Code:
sudo /usr/sbin/install_bcm43xx_firmware
To install the BCM43xx firmware if you do not have a connection in
Linux, do the following:
Using any method that you have to access the Internet, download this
http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
Then copy it into your home directory. Once you have it there, you
should enter the following:
tar xjf broadcom-wl-4.150.10.5.tar.bz2
sudo mkdir -p /lib/firmware
sudo b43-fwcutter -w /lib/firmware
broadcom-wl-4.150.10.5/driver/wl_apsta_mimo.o
These three commands will skip the download step and extract the
firmware in the same way that the /usr/sbin/install_bcm43xx_firmware does.
Note: If the output of ‘lspci -v’ indicates that you have a BCM4310,
BCM4328 or BCM4329, this procedure will not work. For those cases, you
will need the Windows driver and ndiswrapper.
For those devices that support 802.11a/b/g, 802.11a operation is not
yet supported.
compliments of LarryFinger