Initial Linux Installation

Do This The First Time Install Linux

sudo su
apt-get update && apt-get upgrade && apt-get dist-upgrade
apt-get install linux-image-amd64 linux-headers-amd64 broadcom-sta-dkms
modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
modprobe wl

Last updated

Was this helpful?