bluetooth fails in recent releases of easy os

For talk and support relating specifically to Puppy derivatives
Post Reply
Message
Author
mainam
Posts: 2
Joined: Sun 22 Dec 2019, 04:23

bluetooth fails in recent releases of easy os

#1 Post by mainam »

Bluetooth related to sound-setup adds device but fails to connect to device with blueman-bluez errors,DBus failed errors and protocol not available.
fails in 2 laptops with same errors. help and advice please. Does anyone else have the same problems or is it only in mine
many thanks

stemsee

#2 Post by stemsee »

try in terminal

Code: Select all

killall bluetoothd
bluetoothd --compat &
sdptool add A2SRC
sdptool add A2SNK
bluetoothctl scan on
when you see your device mac found then

Code: Select all

scan off
pair 'mac'
trust 'mac'
connect 'mac'

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#3 Post by BarryK »

[url]https://bkhome.org/news/[/url]

Post Reply