LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-05-2021, 01:50 AM   #1
realpits
LQ Newbie
 
Registered: Nov 2021
Location: Sofia Bulgaria
Distribution: Kali,Cent,Mint
Posts: 4

Rep: Reputation: Disabled
Bluetooth Connected/Disconnected constantly


Hello Friends,
i have the following problem after yesterday I made a full update/upgrade on both different systems
pc & laptop the following problem appear.
─$ uname -r
5.14.0-kali2-amd64
While i am trying to connect to any Bluetooth device the status show connected and second after that disconnected but it does not connect at all because i don`t hear confirmation sound from the device...
I have got 3 different devices and the situation is the same for all of them:
[bluetooth]# devices
Device 74:45:CE:4A:8E:B6 WH-CH510
Device F8:5C:7D:2F:04:CB JBL Charge 5
Device 04:FE:A1:24:57:87 JBL Flip 4

At the Bluetooth devices Gui when try to connect at the down side of window appears error:
" Connection Failed: No audio endpoints registered "
I have tried:
-to delete the devices then add them again no success via gui - no success
-to delete devices via bluetoothctl --> trust --> pair --> connect - no success
[bluetooth]# pair 74:45:CE:4A:8E:B6
Attempting to pair with 74:45:CE:4A:8E:B6
Failed to pair: org.bluez.Error.AlreadyExists
[bluetooth]# trust 74:45:CE:4A:8E:B6
Changing 74:45:CE:4A:8E:B6 trust succeeded
[bluetooth]# connect 74:45:CE:4A:8E:B6
Attempting to connect to 74:45:CE:4A:8E:B6
Failed to connect: org.bluez.Error.Failed
[bluetooth]# connect 74:45:CE:4A:8E:B6
Attempting to connect to 74:45:CE:4A:8E:B6
Failed to connect: org.bluez.Error.Failed
[CHG] Controller 14:AB:C5:35:71:F3 Class: 0x0030010c
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00005005-0000-1000-8000-0002ee000001
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001108-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001106-0000-1000-8000-00805f9b34fb


-to /etc/init.d/bluetooth restart --> which was working perfecly before update , but not anymore - no
success
-connect the devices to another windows 10 pc connect instantly and stay connected
-connect the devices to another GSM connect instantly and stay connected so i`m 100% sure that its not
by any chance external devices fault
Update:
/etc/init.d/bluetooth restart && pulseaudio --start --> Now the device is succesfully connected but the sound device isn`t avaible into pavucontrol at all
meaning that the sound is playing via the laptop speakers ....



Thanks in advance, i think this will be helpfull solution if we get to it of course
for a lot of people where this problem will happen...
Greets

Last edited by realpits; 11-05-2021 at 03:04 AM.
 
Old 11-05-2021, 10:29 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,661

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by realpits View Post
Hello Friends,
i have the following problem after yesterday I made a full update/upgrade on both different systems pc & laptop the following problem appear.
Code:
$ uname -r
  5.14.0-kali2-amd64
While i am trying to connect to any Bluetooth device the status show connected and second after that disconnected but it does not connect at all because i don`t hear confirmation sound from the device...
I have got 3 different devices and the situation is the same for all of them:
Code:
[bluetooth]# devices
  Device 74:45:CE:4A:8E:B6 WH-CH510
  Device F8:5C:7D:2F:04:CB JBL Charge 5
  Device 04:FE:A1:24:57:87 JBL Flip 4
At the Bluetooth devices Gui when try to connect at the down side of window appears error: "Connection Failed: No audio endpoints registered"
I have tried:
-to delete the devices then add them again no success via gui - no success
-to delete devices via bluetoothctl --> trust --> pair --> connect - no success
Code:
    [bluetooth]# pair 74:45:CE:4A:8E:B6
    Attempting to pair with 74:45:CE:4A:8E:B6
    Failed to pair: org.bluez.Error.AlreadyExists
    [bluetooth]# trust 74:45:CE:4A:8E:B6
    Changing 74:45:CE:4A:8E:B6 trust succeeded
    [bluetooth]# connect 74:45:CE:4A:8E:B6
    Attempting to connect to 74:45:CE:4A:8E:B6
    Failed to connect: org.bluez.Error.Failed
    [bluetooth]# connect 74:45:CE:4A:8E:B6
Attempting to connect to 74:45:CE:4A:8E:B6
Failed to connect: org.bluez.Error.Failed
[CHG] Controller 14:AB:C5:35:71:F3 Class: 0x0030010c
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00005005-0000-1000-8000-0002ee000001
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001108-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[CHG] Controller 14:AB:C5:35:71:F3 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
-to /etc/init.d/bluetooth restart --> which was working perfecly before update , but not anymore - no success
-connect the devices to another windows 10 pc connect instantly and stay connected
-connect the devices to another GSM connect instantly and stay connected so i`m 100% sure that its not by any chance external devices fault
Update:
/etc/init.d/bluetooth restart && pulseaudio --start --> Now the device is succesfully connected but the sound device isn`t avaible into pavucontrol at all meaning that the sound is playing via the laptop speakers ....

