Lenovo E431 laptop CentOS system with wireless NIC Driver Installed
Lenovo E431 laptop CentOS system with wireless NIC Driver Installed
View wireless network card models
Lspci | grep Network # BCM43142 Nic
Install required tools/Packages
Yum groupinstall 'development tool'
Yum install kernel-abi-whitelists
Yum install kernel-devel-$ (uname-r)
Run the following command as a common user:
Mkdir-p ~ /Rpmbuild/{BUILD, RPMS, SPECS, SOURCES, SRPMS}
Echo-e "% _ topdir $ (echo $ HOME)/rpmbuild \ n % dist. el $ (lsb_release-s-r | cut-d ". "-f1 ). local "> ~ /. Rpmmacros
Download the wl-kmod * nosrc. rpm package,
Cd ~ /Rpmbuild/SOURCES
Http://elrepo.org/linux/elrepo/el6/SRPMS/wl-kmod-6_30_223_248-2.el6.elrepo.nosrc.rpm wget-c
Download the Broadcom Driver (64-bit)
Http://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz wget-c
Run the following command as a common user:
Rpmbuild -- rebuild -- target = 'uname-m' -- define 'packager huangyandong '~ /Rpmbuild/SOURCES/wl-kmod * nosrc. rpm
Run the following command as root:
Yum remove \ * ndiswrapper \*
Rpm-Uvh/home/huangyandong/rpmbuild/RPMS/kmod-wl * rpm
Restart the machine
CentOS 6.3 BCM4313 Wireless Driver Installation