I'm new to Fedora and am currently running a Broadcom 4312 wi-fi card. I have to manually install the drivers from a Terminal whenever I want to use it, using the following process as root from the directory where the driver resides:
# modprobe lib80211
# modprobe cfg80211
# insmod wl.ko
This enables the wi-fi card and it works without issue. What I was hoping, however, is that somebody could tell me how to get these commands to execute on startup. Or if that is even possible. Also, I should note that I'm using Blag (Fedora 14-based), rather than the latest Fedora distro.
# modprobe lib80211
# modprobe cfg80211
# insmod wl.ko
This enables the wi-fi card and it works without issue. What I was hoping, however, is that somebody could tell me how to get these commands to execute on startup. Or if that is even possible. Also, I should note that I'm using Blag (Fedora 14-based), rather than the latest Fedora distro.