Questions tagged [dbus]
For questions about D-Bus, an inter-process communication mechanism used by many Linux distributions. Use this tag if you are configuring, using or trying to resolve an issue with D-Bus on a Raspberry Pi.
11 questions
0 votes
1 answer
170 views
How to use mpris(2) or DBUS on raspberrypi running bookworm?
I am running a raspberrypi 4B with bookworm (and whichever desktop - X11 or Wayland - that allows it to work with VNC) and writing code in Python. I am trying to read (and maybe eventually write) to ...
0 votes
1 answer
131 views
Increase I2C-Speed with Hyperpixel 4.0 mounted
i hava a Hyperpixel 4.0 mounted on my Raspberry Pi 3A+. Because of the Pin overlay for the Hyperpixel 4.0, the I2C bus is not Standard and is created on the Physical Pins 19 and 23 on my Raspberry. (I ...
0 votes
0 answers
893 views
Failed to get D-Bus connection: Unknown error -1
Well I ran into a major network failure when I try to get two PIs talking to each other directly through their Ethernet ports. They use to connect to each other and communicate, but for some odd ...
0 votes
0 answers
65 views
error from dbus, no wifi after reboot
I corrupted the ssd, so until I get this error again (hopefully I won't, but I probably will because it already happened 2 times) I can't do anything. I got a messagebox with this error when booting: ...
0 votes
1 answer
139 views
pydbus throwing error in raspbian lite
I have successfully installed and used pydbus to communicate and control a few Bluetooth LE devices from a Raspberry Pi (full version). When I tried to do the same with Raspbian lite, I got: object ...
1 vote
0 answers
383 views
Using PyDBUS to read BLE battery service
I tried to read battery service (0x180F) using pydbus and also via term but unable to find, setNotify or read the value. I tried to register-service under Menu GATT in Terminal running Bluetoothctl ...
0 votes
2 answers
3k views
BlueZ BTGATT-client.py WriteValue
I had a successful attempts with BlueZ-5.50 > test > example-gatt-client.py with ESP32 set as HeartRate Sensor Server.I am able to read from ESP32 which i modified to suit the BlueZ example. ...
1 vote
1 answer
344 views
dbus and qdbus not working suddenly
I am using dbus and qdbus to control my phone from a pi using Bluetooth to pause play etc. songs and all of a sudden dbus and qdbus dont work anymore All other functions work i can head music from he ...
0 votes
1 answer
529 views
network manager dbus interface calls for wireless doesnt work on raspbian
I have the following code to retrieve access points information using NetworkManager dbus api: //--------------------------------------------------------------------------------- QDBusInterface ...
1 vote
0 answers
55 views
What is this prompt saying about bluetooth?
I tried to fix some problems with the bluetooth and uninstall pi-bluetooth. Also installed it .But the problems are bigger now. What is this prompt saying.
3 votes
1 answer
4k views
Removed dbus from raspbian
I have accidentally removed my dbus file on my Raspberry Pi 3 Raspbian OS ( full Operating system version) (not raspbian lite). I used the command apt-get remove dbus to do this uninstall of dbus. ...