Jul
22
Ubuntu Hardy Broadcom Wireless Setup
July 22, 2008 |
After searching through online documentations and forums, below is the collected step by step guide to setup Broadcom wireless on Ubuntu Hardy.
Step 1 (run in terminal one by one)
echo ‘blacklist bcm43xx’ | sudo tee -a /etc/modprobe.d/blacklist
sudo apt-get install ndiswrapper-utils-1.9
mkdir ~/bcm43xx; cd ~/bcm43xx
Step 2 (run in terminal one by one)
sudo apt-get install cabextract
ftp://ftp.compaq.com/pub/softpaq/sp34001-34500/sp34152.exe
cabextract sp34152.exe
Step 3 (run in terminal one by one)
sudo ndiswrapper -i bcmwl5.inf
ndiswrapper -l
sudo depmod -a
sudo modprobe ndiswrapper
sudo cp /etc/network/interfaces /etc/network/interfaces.orig
echo -e ‘auto lo\niface lo inet loopback\n’ | sudo tee /etc/network/interfaces
sudo ndiswrapper -m
echo ‘ndiswrapper’ | sudo tee -a /etc/modules
echo ‘ENABLED=0′ | sudo tee -a /etc/default/wpasupplicant
Step 4 (run in terminal one by one)
sudo aptitude remove b43-fwcutter
Step 5 (run in terminal one by one)
sudo gedit /etc/init.d/wirelessfix.sh
Step 6
Paste the followings in the opened file(wirelessfix.sh)and make sure you save it before continuing Step 7
#!/bin/bash
modprobe -r b44
modprobe -r b43
modprobe -r b43legacy
modprobe -r ssb
modprobe -r ndiswrapper
modprobe ndiswrapper
modprobe b44
Step 7 (run in terminal)
cd /etc/init.d/ && sudo chmod 755 wirelessfix.sh
Step 8 (run in terminal)
sudo update-rc.d wirelessfix.sh defaults
Step 9 (run in terminal)
Restart your machine
Now your wireless should be working! :) hope it helps :)
Similar Posts
- Linux Ubuntu Install Setup PHP cURL
- Create a Subdomain Virtual Host on Ubuntu
- Make Acer Extensa headphone speakers Work on Ubuntu
- Install and Configure Wine on Ubuntu
- Install and Play Quake III Arena on Ubuntu
- Make Acer Extensa 4620Z Wireless Work on Ubuntu
- Use aMule as eMule alternative on Ubuntu
- Install and Configure LAMP on Ubuntu
- Install and Configure phpMyAdmin on Ubuntu LAMP
- Install and Play Quake 2 on Ubuntu
- Ubuntu Seperate Audio From Video
- Transfer music mp3 to and from iPod Ubuntu
- Ubuntu Best CHM Viewer
- Create Compile and Run .NET on Ubuntu
- Switch Ubuntu Server to Desktop
- Burn Blu-Ray Disc on Ubuntu
- Ubuntu Configure Disable Touchpad
- Play iTunes m4a Files on Linux Ubuntu
- Install and Use Skype on Ubuntu
- Install Java Plugin on Ubuntu Firefox
- Install and Use Audacity on Ubuntu
- Install IE6 using IEs 4 Linux on Ubuntu
- Install and Play Enemy Territory Quake Wars on Ubuntu
- Ubuntu Convert Ogg Flac to mp3
- Install and Play Diablo II on Ubuntu
- Install Run and Play Doom 3 on Ubuntu
- Install and Play Counter Strike on Ubuntu
- Wireless Keyboard with Ubuntu
- Install and Play Quake 4 on Ubuntu
- Install Adobe AIR for Linux Beta on Ubuntu
- Install Google Earth on Ubuntu
- Ubutu Root Password
- Install and Play Unreal Tournament on Ubuntu
- Virus on Ubuntu Wine
- Ubuntu Install Chinese Input
- Install Flash CS on Ubuntu
- Install Photoshop on Ubuntu
- Install and Play Red Alert 2 on Ubuntu
- Open VCD Using VLC on Ubuntu
- Install and Run RealPlayer on Ubuntu
- Ubuntu Nvidia Refresh Rate Problem
- SCIM Filesystem Name Rename Problem
- Using Gmail With Evolution on Ubuntu
- Ubuntu Change Password
- Assign Change Ubuntu Keyboard Shortcuts
- Use MSN on Ubuntu
- Ubuntu DVD Region Reassignment
- Force Quit on Ubuntu
- Ubuntu Upgrade From Gutsy to Hardy Problem Fix
- Burn Audio CD on Ubuntu
Comments
2 Comments so far



































thanks for this great great article. :)
so many stpes to follow, but it works! great article, thanks for sharing!