Langsung ke konten utama

Postingan

Menampilkan postingan dari November 19, 2015

Installing driver for Broadcom 802.11b/g wireless cards

This tutorial is applicable to LinuxMint Debian Edition for it doesn't come with the Hardware Driver option ( System->Administration->Hardware Drivers ) found in Ubuntu and LinuxMint. Installing LMDE will not automatically install the driver for you so you have to manually do it from the Terminal. Steps are outlined below: You are required to connect to the Internet with the LAN interface before proceeding. 1.) After successfully installing LMDE, you have to update it first prior to installing the driver. sudo apt-get update && sudo apt-get upgrade 2.) After a successfull update, we can now install the desired driver for our Broadcom wireless card: sudo apt-get install b43-fwcutter firmware-b43-installer All you have to do is wait for the installation to finish and you will be able to use the Broadcom wifi card. [March 19, 2011] Here's an update if you're trying to install the driver on a netbook with low-power b43 chipset: sudo apt-get install ...