Thanks in advance, i think this will be helpfull solution if we get to it of course for a lot of people where this problem will happen...
I bolded and underlined(for emphasis only) what your real issue is. WHY are you using Kali for anything like this?? Read the Kali links in my posting signature, and their own website. They say, specifically, to only use Kali for pentesting/security, and even then they recommend not installing it but using it on a virtual machine. Things like wifi and bluetooth are disabled or otherwise modified intentionally on Kali. Again, that is because it's for security/pentesting purposes, not for playing music/videos or daily use.

There are some things you can do/try, but they aren't going to address your (likely) ongoing issues with using Kali in this manner:
https://www.thetqweb.com/hacking/kal...etooth-issues/
 
Old 11-05-2021, 11:57 AM   #3
realpits
LQ Newbie
 
Registered: Nov 2021
Location: Sofia Bulgaria
Distribution: Kali,Cent,Mint
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
I bolded and underlined(for emphasis only) what your real issue is. WHY are you using Kali for anything like this?? Read the Kali links in my posting signature, and their own website. They say, specifically, to only use Kali for pentesting/security, and even then they recommend not installing it but using it on a virtual machine. Things like wifi and bluetooth are disabled or otherwise modified intentionally on Kali. Again, that is because it's for security/pentesting purposes, not for playing music/videos or daily use.

There are some things you can do/try, but they aren't going to address your (likely) ongoing issues with using Kali in this manner:
https://www.thetqweb.com/hacking/kal...etooth-issues/
Hello,
thanks for your reply
We had completely another hosts for work, entartaiment virtualization backup solutions server etc.
and so on those with Kali i used those are also pentesting our facility and
and to learn something new and interesting, and just because i like the idea of linux and its freedom.
They are installed from 1 year and never had a single issue until this update thats why i`m so curios about.
But i had such problems and with another distributions already.
We don`t rely on that machines in any matter.
Thank for your time and effort

Last edited by realpits; 11-05-2021 at 11:59 AM.
 
Old 11-05-2021, 01:03 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,661

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by realpits View Post
Hello,
thanks for your reply

We had completely another hosts for work, entartaiment virtualization backup solutions server etc. and so on those with Kali i used those are also pentesting our facility and and to learn something new and interesting, and just because i like the idea of linux and its freedom.

They are installed from 1 year and never had a single issue until this update thats why i`m so curios about. But i had such problems and with another distributions already. We don`t rely on that machines in any matter.
So if you have other machines for entertainment and work, why are you using Kali for this??? Again, Kali's own website tells you to NOT use it for the purposes you're using it for. Further, the update could have removed a kernel module that made that device work. Since you say nothing about your hardware, we can't tell you that...the best place for Kali questions would be the Kali forums.

Again: your real solution is to not use Kali.
 
Old 11-12-2021, 12:36 AM   #5
realpits
LQ Newbie
 
Registered: Nov 2021
Location: Sofia Bulgaria
Distribution: Kali,Cent,Mint
Posts: 4

Original Poster
Rep: Reputation: Disabled
Wink

Quote:
Originally Posted by TB0ne View Post
So if you have other machines for entertainment and work, why are you using Kali for this??? Again, Kali's own website tells you to NOT use it for the purposes you're using it for. Further, the update could have removed a kernel module that made that device work. Since you say nothing about your hardware, we can't tell you that...the best place for Kali questions would be the Kali forums.

Again: your real solution is to not use Kali.
Hello to update the topic,
because we don`t just give up
problem was solved with purge pulseaudio && bluez* and reinstall
to the both kali machines + one mint.
Greets thanks for you time
 
Old 11-12-2021, 09:39 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,661

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by realpits View Post
Hello to update the topic, because we don`t just give up
problem was solved with purge pulseaudio && bluez* and reinstall to the both kali machines + one mint. Greets thanks for you time
Congratulations; you reinstalled those things, which was the last thing said on the link you were given. Good luck with the numerous other problems you're going to have using Kali like this, and ignoring the advice you've been given, not only by folks here but the people who WROTE Kali.
 
  


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 Stopped Working "Unknown Bluetooth Controller in /etc/bluetooth/main.conf" PasBern Linux - Hardware 5 06-15-2021 10:39 AM
Constantly getting disconnected from wifi (Can't get in at all) tilgen Linux - Newbie 2 07-30-2020 05:13 AM
[SOLVED] bluetooth dongle + bluetooth speaker but no sound on the bluetooth speaker vonbiber Slackware 4 05-11-2017 09:53 AM
[SOLVED] CPU constantly 50% also pcmanfm constantly respawning. linuxpicaxe Linux - Software 2 09-11-2012 04:45 PM
UART Interrupt get Masked,when Ethernet link is connected and disconnected-AT91SAM9G4 Darshan P Programming 1 11-30-2011 08:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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