The b43/b43legacy drivers require proprietary firmware to be loaded onto the wireless chip before it can operate.
Did you click the links that was given to you on the first reply. This has been a solved issue that always comes up for years now. years.
this is your eth0
Quote:
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05))
|
this will be your eth1 or visa versa.
Quote:
Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
|
Two drivers one is open source one isn't.
For the BCM43 we have
you will need the cutter.
http://slackbuilds.org/repository/14.../b43-fwcutter/
then you will need the firmware.
http://slackbuilds.org/repository/14.../b43-firmware/
the question should be why do we have such problems with the open source driver and the latest kernel.
the firm ware is needed for the radio functions. the firmware cutter is a proprietary tool that can be down loaded but not distributed.
if using the proprietary one then the open source driver must be blacklisted.
The real problem is it isnt finding the firmware. and probably because it is looking in /lib/firmware/your firmware. but you will notice it is in the /lib/firmware/brcm folder And that is for the USB driver.. because for years the broadcom-driver driver firmware was in /lib/firmware/bcm43 or b43 or just in /lib/firmware.
For other distro's it had other places like hotplug. As you know slackware used the vanilla kernel and the firmware comes with the kernel. I used the slackbuild way after a few years of doing it this way.
http://wireless.kernel.org/en/users/Drivers/b43
This explains it all. google is cool stuff