Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Bluetooth refuse to turn on

  1. #1
    Join Date
    Jun 2020
    Beans
    7

    Bluetooth refuse to turn on

    Hi everyone! New to here and ubuntu as well. Several days ago, the bluetooth work perfectly fine. But until today, it stopped working.

    I have been google around and try numerous method to fix it, but the bluetooth still refuse to enable. Apply the method and reboot, also the same. Bluetooth toggle still stuck at off in the settings.

    Can anyone comment on this problem?

    My ubuntu 18.04.4 LTS

    Edit:

    I tried running such command before. Still not avail.
    sudo rmmod btusb
    sleep 1
    sudo modprobe btusb
    sudo apt-get install --reinstall bluez
    Attached Images Attached Images
    Last edited by dragon528; June 15th, 2020 at 05:20 AM.

  2. #2
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Bluetooth refuse to turn on

    You haven't said what you did.
    Go here and follow the link. Find if it helps:
    https://computingforgeeks.com/connec...inux-terminal/

  3. #3
    Join Date
    Jun 2020
    Beans
    7

    Re: Bluetooth refuse to turn on

    Quote Originally Posted by VMC View Post
    You haven't said what you did.
    Go here and follow the link. Find if it helps:
    https://computingforgeeks.com/connec...inux-terminal/

    Sorry that my question is so vague. The link you provided is also not working. I attached a rfkill image as reference.
    Attached Images Attached Images

  4. #4
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Bluetooth refuse to turn on

    Did you follow the link completely? What happens when you execute:
    Code:
    bluetoothctl

  5. #5
    Join Date
    May 2010
    Beans
    3,247

    Re: Bluetooth refuse to turn on

    If you restart the Bluetooth service after hibernate, is it OK?
    If not, if you unload then reload the Bluetooth kernel module, is it OK?

  6. #6
    Join Date
    Jun 2020
    Beans
    7

    Re: Bluetooth refuse to turn on

    The result is not as same as the link. Here is the result.
    Attached Images Attached Images

  7. #7
    Join Date
    Jun 2020
    Beans
    7

    Re: Bluetooth refuse to turn on

    I already tried to google around and did a service restart but it still not avail.
    I'm not quite sure about Bluetooth kernel module. I'm still new to ubuntu.

  8. #8
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Bluetooth refuse to turn on

    Did you install per this line:
    Code:
    sudo apt-get -y install bluetooth bluez bluez-tools rfkill
    from the text?

  9. #9
    Join Date
    Jun 2020
    Beans
    7

    Re: Bluetooth refuse to turn on

    Quote Originally Posted by VMC View Post
    Did you install per this line:
    Code:
    sudo apt-get -y install bluetooth bluez bluez-tools rfkill
    from the text?
    Yea, I already completely follow the step. But it still refuse to turn on. I have restart my laptop as well.

    From my windows 10, I have no issue with the Bluetooth.

  10. #10
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Bluetooth refuse to turn on

    Any errors from this output:
    Code:
    dmesg|grep -i bluetooth
    journal might gave more info:
    Code:
    journalctl -b|grep -i bluetooth
    Last edited by VMC; June 16th, 2020 at 04:24 PM.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •