LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-11-2023, 12:51 PM   #1
Matr1x-101
LQ Newbie
 
Registered: Feb 2022
Location: UK
Posts: 9

Rep: Reputation: 0
Question Bluetooth not working on computer


Hello,
So my bluetooth stopped working a few months ago. I've pretty much ignored he issue until now, when I need it for some bluetooth headphones.

When I ran
Code:
sudo systemctl status bluetooth
I got

Code:
$ systemctl status bluetooth
○ bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: inactive (dead)
       Docs: man:bluetoothd(8)

Feb 14 17:45:22 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Feb 14 17:45:54 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Feb 14 17:50:01 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Feb 14 17:53:25 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Feb 14 17:54:48 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
But then, I did
Code:
sudo modprobe bluetooth
and
Code:
sudo systemctl restart bluetooth
and I now get:

Code:
$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Thu 2023-05-11 18:46:28 BST; 2s ago
       Docs: man:bluetoothd(8)
   Main PID: 11111 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 19110)
     Memory: 2.1M
        CPU: 19ms
     CGroup: /system.slice/bluetooth.service
             └─11111 /usr/lib/bluetooth/bluetoothd

May 11 18:46:28 matrix-desktop bluetoothd[11111]: Bluetooth daemon 5.66
May 11 18:46:28 matrix-desktop systemd[1]: Started Bluetooth service.
May 11 18:46:28 matrix-desktop bluetoothd[11111]: Starting SDP server
May 11 18:46:28 matrix-desktop bluetoothd[11111]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
May 11 18:46:28 matrix-desktop bluetoothd[11111]: src/plugin.c:plugin_init() Failed to init vcp plugin
May 11 18:46:28 matrix-desktop bluetoothd[11111]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
May 11 18:46:28 matrix-desktop bluetoothd[11111]: src/plugin.c:plugin_init() Failed to init mcp plugin
May 11 18:46:28 matrix-desktop bluetoothd[11111]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
May 11 18:46:28 matrix-desktop bluetoothd[11111]: src/plugin.c:plugin_init() Failed to init bap plugin
May 11 18:46:28 matrix-desktop bluetoothd[11111]: Bluetooth management interface 1.22 initialized
My kernel version:
Code:
$ uname -a
Linux matrix-desktop 6.1.25-1-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Apr 20 13:48:36 UTC 2023 x86_64 GNU/Linux
As you can see, I'm running Manjaro.

Feel free to ask for more diagnostic data!
 
Old 05-12-2023, 12:08 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,145
Blog Entries: 21

Rep: Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482
Well. Waited for manjero user to answer.

Might help. Might not. Dude uses mac address to connect.

https://somedudesays.com/2019/10/blu...ian-or-ubuntu/

what do you get with the command

Code:
blueman-manager
and

Code:
blueman-applet
Lastly

https://linuxhint.com/troubleshoot-bluetooth-manjaro/
 
1 members found this post helpful.
Old 05-12-2023, 02:50 PM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,726

Rep: Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973Reputation: 7973
Quote:
Originally Posted by Matr1x-101 View Post
Hello, So my bluetooth stopped working a few months ago. I've pretty much ignored he issue until now, when I need it for some bluetooth headphones. When I ran
Code:
sudo systemctl status bluetooth
I got
Code:
$ systemctl status bluetooth
○ bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: inactive (dead)
       Docs: man:bluetoothd(8)

Feb 14 17:45:22 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Feb 14 17:45:54 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Feb 14 17:50:01 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Feb 14 17:53:25 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Feb 14 17:54:48 matrix-desktop systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
But then, I did
Code:
sudo modprobe bluetooth
and
Code:
sudo systemctl restart bluetooth
and I now get:
Code:
$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Thu 2023-05-11 18:46:28 BST; 2s ago
       Docs: man:bluetoothd(8)
   Main PID: 11111 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 19110)
     Memory: 2.1M
        CPU: 19ms
     CGroup: /system.slice/bluetooth.service
             └─11111 /usr/lib/bluetooth/bluetoothd

May 11 18:46:28 matrix-desktop bluetoothd[11111]: Bluetooth daemon 5.66
May 11 18:46:28 matrix-desktop systemd[1]: Started Bluetooth service.
May 11 18:46:28 matrix-desktop bluetoothd[11111]: Starting SDP server
May 11 18:46:28 matrix-desktop bluetoothd[11111]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
May 11 18:46:28 matrix-desktop bluetoothd[11111]: src/plugin.c:plugin_init() Failed to init vcp plugin
May 11 18:46:28 matrix-desktop bluetoothd[11111]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
May 11 18:46:28 matrix-desktop bluetoothd[11111]: src/plugin.c:plugin_init() Failed to init mcp plugin
May 11 18:46:28 matrix-desktop bluetoothd[11111]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
May 11 18:46:28 matrix-desktop bluetoothd[11111]: src/plugin.c:plugin_init() Failed to init bap plugin
May 11 18:46:28 matrix-desktop bluetoothd[11111]: Bluetooth management interface 1.22 initialized
My kernel version:
Code:
$ uname -a
Linux matrix-desktop 6.1.25-1-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Apr 20 13:48:36 UTC 2023 x86_64 GNU/Linux
As you can see, I'm running Manjaro. Feel free to ask for more diagnostic data!
Might help if you told us what version of Manjaro and on what kind of hardware. Have you tried running "sudo rfkill list"? Is this a laptop, and if so have you checked the bluetooth switch to see if the device is actually on/enabled? Looked at the BIOS settings?
 
  


Reply

Tags
bluetooth, manjaro



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Bluetooth not working in Linux Mint 21 - No Bluetooth adapters detected ben44b Linux - Hardware 3 02-27-2023 08:58 PM
[SOLVED] Bluetooth Stopped Working "Unknown Bluetooth Controller in /etc/bluetooth/main.conf" PasBern Linux - Hardware 5 06-15-2021 10:39 AM
Wifi not working on one computer, but working on another computer with same distro Derekiya Linux - Networking 4 06-02-2020 07:57 AM
[SOLVED] bluetooth dongle + bluetooth speaker but no sound on the bluetooth speaker vonbiber Slackware 4 05-11-2017 09:53 AM
Bluetooth not working on FC6 with Targus USB bluetooth adapter mikevicious Linux - Software 1 12-11-2009 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration