Quote:
|
Originally Posted by sajadfedorafrum's output.txt file
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
|
That Broadcom chipset is well-known and discussed often here. To use that chipset in Fedora, you need to install a driver for it. The new Broadcom 802.11 STA Linux driver (aka broadcom-wl) is very popular for it in Fedora. It is available in source form from Broadcom and in a yum-installable binary version available from RPM Fusion (very popular). If you can connect to the Internet by wire even temporarily, then it is a simple matter to install the RPM Fusion version with yum.
First, install the RPM Fusion repositories...
Code:
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Then, if you have the i586 or x86_64 kernel...
Code:
su
yum install kmod-wl
Or if you have the i686 PAE kernel...
Code:
su
yum install kmod-wl-PAE
To find out what kernel is running...
If you cannot connect to the Internet by wire to use yum to install this driver, then it is still possible to install it while offline. You need to download the three files you will need from
RPM Fusion and somehow get them on your hard drive to manually install them with the rpm command. You need...
- The common kmod-wl or kmod-wl-PAE (depending on the kernel)
- The kernel-specific kmod-wl
- broadcom-wl
After the driver has been installed, reboot or restart NetworkManager. Then look in the NetworkManager panel applet for a list of available networks. Find yours in the list and connect to it.