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
[April 26, 2011]
Updating my LMDE with the latest kernel had my broadcom wireless messed up. In order to have my connection back, I had to use a different set of commands.
sudo -i
apt-get install module-assistant wireless-tools broadcom-sta-common broadcom-sta-source
m-a a-i broadcom-sta
echo "blacklist brcm80211" >>/etc/modprobe.d/broadcom-sta-common.conf
update-initramfs -u -k $(uname -r)
modprobe -r b44 b43 b43legacy ssb brcm80211
modprobe wl
iwconfig
Now, it's working fine. You had to issue this command whenever you have to upgrade your current kernel.
sources : http://community.linuxmint.com/tutorial/view/379
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
[April 26, 2011]
Updating my LMDE with the latest kernel had my broadcom wireless messed up. In order to have my connection back, I had to use a different set of commands.
sudo -i
apt-get install module-assistant wireless-tools broadcom-sta-common broadcom-sta-source
m-a a-i broadcom-sta
echo "blacklist brcm80211" >>/etc/modprobe.d/broadcom-sta-common.conf
update-initramfs -u -k $(uname -r)
modprobe -r b44 b43 b43legacy ssb brcm80211
modprobe wl
iwconfig
Now, it's working fine. You had to issue this command whenever you have to upgrade your current kernel.
sources : http://community.linuxmint.com/tutorial/view/379
Komentar
Posting Komentar