bluetooth serial port service doesn't work

Bug #226332 reported by danielz
This bug report is a duplicate of:  Bug #211252: Cannot receive files using bluetooth. Edit Remove
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu
New
Undecided
Unassigned

Bug Description

Ubuntu 8.04

I use the python bluetooth console that comes with the py60 distribution in order to connect to my computer.

In order to do so, I create a serial port on my computer using /etc/bluetooth/rfcomm.conf

rfcomm0 {
 # Automatically bind the device at startup
 bind no;

 # Bluetooth address of the device
 device 00:19:79:86:C3:00;

 # RFCOMM channel for the connection
 channel 2;

 # Description of the connection
 comment "Daniel";
}

then I start listening on this port:

sudo rfcomm listen rfcomm0 2

then in another console window I annouce my serial service

sudo sdptool add --channel=2 SP

but my phone keeps saying: no serial port detected.

this used to work before I upgraded to the latest ubuntu 8.04 version.

I tried using a different bluetooth card and a different computer but it did not help.

lsusb output:
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 001: ID 0000:0000

dmesg ouput:
[ 5288.008063] usb 1-1: new full speed USB device using uhci_hcd and address 6
[ 5288.344523] usb 1-1: configuration #1 chosen from 1 choice

description: updated
Revision history for this message
Savago (savagobr) wrote :

I confirm this bug, but it is a dup of #227429.

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.