Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Bluetooth status: inactive (dead)

To check the status of your Bluetooth, use:

sudo systemctl status bluetooth.service

Then consider two possible solutions:

  1. Enable bluetooth via systemctl:

    sudo systemctl enable bluetooth.service
    
  2. Check if your bluetooth is blacklisted:

    1. sudo vi /etc/modprobe.d/blacklist.conf

    2. 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.

Tags:

Bluetooth

Drivers

15.04

Related

How to block input to webcam? Is there software which time- tracks window & application usage? CPU temperature embedded in Bash command prompt How do I resize an ext4 partition beyond the 16TB limit? Terminal command for changing ibus keyboard layout? What is the correct pronunciation of Xubuntu? How to write a script which works with or without arguments? Printer stack on processing - failed to read ppd file VLC Pixelated Video When Skipping Timestamp in Exec= line of .desktop file possible? Install second network interface on virtualized Ubuntu Server How to write en and em dashes?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy