compiling the kernel 2.6.37.1 on debian squeeze you can not install and compile the driver broadcom-being that are used for the following squede wifi:
Broadcom's BCM4311-, BCM4312-, BCM4313 -, BCM4321-, BCM4322-,-BCM43224, BCM43225, and, BCM43227 and BCM43228-
I found a solution Blog Italian mint.
download drivers from here: http://www.broadcom.com/support/802.11/linux_sta.php
created a workbook wifi calling, move and unpack the compressed file into the folder you just created.
cd wifi
zxff hybrid-tar-portsrc_x86_32 v5_100_82_38.tar.gz
look for the wire and src / wl / sys / wl_linux.c
apritolo with gedit rc/wl/sys/wl_linux.c
sostituite la riga i nit_MUTEX(&wl->sem);
con questa sema_init(&wl->sem, 1);
salvate ed uscite.
compilate i driver scrivendo:
make
sudo make install
load the kernel module.
sudo depmod-a
sudo modprobe wl
0 comments:
Post a Comment