Bluetooth connect for 2 seconds and disconnected

Post here if you are a new Porteus member and you're looking for some help.
tejas.au
Ronin
Ronin
Posts: 1
Joined: 20 Apr 2024, 08:45
Distribution: Cinnamon

Bluetooth connect for 2 seconds and disconnected

Post#1 by tejas.au » 20 Apr 2024, 09:29

Dear All, Greetings !

After 13 years of IT career in Windows Finally I am glad to moved to Linux !

I have live Porteus USB and getting bluetooth device (JBL Wireless headset) immediately disconnecting after successful connection. Already applied following fix.

Error - "Connection Failed: br-connection-profile-unavailable"

1. Run Terminal as root user
2. run following command
$getpkg blueman
3. change file permissions
$chmod 755 /etc/rc.d/rc.bluetooth restart


Please help!

Thank you in advance.
TJ

beny
Full of knowledge
Full of knowledge
Posts: 2100
Joined: 02 Jan 2011, 11:33
Location: italy

Bluetooth connect for 2 seconds and disconnected

Post#2 by beny » 22 Apr 2024, 09:28

hi,i don't have cinnamon like desktop but you can start the bluetooth daemon with sudo password toor, sudo /etc/rc.d/rc.bluetooth start and i think that cinnamon have the blueman software by default you can see if you have all the bluetooth options in this way open a terminal and press the esc key:
blueman-adapters
blueman-applet
blueman-manager
blueman-sendto
blueman-services
blueman-tray
bluemoon
bluetoothctl
bluetooth-player
you need the bluetoothctl

Code: Select all

  guest@porteux:~$ bluetoothctl
Waiting to connect to bluetoothd...[bluetooth]# hci0 new_settings: powered bondable ssp br/edr le secure-conn 
[bluetooth]# Agent registered
[bluetooth]# [CHG] Controller 00:1A:7D:DA:71:0D Pairable: yes
[CHG] Device E8:EC:A3:BD:ED:82 Connected: yes
[Redmi AirDots_R]# Authorize service
[Redmi AirDots_R]#   1;39m[agent] Authorize service 0000111f-0000-1000-8000-00805f9b34fb (yes/no): yes
[Redmi AirDots_R]# Authorize service
[Redmi AirDots_R]#   1;39m[agent] Authorize service 0000110d-0000-1000-8000-00805f9b34fb (yes/no): [CHG] Device E8:EC:A3:BD:ED:82 UUIDs: 00001000-0000-1000-8000-00805f9b34fb
                                                                
when you have the bluetoothctl prompt type scan on, and start also the jbl headset,so you can see if are in when you see the device type connect E8:EC:A3:BD:ED:82 this is mine,but you have another one try if work for you,the blueman is ok but with the bluetoothctl you can see all the steps on the go

Post Reply