Thank you for the prompt reply.
I did a lot of things. I will list them all here.
First, I enabled access to both the free and the nonfree RPM fusion repositories from https://rpmfusion.org/Configuration and did dnf install broadcom-wl
.
Then, I rebooted the laptop and then nothing happened, i.e., there was an error on the screen (white text on a completely black screen) that would not allow me to move beyond that area. I thought that I had (for the lack of a better term) bricked my laptop.
Next, I did some research on online forums and found a comment which stated how installing broadcom-wl without upgrading the system caused problems for the user. I followed that comment made by the user and the instructions in the post by the original poster to get my WIFI working.
I took the following steps:
- Booted with previous kernel in the GRUB menu
dnf remove broadcom-wl
sudo dnf upgrade
sudo dnf install broadcom-wl
sudo dnf install kernel-devel-$(uname -r)
sudo akmods --force
sudo depmod -a
sudo modprobe wl
After taking all these steps, I now have WIFI but still do not have bluetooth.
If I go to settings, it shows the same message - No Bluetooth Found.