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:
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
Setup Wireless on a Fujitsu Siemens Li 2727 notebookThis Tutorial will work for all the notebooks in the Fujitsu Siemens range that require a special software switch to activate wifi, although it’s only… Read More
Install Adobe Flash Player 10 in Ubuntu 8.04 (32 bit and 64 bit Hardy heron)15th Oct 2008 adobe released Flash Player version 10.If you want to know what is new in adobe flash player 10 check this.In this tutorial we will see … 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
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
0 comments:
Post a Comment