According to linux-wireless, you can install the b43
driver as follows:
Download the b43-fwcutter
from here e,g (b43-fwcutter_019-3_i386.deb
):
wget https://mirrors.kernel.org/ubuntu/pool/main/b/b43-fwcutter/b43-fwcutter_019-3_i386.deb
Then install it:
sudo dpkg -i b43-fwcutter_019-3_i386.deb
Download the broadcom-wl
packge:
wget http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
Install the driver:
export FIRMWARE_INSTALL_DIR="/lib/firmware"
sudo b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" broadcom-wl-5.100.138/linux/wl_apsta.o
Unload driver:
modprobe -r b43 bcma wl brcmsmac
Load the right one (e,g): b43
:
modprobe b43
Edit:
It is possible to install packages on your offline machine through Cube-server , it can be installed also on windows machine ( Online ) to download the needed package:
To install cube-server
on your linux machine, you need to download zip
file through the navigator or using wget
:
wget https://launchpad.net/cube-server/trunk/0.1/+download/cube-server-installer-0.1.98_Linux64bit.zip
to install it run:
unzip cube-server-installer-0.1.119_Linux64bit.zip
./cube-server-installer install
To launch it run: cube-server
Follow the 4 steps described here:
- Install and Run cube-server on Linux
- Install and run Cube Server on Windows
- Download repositories, upgrade outdated installed applications, and
download new applications on Windows ( in your case download the
broadcom-sta-dkms
or the b43fwcutter
, it depends on the model of your wifi-card )
- Install applications on Linux