It has been using Fedora home Linux. But it comes with a wireless card that drives like some problems, usually, sometimes connecting, sometimes you can't.
A home wireless router that is often not searchable.
Because the family has a network cable so has not cared. There's nothing left to toss. Finally, the wireless card driver is done.
First of all to determine the wireless network card model, LSPCI command can be. The output has the following line, for example.
03:00.0 network controller:broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev. 01)
First go to Broadcom official website to find the driver.
http://www.broadcom.com/support/802.11/linux_sta.php
Http://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz
Follow the instructions on the site to start compiling. The results of various errors, really no language, too lazy to change the source, only to think of other methods. Perhaps the source of Fedora 20 already has a compiled package.
Yum Search Broadcom
Loaded plug-in: Fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* fedora:mirrors.yun-idc.com
* rpmfusion-free:mirror.bjtu.edu.cn
* rpmfusion-free-updates:mirror.bjtu.edu.cn
* rpmfusion-nonfree:mirror.bjtu.edu.cn
* rpmfusion-nonfree-updates:mirror.bjtu.edu.cn
* updates:ftp.sjtu.edu.cn
=============================================================== N/S matched:broadcom ============================ ====================================
B43-fwcutter.x86_64:firmware Extraction Tool for Broadcom wireless driver
B43-openfwwf.noarch:open firmware for some Broadcom 43xx series WLAN chips
B43-tools.x86_64:tools for the Broadcom 43xx series WLAN chip
Bcm43xx-fwcutter.x86_64:firmware Extraction Tool for Broadcom wireless driver
Broadcom-wl.noarch:common files for Broadcom 802.11 STA driver
Crystalhd-firmware.noarch:firmware for the Broadcom Crystal HD Video Decoder
libcrystalhd.i686:Broadcom Crystal HD Device Interface Library
libcrystalhd.x86_64:Broadcom Crystal HD Device Interface Library
There's a broadcom-wl.noarch:common in there. Files for Broadcom 802.11 STA driver
Install a try, after loading and restart the computer, wireless network card Internet all normal.
It seems that the driver problem should first be turned to Yum, which can save a lot of time.
Copyright notice: This article blog original article. Blogs, without consent, may not be reproduced.
ThinkPad E530 Fedora 20 Wireless internet problem