Registered Member
|
Hi All!
I installed a new Debian 6.0 Squeeze With KDE 4.4.5 and with it, I'm newbie and I have few problem. I didn't find any bluetooth application ( the dongle's LED not blinking). I got a system message from five refreshes, but where is the app, which starts the refresh? I didn't find the package manager ( kpackage[kit] or others, and if possible, I don't like mix the Gnome and KDE apps ). -=L=-
Why 42?
|
Registered Member
|
There are three possibilities. kbluetooth was first I think, then kdebluetooth replaced it. That was also abandoned, and now bluedevil is the current KDE bluetooth implementation. So you should see if bluedevil is there first. If not use kdebluetooth. If it isn't there use kbluetooth.
Man is the lowest-cost, 150-pound, nonlinear, all-purpose computer system which can be mass-produced by unskilled labor.
-NASA in 1965 |
Registered Member
|
Hi!
Thx, but don't do nothing... vlad@debian6kde:~$ lsusb Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) The device LED started blinking. After I lauched bludevil, I tried add a device : Message : "No adapters found. Please connect one."
Why 42?
|
Registered Member
|
What version of bluedevil do you have?
Man is the lowest-cost, 150-pound, nonlinear, all-purpose computer system which can be mass-produced by unskilled labor.
-NASA in 1965 |
Registered Member
|
Hi!
Package: bluedevil Priority: optional Section: net Installed-Size: 1072 Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Architecture: i386 Version: 1.0~rc3-2 Depends: kdebase-runtime, libbluedevil1 (>= 1.7), libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libkdecore5 (>= 4:4.4.4-2~), libkdeui5 (>= 4:4.4.0), libkfile4 (>= 4:4.3.4), libkio5 (>= 4:4.3.4), libqt4-dbus (>= 4:4.5.3), libqtcore4 (>= 4:4.6.1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.2.1), bluez, obexd-client, obex-data-server Suggests: pulseaudio-module-bluetooth | bluez-alsa Filename: pool/main/b/bluedevil/bluedevil_1.0~rc3-2_i386.deb This info come from the source ftp packages list : http://ftp.kfki.hu/linux/debian/dists/D ... nary-i386/ I installed from here.
Why 42?
|
Administrator
|
What is the output of "hcitool dev"? This may need to be run as root.
If no devices are listed, then you may need to install the needed kernel drivers if available.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered Member
|
Hi!
root@debian6kde:~# hcitool dev Devices: hci0 00:10:60:A8:27:06 root@debian6kde:~# hcitool scan Scanning ... 00:0E:6D:xx:yy:zz Nokia 6600 In KDE Info Centre -> USB Devices : OHCI Host Controller (3) Bluetooth Dongle (HCI mode) Manufacturer : Linux 2.6.32-5-686 ohci_hcd Serial No.: 0000:00:02.1 I have multiboot system ( Debian 6.0 Squeeze KDE and the Debian 5.0.8 Lenny Gnome, and inside the Lenny the WBox with WinXP SP3 ). The bluetooth works fine, exept Squeeze.
Why 42?
|
Administrator
|
Do you have the appropriate system-wide dbus-daemon operating, and bluez installed?
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered Member
|
Hi!
root@debian6kde:~# dpkg -l | grep bluez ii bluez 4.66-3 Bluetooth tools and daemons ii libbluedevil1 1.7+dfsg-1 A Qt wrapper for bluez root@debian6kde:~# dpkg -l | grep dbus ii dbus 1.2.24-4 simple interprocess messaging system ii dbus-x11 1.2.24-4 simple interprocess messaging system (X11 deps) ii libdbus-1-3 1.2.24-4 simple interprocess messaging system ii libdbus-glib-1-2 0.88-2.1 simple interprocess messaging system (GLib-based shared library) ii libeggdbus-1-0 0.6-1 D-Bus bindings for GObject ii libqt4-dbus 4:4.6.3-4 Qt 4 D-Bus module ii libsmokeqtdbus4-3 4:4.4.5-3 Qt DBus Smoke library ii python-dbus 0.83.1-1 simple interprocess messaging system (Python interface) Sorry, I can't decide, that is enough or not. In the afternoon I tried two live CD -s, Ubuntu 8.04.3 and new Linux Mint. With 8.04.3 was OK, with Mint I saw the bluetooth icon, but when I pressed "Bluetooth on" radio button, not happened nothing. Best regards : -=L=-
Why 42?
|
Administrator
|
Can you please provide the output of the following command?
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered Member
|
Hi!
root@debian6kde:~# qdbus --system --literal org.bluez / org.bluez.Manager.ListAdapters Service 'org.bluez' does not exist. regards : -=L=-
Why 42?
|
Administrator
|
It appears that BlueZ is not operative on your system. Assuming the "bluez" package is installed, try restarting the system wide D-Bus daemon (/etc/init.d/dbus restart).
If this has no effect, please contact your distribution for further information, it appears that their packages are defective.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered Member
|
Hi!
root@debian6kde:~# apt-get install bluez Reading package lists... Done Building dependency tree Reading state information... Done bluez is already the newest version. bluez set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@debian6kde:~# apt-get --reinstall install bluez Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 0 B/452 kB of archives. After this operation, 0 B of additional disk space will be used. WARNING: The following packages cannot be authenticated! bluez Install these packages without verification [y/N]? y (Reading database ... 99774 files and directories currently installed.) Preparing to replace bluez 4.66-3 (using .../archives/bluez_4.66-3_i386.deb) ... Stopping bluetooth: bluetoothd. Unpacking replacement bluez ... Processing triggers for man-db ... Setting up bluez (4.66-3) ... Creating device nodes ... Reloading system message bus config...done. Starting bluetooth: bluetoothd. root@debian6kde:~# /etc/init.d/dbus restart Stopping system message bus: dbus. Starting system message bus: dbus. The bluetooth icon appeared... When I opened the "Add Device" window, I saw this : "Introduction No bluetooth adapters has been found"
Why 42?
|
Administrator
|
Is org.bluez present on the system D-Bus bus now that you have reinstalled bluez?
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
Registered Member
|
Hi!
root@debian6kde:~# qdbus --system --literal org.bluez / org.bluez.Manager.ListAdapters Service 'org.bluez' does not exist. I tried this: root@debian6kde:/tmp/dbus/dbus-1.4.6# ./configure # dbus_1.4.6.orig.tar.gz . root@debian6kde:~# /etc/init.d/dbus restart Stopping system message bus: dbus. Starting system message bus: dbus . root@debian6kde:/tmp/blue/bluez-4.88# ./configure # bluez-4.88.tar.gz . . checking for DBUS... configure: error: D-Bus library is required root@debian6kde:/tmp/blue/bluez-4.88# I think, the bluez has a major problem...
Why 42?
|
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], q.ignora, watchstar