Installing
-
7. Copying Packages
Next Copy Packages to USB Key/Drive
On a desktop use the File Manager.
Or from Command Line:cp -r ../kmod-wl ~/media/[myUsbDevice]
Just replace [myUsbDevice] with the current one in the above Command.
-
8. Installing
Then to Set up b43 Driver on Fedora
First, Plug-in the USB Media with kmod-wl Folder on the Fedora 29 Offline System.
Possibly to Find out the USB Device path try:df -h
And Access the Target:
cd ~/media/[myUsbDevice]/kmod-wl
Finally, to Setup b43 Driver:
sudo rpm -ivh ./*.rpm
-
9. Loading
Finally, to Load Wireless Kernel Module
Simply play:sudo modprobe -r wl
sudo modprobe wl
Congrats! Whit this the Wireless Access should be then successfully Enabled on Fedora 29!
So Now I’m truly Happy if My Guide could Help you to Install b43 Driver on Fedora 29!
Contents