No Bluetooth Found - Plug in a dongle to use Bluetooth - Ubuntu 18.04.1 LTS

51,440

Solution 1

First, run this command for switching on devices

hcitool dev

After that run this

sudo systemctl restart bluetooth

for checking status of your, Bluetooth run this

systemctl status bluetooth

Solution 2

You can simply try to perform a cold reboot. It worked in my case.

Share:
51,440
Foobar
Author by

Foobar

Just a random person who like to code and make apps.

Updated on September 18, 2022

Comments

  • Foobar
    Foobar almost 2 years

    I have an issue where my bluetooth randomly cuts out, like so:

    Screenshot_Of_Settings_Menu

    I have read some existing Ask Ubuntu posts on this issue.

    I followed this post: Bluetooth randomly cutting out in Ubuntu

    and ran sudo apt install -y linux-oem and restarted my computer, but I'm still having the error.

    I also looked at this post "No Bluetooth found Plug in a dongle to use Bluetooth"

    but the output of rfkill list all was:

    0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    

    What other fixes are there to this problem?

  • petobens
    petobens about 5 years
    Did not completely fix the issue for me, but at least it helped me get closer as i now have a non-dead output returned from systemctl status for the bluetooth.service.
  • Peter Krauss
    Peter Krauss over 4 years
    All run, status is "systemctl status bluetooth... Active: active (running)", all good.... but not fix the problem.
  • Karan Khurana
    Karan Khurana about 4 years
    did anyone find any solution to this ??
  • Ahmad Anis
    Ahmad Anis almost 4 years
    Any solution please?
  • sassy.geek
    sassy.geek almost 3 years
    tried almost all the possible solution including reinstalling the bluetooth . no fix . any one found any solution yet ?