| Blog | ||
|
Let's finish what I started.. Short summary. My old DELL
Inspiron 5150 has a Broadcom Corporation BCM4306 802.11b/g Wireless LAN
controller HW installed. It does not really work that well with the Linux
drivers that came with Ubuntu.. Sadly but true. I have tried to solve
this problem for a long time without much success, but a few days ago I
got so fed up with the poor performance of the WLAN so I gave it another
go. And, success!
Basically I searched Google a bit and found a
solution with the help of Dopefish Lives and an Ubuntu forum post. I
almost followed Dopefish's instructions to the point, but not quite - so
I will take the time to summarize exactly what I did.
The solution is
to remove the standard Linux driver for the BCM4306 and instead use the
NDIS driver.
This should be enough. But it was not for me..
I had problems loading those modules and found out that it is due to that
Ubuntu loads the modules in the wrong order(?). If it doesn't for you,
run lshw -C network and locate your BCM card. Look for
driver=ndiswrapper+bcmwl5. It is probably not
there..(more probably you find module=ssb)
To fix the load issue, add
the following quick and dirty script. It will unload "all" modules,
then load the ndiswrapper and then re-load them.
Now I max out my 8Mbit/s internet connection
also over WLAN.
Last modified on 2009-12-24 at 15:04:00
This site is powered by ics-blog.
|