One of my subscribers on Youtube asked me to make a video showing him how to install Wifi cards on Linux Distributions and I decided to sha...
One of my subscribers on Youtube asked me to make a video showing him how to install Wifi cards on Linux Distributions and I decided to share it with you guys, so here it is.
The first thing you need to know is that Wifi card comes with something called chip-set, every chip-set has a number that defines its appropriate drivers, and in order to install the driver on Linux we need to know this number and install the driver, and in this video I'm going to show you that.
The command to find the number of your chipset :~$ lspci -vvnn | grep 14e4
Driver - Card/Model
STA Method : BCM4311, BCM4312, BCM4313, BCM4321, BCM4322, BCM43224, BCM43225, **BCM43227, **BCM43228
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
Driver - Card/Model
B43 Method: BCM4306/3, BCM4311, BCM4312, BCM4318, BCM4320
sudo apt-get install b43-fwcutter
sudo apt-get install firmware-b43legacy-installer
sudo modprobe -r b43 ssb wl
sudo modprobe b43

