[Bug 420256] [NEW] Bluetooth applet doesn't detect any devices

Krzysztof Kosiński tweenk.pl at gmail.com
Fri Aug 28 02:09:59 BST 2009


Public bug reported:

Binary package hint: gnome-bluetooth

On a system upgraded to Karmic, the new Bluetooth applet doesn't detect
any devices; the spinner just keeps working indefinitely and nothing
appears. On the other hand 'hcitool scan' works correctly and detects
all devices. The D-Bus interface, when used from Python, works correctly
as well. I suspect it is a bug in the applet.

tweenk at tc1100:~$ hcitool scan
Scanning ...
	00:16:CF:XX:XX:XX     R60_C

tweenk at tc1100:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu karmic (development branch)
Release:	9.10
Codename:	karmic

tweenk at tc1100:~$ uname -a
Linux tc1100 2.6.31-7-generic #27-Ubuntu SMP Mon Aug 24 17:33:49 UTC 2009 i686 GNU/Linux

tweenk at tc1100:~$ apt-cache policy gnome-bluetooth
gnome-bluetooth:
  Installed: 2.27.8-0ubuntu1
  Candidate: 2.27.8-0ubuntu1
  Version table:
 *** 2.27.8-0ubuntu1 0
        500 http://pl.archive.ubuntu.com karmic/main Packages
        100 /var/lib/dpkg/status

tweenk at tc1100:~$ python
Python 2.6.2+ (release26-maint, Jul 24 2009, 16:16:12) 
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbus
>>> bus = dbus.SystemBus()
>>> mgr = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.bluez.Manager')
>>> adapter = dbus.Interface(bus.get_object('org.bluez', mgr.DefaultAdapter()), 'org.bluez.Adapter')
>>> adapter.ListDevices()
dbus.Array([dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_12_8A_XX_XX_XX'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_01_E3_XX_XX_XX'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_17_E5_XX_XX_XX'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_08_C6_XX_XX_XX'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_16_CF_XX_XX_XX')], signature=dbus.Signature('o'))

** Affects: gnome-bluetooth (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Binary package hint: gnome-bluetooth
  
  On a system upgraded to Karmic, the new Bluetooth applet doesn't detect
  any devices; the spinner just keeps working indefinitely and nothing
  appears. On the other hand 'hcitool scan' works correctly and detects
  all devices. The D-Bus interface, when used from Python, works correctly
  as well. I suspect it is a bug in the applet.
  
  tweenk at tc1100:~$ hcitool scan
  Scanning ...
  	00:16:CF:XX:XX:XX     R60_C
  
  tweenk at tc1100:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:	Ubuntu
  Description:	Ubuntu karmic (development branch)
  Release:	9.10
  Codename:	karmic
  
  tweenk at tc1100:~$ uname -a
  Linux tc1100 2.6.31-7-generic #27-Ubuntu SMP Mon Aug 24 17:33:49 UTC 2009 i686 GNU/Linux
  
  tweenk at tc1100:~$ apt-cache policy gnome-bluetooth
  gnome-bluetooth:
    Installed: 2.27.8-0ubuntu1
    Candidate: 2.27.8-0ubuntu1
    Version table:
   *** 2.27.8-0ubuntu1 0
          500 http://pl.archive.ubuntu.com karmic/main Packages
          100 /var/lib/dpkg/status
  
  tweenk at tc1100:~$ python
  Python 2.6.2+ (release26-maint, Jul 24 2009, 16:16:12) 
  [GCC 4.4.1] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import dbus
  >>> bus = dbus.SystemBus()
  >>> mgr = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.bluez.Manager')
  >>> adapter = dbus.Interface(bus.get_object('org.bluez', mgr.DefaultAdapter()), 'org.bluez.Adapter')
  >>> adapter.ListDevices()
- dbus.Array([dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_12_8A_2D_9D_85'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_01_E3_47_97_71'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_17_E5_6E_15_F8'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_08_C6_66_41_62'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_16_CF_DF_26_B8')], signature=dbus.Signature('o'))
+ dbus.Array([dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_12_8A_XX_XX_XX'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_01_E3_XX_XX_XX'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_17_E5_XX_XX_XX'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_08_C6_XX_XX_XX'), dbus.ObjectPath('/org/bluez/5010/hci0/dev_00_16_CF_XX_XX_XX')], signature=dbus.Signature('o'))

-- 
Bluetooth applet doesn't detect any devices
https://bugs.launchpad.net/bugs/420256
You received this bug notification because you are a member of
Bluetooth, which is subscribed to gnome-bluetooth in ubuntu.



More information about the Ubuntu-bluetooth mailing list