Bluetooth applet doesn't discover any devices

Bug #420256 reported by Krzysztof Kosinski
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
gnome-bluetooth (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

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@tc1100:~$ hcitool scan
Scanning ...
 00:16:CF:XX:XX:XX R60_C

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

tweenk@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@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@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'))

description: updated
Revision history for this message
Krzysztof Kosinski (tweenk) wrote :

Additional info: I'm able to connect to already paired devices (for example to browse files through OBEX-FTP). It's only the discovery of new devices that doesn't work.

summary: - Bluetooth applet doesn't detect any devices
+ Bluetooth applet doesn't discover any devices
Revision history for this message
Krzysztof Kosinski (tweenk) wrote :

Oops, it seems that it's actually working, but it doesn't display devices that are already paired. Marking invalid.

Changed in gnome-bluetooth (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.