After a recent install of Fedora 14, I had to build the firmware for my Broadcom 4311 wireless nic. I got the wireless working, but only after adding modprobe b43 to the rc.local file.
On every boot, however, I am now get a message stating:
Bringing up interface Auto_Tigris_Connecticus: Device does not seem to be present, delaying initialization.
[FAILED]
My understanding is that the rc.local file is loaded after the other "normal" boot steps, so I am thinking that the modprobe b43 statement should be added elsewhere. Can someone point me in the right direction as to where to add module b43 in the boot process to make sure that I dont receive these (admittedly harmless) boot messages?