BROADCOM wireless drivers

Latest response

Today I want to share some good news for those users having a BROADCOM WLAN adapter in their machines ... until now we had to build the drivers manually by building the kmod-wl module ourselves. This is not longer necessary, because RPM Fusion now provides an akmod-wl drivers module for RHEL. All we have to do is add/enable some repositories and install the drivers. A big improvement (as a side effect) is, that the drivers don't have to be reinstalled after each major kernel upgrade. Thanks to the RPM Fusion maintainers for providing this convenient solution.

sudo subscription-manager repos --enable rhel-7-server-extras-rpms
sudo subscription-manager repos --enable rhel-7-server-optional-rpms

sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo rpm -Uvh https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
sudo rpm -Uvh https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm

sudo yum update
sudo yum install akmod-wl

Regards,
Christian

Responses