Installing
-
3. Launching Terminal
Open a Shell Session
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
4. Trasferring Packages
First, copy the downloaded Stuff on a removable USB Drive
Next, copy Broadcom Wl and Kernel Devel into CentOS 7 System
First, access the USB Key:cd [/path/2/usb]/
But if you are in Trouble to Find it out on Terminal then See: How to Access USB Device.
And Copy the Archives into the Downloads Folder:mkdir ~/Downloads/kmod-wl
cp kmod*.rpm broadcom*.rpm kernel-devel*.rpm ~/Downloads/kmod-wl
-
5. Installing Broadcom Wl Driver
Now to Install Broadcom B43 Wl Driver
Access the Downloads Folder:cd ~/Downloads/kmow-wl
And finally, to Setup the kmod-wl Broadcom Driver play:
sudo rpm -ivh ./*.rpm
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.Possibly, Reboot you System to load it into the running Kernel:
sudo reboot
Contents