when I do a
I get a error from the KDE Bluetooth Framework
Failed to connect to the SDP server
Please make sure that sdpd is running...
I have looked for this error, and the problem is that the sdp daemon is not running.
Problem is that I can't figure out on what package it is (it should be in bluez-utils as far as I know)
Strange enough, I have the documentation for it in /usr/share/man/man8/sdpd.8.gz
Here are my packages
All suggestions welcome
thank you
Code:
/etc/init.d/bluetooth restart
Failed to connect to the SDP server
Please make sure that sdpd is running...
I have looked for this error, and the problem is that the sdp daemon is not running.
Problem is that I can't figure out on what package it is (it should be in bluez-utils as far as I know)
Strange enough, I have the documentation for it in /usr/share/man/man8/sdpd.8.gz
Here are my packages
Code:
root@iridium:/etc/bluetooth# aptitude search bluetooth i bluetooth - Bluetooth stack utilities p gnome-bluetooth - GNOME Bluetooth tools. i A kdebluetooth - KDE Bluetooth Framework p kdebluetooth-irmcsync - IrMCSync Konnector for kitchensync v libbluetooth-dev - i libbluetooth2 - Library to use the BlueZ Linux Bluetooth stack p libbluetooth2-dev - Development files for using the BlueZ Linux Bluetooth library p libmultisync-plugin-irmc-bluetooth - Adds Bluetooth support to the IrMC plugin v python-bluetooth - root@iridium:/etc/bluetooth# aptitude search bluez p bluez-btsco - Bluez Bluetooth SCO tool i bluez-cups - Bluetooth printer driver for CUPS p bluez-gnome - Bluetooth utilities for GNOME i bluez-hcidump - Analyses Bluetooth HCI packets v bluez-passkey-gnome - p bluez-pcmcia-support - PCMCIA support files for BlueZ 2.0 Bluetooth tools i bluez-pin - Bluetooth PIN helper with D-BUS support i bluez-utils - Bluetooth tools and daemons p python-bluez - Python wrappers around BlueZ for rapid bluetooth development v python2.4-bluez - v python2.5-bluez -
thank you
Comment