Download broadcom wifi driver for centos 7

Download broadcom wifi driver for centos 7

download broadcom wifi driver for centos 7

BCM4352 has been reported as working on CentOS 7.1. Step 1: Determining WLAN chip and installing dependencies. Step 2: Downloading. Download broadcom-wl-6.30.223.271-13.el8.noarch.rpm for CentOS 8 from files for the Broadcom 802.11 Linux STA Driver for WiFi, a Linux device driver for 6.30.223.271-10 - improve SPEC file for RHEL 6.x and 7.x AppStream Metadata. Explains how to install Broadcom b43 firmware and drive for wifi card under Fedora Linux version 29/30/31 using dnf command.
Last night, I just installed Centos 6.6 on my Dell Inspirion 15R 5520. Everything works fine except the wireless device. So here is the steps:

Step 1

[root@blackhat /]# yum groupinstall "Development Tools" 

Step 2

[root@blackhat /]# yum install gcc* compact-* install kernel-devel-$(uname -r) kernel-headers redhat-lsb kernel-abi-whitelists
 

Step 3 : create new directory

[root@blackhat /]# mkdir bcm43142 
[root@blackhat /]# cd bcm43142 

Step 4 : Download the driver from Broadcom official website (https://www.broadcom.com/support/802.11/linux_sta.php) and untar the file


32 bit driver
wget https://www.broadcom.com/docs/linux_sta/hybrid-v35-nodebug-pcoem-6_30_223_248.tar.gz

64 bit driver
[root@blackhat bcm43142]# wget https://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz

Untar the downloaded file
[root@blackhat bcm43142]# tar -xzvf hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz
 

Step 5 : Build the driver

[root@blackhat bcm43142]# make

* When the build completes, it will produce a wl.ko file in the top level directory.

Step 6 : Insmod the driver

[root@blackhat bcm43142]# modprobe lib80211
[root@blackhat bcm43142]# modprobe cfg80211
[root@blackhat bcm43142]# insmod wl.ko

Step 7 : load the wireless device at boot time

[root@blackhat bcm43142]# cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless 
[root@blackhat bcm43142]# depmod -a

That's it, hope it'll help others

REFERENCE
https://www.broadcom.com/docs/linux_sta/README_6.30.223.248.txt
Источник: [https://torrent-igruha.org/3551-portal.html]

Download broadcom wifi driver for centos 7

3 thoughts to “Download broadcom wifi driver for centos 7”

Leave a Reply

Your email address will not be published. Required fields are marked *