|
Reed
|
Posted : Wed, 19 March 2008 18:25:02
Subject :
Re: Connection to wireless
I would try installing the windows driver using ndiswrapper.
If you don't have the driver, you should be able to find a download for it on the net or from the broadcom website. If it's in an .exe file, you'll need to extract it first. I just installed the .exe using WINE for an different Broadcom driver, then moved the .inf file from where it installed to a more convenient location.
Here's a guide: https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper
But basically, open the terminal to where the driver file is and type:
sudo ndiswrapper -i
sudo modprobe ndiswrapper
Driver file being the name of your broadcom driver. Probably something like bcm94306.inf.
|