Comment 14 for bug 289836

Revision history for this message
Christophe Charlot (c-charlot) wrote : Re: Bluetooth doesn't work

And it's not working for me too :
Ubuntu 8.10 (upgraded from Hardy with blueman installed)
I did uninstall blueman and reinstalled the 'standard' bluetooth packages

My symptoms are a bit different : I can scan ans see other devices, but I can't pair any or transfer files..

$ lsusb | grep Blu
Bus 004 Device 003: ID 0a5c:2101 Broadcom Corp. A-Link BlueUsbA2 Bluetooth

daemon.log (when switching on bluetooth)
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: HCI dev 0 registered
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: HCI dev 0 up
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: Failed to listen on control channel
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: Registered interface org.bluez.NetworkPeer on path /org/bluez/hci0
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: Registered interface org.bluez.NetworkHub on path /org/bluez/hci0
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: Registered interface org.bluez.NetworkRouter on path /org/bluez/hci0
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: Registered interface org.bluez.SerialProxyManager on path /org/bluez/hci0
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: Registered interface org.bluez.Service on path /org/bluez/hci0
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: Adapter /org/bluez/hci0 has been enabled
Nov 6 00:47:03 christophe-laptop bluetoothd[7046]: Starting security manager 0

daemon.log (when swithcing off bluetooth)
Nov 6 00:49:53 christophe-laptop bluetoothd[7046]: HCI dev 0 down
Nov 6 00:49:53 christophe-laptop bluetoothd[7046]: Unregistered interface org.bluez.NetworkPeer on path /org/bluez/hci0
Nov 6 00:49:53 christophe-laptop bluetoothd[7046]: Unregistered interface org.bluez.NetworkHub on path /org/bluez/hci0
Nov 6 00:49:53 christophe-laptop bluetoothd[7046]: Unregistered interface org.bluez.NetworkRouter on path /org/bluez/hci0
Nov 6 00:49:53 christophe-laptop bluetoothd[7046]: Adapter /org/bluez/hci0 has been disabled
Nov 6 00:49:53 christophe-laptop bluetoothd[7046]: Stopping security manager 0
Nov 6 00:49:53 christophe-laptop bluetoothd[7046]: HCI dev 0 unregistered
Nov 6 00:49:53 christophe-laptop bluetoothd[7046]: Unregister path: /org/bluez/hci0

And the output of DMESG when switching on then off bluetooth :
[19951.260162] usb 4-1: new full speed USB device using uhci_hcd and address 7
[19951.428041] usb 4-1: configuration #1 chosen from 1 choice
[19982.272236] usb 4-1: USB disconnect, address 7
[19982.275191] btusb_intr_complete: hci0 urb f18e6d80 failed to resubmit (19)
[19982.275792] btusb_send_frame: hci0 urb f1a0ad00 submission failed

Hope this can help..