Bluetooth status: inactive (dead)
To check the status of your Bluetooth, use:
sudo systemctl status bluetooth.service
Then consider two possible solutions:
Enable bluetooth via
systemctl
:sudo systemctl enable bluetooth.service
Check if your bluetooth is blacklisted:
sudo vi /etc/modprobe.d/blacklist.conf
If the file has
blacklist btusb
, exit out of the file and run :sudo modprobe btusb
This should enable Bluetooth.
Since your Bluetooth is dead, the second solution is likely to help you.