This tutorial will explain how to fix Broadcom 4328 v3 wireless problem in ubuntu karmic
Try unloading the module (sudo modprobe -r wl) then reload the module (sudo modprobe wl). You should now connect, however it may freeze… the broadcom module is a PITA and I had consistent, yet random system lock ups.
The instructions below will compile the most current version of the bcmwl driver and replace the currently supplied version.
This method has the advantage that in the event there is a update, your newer file will simply be replaced during the upgrade. Keep in mind however that in the event there is a kernel update you will have to repeat the process as the update will overwrite your custom wl.ko.
Also keep in mind that since this a closed source binary “blob” YMMV.
Procedure to follow
First you need to download latest broadcom drivers from here
Make a directory and extract the files in the archive
mkdir bcmwl
tar xvf ‘hybrid-portsrc-x86_32-v5.10.91.9.3.tar (1).gz’ -C bcmwl
Compile the source
You will need to install the build-essential and kernel headers packages
sudo apt-get install build-essential kernel-header-`uname -r`
To Compile the driver
cd bcmwl
make clean
make
replace the current driver file with the one that you just compiled.
sudo mv ./wl.ko /lib/modules/`uname -r`/updates/dkms/wl.ko
Related articles
Increase your internet speed with Namebench
Howto setup Second IP address or Virtual IP address to your Networkcard in ubuntu
Debian/Ubuntu GNU/Linux device driver check.
iPhone Tethering on Ubuntu 9.10 (Karmic)
Home »
networking
» How to Fix for Broadcom 4328 v3 wireless problem in Ubuntu 9.10 (Karmic)
How to Fix for Broadcom 4328 v3 wireless problem in Ubuntu 9.10 (Karmic)
Related Posts:
How to Increase your internet speed with NamebenchNameBench is a program that searches for the fastest DNS in your area. After the program is finished searching and comparing between DNS it will give … Read More
Install Freecom Musicpal in Ubuntu FeistyIntroduction Freecom just brought a brand new product to the Dutch market called the “Musicpal“. On the box it says it’s supported for Windows and Mac… Read More
setup Second IP address or Virtual IP address to your Networkcard in ubuntuIf you are a Network Administrator some time you need to assign more than ONE ip address (second ipaddress) to your network card of Ubuntu machine. Fo… Read More
Install Linksys WUSB54GC wireless In Ubuntu/Kubuntu 7.04/7.10This script that can do this very easily. It uses ndiswrapper to install for 32bit or 64bt Ubuntu or Kubuntu. You can get the script from below Fresh… Read More
iPhone Tethering on Ubuntu 9.10 (Karmic)If you’re like me you have an iPhone and a portable computer running Ubuntu and you would like to have mobile internet without paying for an extra dat… Read More
0 comments:
Post a Comment