Saturday, 3 May 2014

WiFi on my HP Pavilion laptop #3

Another effort to get my wifi modem working on Linux Mint XFCE
From the reading that I have done it seems like the fixes are for Debian, or Linux Mint LMDE (which is based on Debian as opposed to the "normal" one that is based on Ubuntu)
So, I'll load LMDE or Debian and see how I go with that.

This is what I tried...

http://community.linuxmint.com/tutorial/view/379

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 b43-fwcutter firmware-b43-lpphy-installer

No comments:

Post a Comment