$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Rocky Linux 9 Broadcom-wl Driver Installation – Step-by-step

December 1, 2022 | By the+gnu+linux+evangelist.

GNU/Linux Rocky 9 Installing Broadcom-wl Driver Guide

Hi! The Tutorial shows you Step-by-Step How to Install Broadcom Wl Wi-Fi/Bluetooth Driver in Rocky Linux 9 GNU/Linux.

And Broadcom Wireless Cards for Rocky Linux 9 needs Proprietary Software (called “Firmware”) that Runs on the Wireless Chip itself to Work Properly.

Especially relevant: we provide here to Source Code Setup cause this Driver currently is Not in any EL Repository.

Moreover, the broadcom-wl Driver Supports the following Broadcom Wireless Chipsets:

  • BCM4311
  • BCM4312
  • BCM4313
  • BCM4321
  • BCM4322
  • BCM4331
  • BCM4352
  • BCM4360
  • BCM43142
  • BCM43224
  • BCM43225
  • BCM43227
  • BCM43228

Moreover, for BCM4306, BCM4309, and BCM4318 see instead: B43 Wireless Driver.

Last, for Newest Chipsets you should see instead: Brcmfmac Driver and Firmware Setup Guide

How to Install Broadcom Wi-Fi Driver in Rocky Linux 9 - Featured
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on Rocky Linux

    Terminal Rocky Linux QuickStart Guide
  2. 2. Installing Dependencies

    Then to Install Required Software
    First, you are recommended to Upgrade your System with:

    sudo dnf upgrade
    In case of a New Kernel Setup then Reboot with:
    sudo reboot
    Then run:
    sudo dnf install kernel-devel dkms
    Again to Enable DKMS Service play:
    sudo systemctl enable dkms
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

Contents