Author |
Message |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Fri 18 Aug 2017, 02:43 Post subject:
NEW puppybt + bluez-tray + bluez5 Subject description: small package for bluetooth devices |
|
Hello all,
I and my frend Ddshurick from the team PuppyRus linux, we suggest trying a set of programs to connect bluetooth devices.
Based on pBluetooth code http://www.murga-linux.com/puppy/viewtopic.php?t=109828
All-in-one module with minimal programm needed for work bluetooth you can download here https://github.com/Pro-pra/PuppyBT
Rename downloaded .pfs package to .sfs and use it.
Сheck availability D-bus on you system (command: ps -A|grep dbus)
Features:
1. bluez5 version 5.50
2. bluez-tray for controller management (power, visibility etc.)
3. puppybt script for device managment. Auto-detect available device functions, separate tabs for each device.
Programm now in status BETA, аvailable functions: serial connection, OBEX push and receive, mount device file system, send sound to remote device, receive sound from remote device, simple control player on remote device (script tray application)
Were not implemented printing issues, has not been tested to connect keyboards and mice, some pair problem with key-code.
Pull requests are welcome. Test results too.
Last edited by Pro on Mon 14 Jan 2019, 01:17; edited 9 times in total
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Fri 18 Aug 2017, 02:56 Post subject:
|
|
May be you need some programm for notification
Description |
latest version
|

Download |
Filename |
yad-0.39.0.tar.gz |
Filesize |
93.79 KB |
Downloaded |
426 Time(s) |
Description |
|

Download |
Filename |
ntf-0.9-any.tar.gz |
Filesize |
19.87 KB |
Downloaded |
467 Time(s) |
Description |
old version
|

Download |
Filename |
yad-0.26.1-1-i686.tar.gz |
Filesize |
75.27 KB |
Downloaded |
433 Time(s) |
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Thu 07 Sep 2017, 21:43 Post subject:
|
|
add many function, release version of package 5.4 coming soon.
I not have device with BNEP profile (network connection via bluetooth), function not tested.
|
Back to top
|
|
 |
THX1138
Joined: 10 Sep 2017 Posts: 7
|
Posted: Thu 14 Sep 2017, 14:41 Post subject:
|
|
Could this work on Lucid Puppy 5.2.8 to use one of these Bluetooth remote controls? Thanks! I have a Belkin F8T009 USB Bluetooth adapter.
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Thu 14 Sep 2017, 19:25 Post subject:
|
|
I do not know. in puppybt script, remote control is made from the PC of the remote device, and you get the reverse process From device to PC.
Send me info from sdptool browse please.
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Mon 25 Sep 2017, 03:09 Post subject:
|
|
Release version 5.4
I not have device with BNEP profile (network connection via bluetooth), function not work.
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Fri 13 Oct 2017, 08:16 Post subject:
|
|
Version 5.5 upload to github
Also x64 version upload
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Thu 30 Nov 2017, 22:14 Post subject:
|
|
version 5.6 upload to github
|
Back to top
|
|
 |
tenochslb
Joined: 10 Jul 2010 Posts: 74 Location: Mexico
|
Posted: Sat 02 Jun 2018, 17:02 Post subject:
On Tahr 64 6.0.5 64 BIT, puppybt 5.6 - bluez5.47 not working Subject description: puppybt-5.6-bluez5.47_64-pr01.sfs |
|
This is the error message, hopefully it can be fixed. Great work!
Code: |
root# puppybt
bluetoothd: /lib/libdbus-1.so.3: no version information available (required by bluetoothd)
D-Bus setup failed: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused
Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused
Scanning ...
Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused
/usr/bin/puppybt: line 436: 12941 Terminated gtkdialog -c --program=process
/usr/bin/puppybt: line 417: ntf: command not found
|
|
Back to top
|
|
 |
hamoudoudou
Joined: 24 Jul 2014 Posts: 1467 Location: rabat
|
Posted: Mon 04 Jun 2018, 06:11 Post subject:
|
|
drivers
detects my bluetooth device iogear gbu521
Missing drivers . study what is available before buying your equipment
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Sat 09 Jun 2018, 00:10 Post subject:
Re: On Tahr 64 6.0.5 64 BIT, puppybt 5.6 - bluez5.47 not working Subject description: puppybt-5.6-bluez5.47_64-pr01.sfs |
|
tenochslb wrote: | This is the error message, hopefully it can be fixed. Great work!
| not installed, or not running dbus server on you system. Bluetoothd 5.хх need dbus
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Sat 09 Jun 2018, 00:15 Post subject:
|
|
Code: | D-Bus setup failed: Connection ":1.35" is not allowed to own the service "org.bluez" due to security policies in the configuration file | fix this.
may be you run bluetoothd from user (need run bluetoothd from superuser)
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Wed 13 Jun 2018, 20:30 Post subject:
Release 5.7 |
|
Version 5.7 upload to github
changes:
1. bluez-5.50
2. update bluez-alsa libs from github
3. bash scripts check with shellcheck utility, some syntax correction
4. add check exist DBus System session (need for bluetoothd)
5. and more script code changes.
TODO: Find way to create serial /dev/rfcomm0 via DBus (or via bluetoothctl) Bluez developers maillist small help me.
NOW bluetoothctl have normal non-interactive mode, ex. bluetootctl connect 11:22:33:44:55 work good!!!
|
Back to top
|
|
 |
petihar

Joined: 09 Apr 2007 Posts: 362
|
Posted: Sat 16 Jun 2018, 11:10 Post subject:
|
|
HelloPro,
First of all, thank you for all your hard work. I've been trying for a long time to make bluetooth work on different puppies but what a pain! There's always something wrong, something missing... or whatever.
I installed your latest sfs on upup bionic beaver and now I'm faced with a DBus problem... that I can't solve.
Do you have any idea what I could do?
Thank you in advance, petihar.
Description |
|
Filesize |
10.5 KB |
Viewed |
860 Time(s) |

|
|
Back to top
|
|
 |
Pro
Joined: 12 Feb 2010 Posts: 112
|
Posted: Sun 17 Jun 2018, 20:36 Post subject:
|
|
petihar wrote: | HelloPro,
faced with a DBus problem... that I can't solve.
Do you have any idea what I could do?
| Dbus have system and user session, in you system not launch dbus system session (user session may be launch).
check /run/dbus/system_bus_socket if missing - dbus system not launched. Launch dbus is Distribution problem, need configure you distro.
If i found way for launch bluetoothd daemon without Dbus system session, i change puppybt and remove check Dbus session.
|
Back to top
|
|
 |
|