On 01/22/2010 10:36 AM, NippoScanzanese wrote:
>
> So, I’ve tried to do all your solutions but that solutions are very
> difficul for me!
>
> Typing ‘sudo /usr/sbin/install_bcm43xx_firmware’ it’s impossible
> because I don’t have internet connection and I can’t download the
> firmware.
>
> I’ve downloaded the kernel 2.6.32 sources but I don’t know how built
> that kernel.
>
> I’ve dowloaded the Broadcom-wl driver but what I’ve to do after?
If you don’t have an internet connection, how did you download the kernel sources?
To build the kernel, do the following:
\
tar jxvf linux-2.6.32.tar.bz2
cd linux-2.6.32
cp /proc/config.gz config.gz
gunzip config.gz
cp config .config
make xconfig
At this point, check under “Device Drivers” => “Network device support” =>
“Wireless LAN” => “Broadcom 43xx wireless support” and make certain that
“Support for low-power (LP PHY) devices” is checked.
Save the new configuration and then enter the command “make”. Once that
finishes, use the command “sudo make modules_install install”. Once that
completes, you can reboot. There will be a new entry in your GRUB menu.
Before the various “make” commands will work, you may have to install some
packages from the DVD.
Do NOT run as root when you build the kernel. This is very important!!!
If you do not have Internet access from Linux, you should download the file
http://mirror2.openwrt.org/sources/broadcom-wl-4.178.10.4.tar.bz2 by whatever
means you have, and copy it into your home directory.
You should then install the package “b43-fwcutter”, if not already available.
Then run the command
sudo b43-fwcutter -w /lib/firmware broadcom-wl-4.178.10.4/linux/wl_apsta.o
At this point, your should be able to configure your wireless.