<div dir="ltr">thanks.<br>as i mentioned, i found the driver buried in the Broadcom, in the basement of the planning  office, where both the lights and stairs had been removed, in an old <br> filing cabinet locked in a disused lavatory with a sign on the door saying “Beware of the Leopard.” here:<br>

<a href="http://www.broadcom.com/support/802.11/linux_sta.php">http://www.broadcom.com/support/802.11/linux_sta.php</a><br>the readme includes detailed instructions on how to install, which i summarized in the following script:<br>

<br>#broadcom wireless driver<br>yum install -y gcc kernel-devel kernel-headers wget #needed to build<br>mkdir broadcom<br>cd broadcom<br>wget <a href="http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_32-v5.60.48.36.tar.gz">http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_32-v5.60.48.36.tar.gz</a><br>

tar xvf hybrid-portsrc-x86_32-v5.60.48.36.tar.gz<br>make clean<br>make<br>rmmod b43<br>rmmod ssb<br>rmmod wl<br>echo "blacklist ssb" >> /etc/modprobe.d/blacklist.conf<br>echo "blacklist b43" >> /etc/modprobe.d/blacklist.conf<br>

modprobe lib80211<br>modprobe ieee80211_crypt_tkip<br>insmod wl.ko<br>cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless <br>depmod -a<br>echo modeprobe wl >> /etc/rc.local<br>cd ..<br>rm -rf broadcom<br>
rm -f hybrid-portsrc-x86_32-v5.60.48.36.tar.gz<br>
<br>worked for me (unfortunately, more than once). half my kingdom for whoever writes a default package that includes low-level driver for the major arch's of wireless out there. <br><br>Ehud<br><br><br><br><div class="gmail_quote">

On Mon, Apr 26, 2010 at 5:53 PM, Tony Godshall <span dir="ltr"><<a href="mailto:tony@of.net">tony@of.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

...<br>
[Rick wrote]<br>
<div class="im">> And, you know what?  I'm betting that your sole problem is not having<br>
> that firmware image, so you may now be in luck.<br>
</div>...<br>
<br>
[my 2c]<br>
If the system identifies the right driver but there's no firmware for<br>
it, dmesg should show you a message to that effect.  It did when I had<br>
to configure "the dreaded b43".<br>
# dmesg|egrep -i 'firmware|b43'<br>
<font color="#888888"><br>
Tony<br>
</font></blockquote></div><br></div>