I tried implementing the help from this url:
http://www.linuxquestions.org/questi...d.php?t=537714
I did every thing but received this message after typing this command.
[root@localhost lex]# modprobe ndiswrapper
[root@localhost lex]# dmesg |grep ndiswrapper
ndiswrapper version 1.38 loaded (preempt=no,smp=yes)
usbcore: registered new interface driver ndiswrapper
It does not seem like the Broadcom wireless I have is binding to the ndiswrapper.
I used a different technique before and I got it work but it was so slow only 11 MB/s. It performs much better in MS Windows. The way I did it before was to use
¨bcm43xx-fwcutter -w bcmwl5.sys¨ to load the firmware for the Broadcom wireless bcm4306.
Extra info:
[root@localhost lex]# uname -ar
Linux localhost.localdomain 2.6.20-1.2933.fc6 #1 SMP Mon Mar 19 11:38:26 EDT 2007 i686 athlon i386 GNU/Linux
modprobe.conf
alias eth0 b44
alias eth1 bcm43xx
alias snd-card-0 snd-ali5451
options snd-card-0 index=0
options snd-ali5451 index=0
remove snd-ali5451 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ali5451
alias wlan0 ndiswrapper