LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-29-2020, 06:49 AM   #1
Alok Rai
Member
 
Registered: Aug 2015
Posts: 247

Rep: Reputation: Disabled
Bluetooth issues in LM 19.3 XFCE


Hot on the heels of my success with getting the better of the speaker/headphone issues with my netbook - thank you, all! - I am now emboldened enough to broach my Bluetooth issue with LM 19.3. Basically, I can't get any response when I run the command

systemctl start bluetooth


Is it possible that Bluetooth is not there at all, and would need to be installed? Guidance welcome, and gratefully received!

Alok Rai
 
Old 06-29-2020, 07:11 AM   #2
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
mint should come with bluetooth installed. is there a listing for bluetooth in the menu?
 
Old 06-29-2020, 08:44 AM   #3
Alok Rai
Member
 
Registered: Aug 2015
Posts: 247

Original Poster
Rep: Reputation: Disabled
Thanks, cordx. Mint is there on the menu alright. But running systemctl start bluetooth in Terminal produces no response at all. Perhaps I need to uninstall bluetooth and reinstall it?

AR
 
1 members found this post helpful.
Old 06-29-2020, 02:45 PM   #4
michaelsavage
Member
 
Registered: Apr 2019
Distribution: Linux Mint
Posts: 59

Rep: Reputation: 11
Open system settings. Open Bluetooth and check to see if it is disabled. If it's enabled, you should see your devices.
 
Old 06-29-2020, 11:18 PM   #5
Alok Rai
Member
 
Registered: Aug 2015
Posts: 247

Original Poster
Rep: Reputation: Disabled
Oh, it can "see" the devices alright - but it refuses to have any more to do with them! That's why I thought it might be an idea to uninstall/reinstall Bluetooth.
 
Old 06-30-2020, 05:54 AM   #6
michaelsavage
Member
 
Registered: Apr 2019
Distribution: Linux Mint
Posts: 59

Rep: Reputation: 11
What is the bluetooth device you want to set-up? For a bluetooth pairing, normally a code needs to be entered to allow the device to connect.
 
Old 06-30-2020, 12:09 PM   #7
Alok Rai
Member
 
Registered: Aug 2015
Posts: 247

Original Poster
Rep: Reputation: Disabled
Since the bluetooth gui is not functioning, I thought I would start bluetooth from the Terminal, and then do the scan etc. and get the requisite code for the pairing. But I am unable to start Bluetooth from the Terminal. Any idea why?

Thanks.
 
Old 07-01-2020, 05:56 AM   #8
michaelsavage
Member
 
Registered: Apr 2019
Distribution: Linux Mint
Posts: 59

Rep: Reputation: 11
I thought you said you can see the device in the bluetooth GUI
Quote:
Oh, it can "see" the devices alright
We still do not know what type of device you are trying to pair. We need more information.
Can you give more information on
Quote:
- but it refuses to have any more to do with them!
If you want to see if the bluetooth service is running type
Code:
sudo systemctl status bluetooth.service
check to see if it is "Active (running)" and if there are any errors.
If it is not running you can type
Code:
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
 
1 members found this post helpful.
Old 07-01-2020, 01:03 PM   #9
Alok Rai
Member
 
Registered: Aug 2015
Posts: 247

Original Poster
Rep: Reputation: Disabled
I was unable to get the Bluetooth gui to actually connect to the Bluetooth speaker that I wished to connect to - even though it could see it.

Then I ran the "status" command suggested by you, in Terminal - and the output, here, might hold the clue to why that is:

systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)

Dead sounds pretty final. Any help there?

AR
 
Old 07-01-2020, 01:23 PM   #10
michaelsavage
Member
 
Registered: Apr 2019
Distribution: Linux Mint
Posts: 59

Rep: Reputation: 11
You didn't look at the last set of commands to enable and start the service. Make sure you use sudo
 
Old 07-01-2020, 11:29 PM   #11
Alok Rai
Member
 
Registered: Aug 2015
Posts: 247

Original Poster
Rep: Reputation: Disabled
Here comes the output:

$ sudo systemctl enable bluetooth.service
[sudo] password for alok:
Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable bluetooth
alok@alok-1015CX:~$ sudo systemctl start bluetooth.service
alok@alok-1015CX:~$ sudo systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)
...skipping...
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)


Hope that helps!

Thanks.
 
Old 07-02-2020, 07:05 AM   #12
michaelsavage
Member
 
Registered: Apr 2019
Distribution: Linux Mint
Posts: 59

Rep: Reputation: 11
Can you boot into your BIOS and look to see if bluetooth is disabled there?
 
1 members found this post helpful.
Old 07-03-2020, 09:48 AM   #13
Alok Rai
Member
 
Registered: Aug 2015
Posts: 247

Original Poster
Rep: Reputation: Disabled
Sorry for this laggard response -

I'm afraid I don't know what "boot into my BIOS" might mean - and how I could conceivably do it.

Please tell me.

AR
 
Old 07-04-2020, 07:05 AM   #14
michaelsavage
Member
 
Registered: Apr 2019
Distribution: Linux Mint
Posts: 59

Rep: Reputation: 11
The BIOS software has a number of different roles, but its most important role is to load the operating system. When you turn on your computer and the microprocessor tries to execute its first instruction, it has to get that instruction from somewhere. It cannot get it from the operating system because the operating system is located on a hard disk, and the microprocessor cannot get to it without some instructions that tell it how. The BIOS provides those instructions

The information in this link explains how to access the bios. https://www.tomshardware.com/reviews...ware,5732.html

**Note: Because the BIOS is like the heart of the computer, if you don't know what you are doing, you could brake your computer.**

So, I do not what you to brake your system.
 
Old 07-04-2020, 10:06 AM   #15
Alok Rai
Member
 
Registered: Aug 2015
Posts: 247

Original Poster
Rep: Reputation: Disabled
Thanks. I will try and interrupt the boot sequence and see if there is any useful information there.

And yes, I'll be careful, and try not to break my system! Bluetooth I can live without.

AR
 
  


Reply



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 adapter not found in Manjaro XFCE with Ralink corp. RT3290 Bluetooth controller dhatwalia Linux - Newbie 2 10-13-2018 05:57 AM
[SOLVED] Issues with rtl8723be Bluetooth & Philips SHB3060 bluetooth headphones sabaton Linux - Laptop and Netbook 1 04-18-2018 02:57 PM
[SOLVED] bluetooth dongle + bluetooth speaker but no sound on the bluetooth speaker vonbiber Slackware 4 05-11-2017 09:53 AM
Bluetooth Dongle and Bluetooth Mouse... Any ideas on this one? flipjarg Linux - Newbie 1 07-14-2010 07:04 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 - Newbie

All times are GMT -5. The time now is 06:12 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