Hello to all;
I have made a clean Lenny installation in a HP Pavilion dv5 1112es, everything has been ok until I'vre reached the wi-fi configuration.
This is my uname -a
Code:
Linux dharma 2.6.26-2-686 #1 SMP Wed Nov 4 20:45:37 UTC 2009 i686 GNU/Linux
this is my card according to lspci:
Code:
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
and the chip model, following
linuxwireless.org
Code:
# lspci -vnn | grep 14e4
02:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
So I've got BCM4312 802.11b/g - low power which uses b43 driver. I install b43-fwcutter with aptitude, agree to install the firmware and everything seems to go ok, but after reboot there is no sign of wl.
Code:
# iwconfig
lo no wireless extensions
eth0 no wireless extensions
I was told to modprobe driver b43
Code:
# modprobe b43
# lsmod | grep b43
b43 110716 0
ssb 33476 1 b43
rfkill 5652 1 b43
pcmcia 29548 2 b43,ssb
firmware_class 6816 2 b43,pcmcia
rng_core 3940 1 b43
mac80211 139776 1 b43
led_class 3908 1 b43
input_polldev 3752 1 b43
pcmcia_core 31892 3 b43,ssb,pcmcia
In dmesg
Code:
[ 232.440371] Broadcom 43xx driver loaded [ Features: PMLR, Firmware-ID: FW13 ]
but still no trace of wifi. After some more google and searching I was given this web site:
http://aptgetinstallanarchism.wordpr...2bg-en-debian/
I updated my linux headers, downloaded the file from
http://www.broadcom.com/support/802.11/linux_sta.php, make a temp directoy in my home, uncompress the file and got this error
Code:
# make -C /usr/src/linux-headers-$(uname -r) M=$(pw d)
make: se ingresa al directorio `/usr/src/linux-headers-2.6.26-2-686'
LD /home/paquito/broadcom/built-in.o
CC [M] /home/paquito/broadcom/src/wl/sys/wl_linux.o
CC [M] /home/paquito/broadcom/src/wl/sys/wl_iw.o
CC [M] /home/paquito/broadcom/src/shared/linux_osl.o
LD [M] /home/paquito/broadcom/wl.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: modpost: missing MODULE_LICENSE() in /home/paquito/broadcom/wl.o
see include/linux/module.h for more information
CC /home/paquito/broadcom/wl.mod.o
LD [M] /home/paquito/broadcom/wl.ko
make: se sale del directorio `/usr/src/linux-headers-2.6.26-2-686'
And I have stalled here, don't know what might be wrong. I suppose the problem now is in the compilation process, but I'm not sure. Can anybody give me a hand please?
Thanks a lot