Results 1 to 3 of 3
Hi there,
currently I am using Ubuntu 9.10, and I have a bluetooth dongle that connected on my USB port. I want to syncronise with my Samsung cell phone I ...
- 03-20-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 2
Bluetooth connection
Hi there,
currently I am using Ubuntu 9.10, and I have a bluetooth dongle that connected on my USB port. I want to syncronise with my Samsung cell phone I did use command : lsusb, it showed me the bluetooth info and when I use hcitool scan, I can get the MAC address for my cell phone.
But when I tried to rfcomm to connect/paired to the computer, it failed,and prompt me the below message :
Can't connect RFCOMM socket: Connection refused
and I did observed my cell phone status, the bluetooth icon just flash green and red for 2 times only. I suspected is because the time interval is too short ;when I open the main.conf ,the timer is disable.(I hope I am go to the right place to see the info.)
so I try to use bluetooth manager that on the GNOME desktop, it can connect to my cellphone after I press the key.
Please help
For the learning purpose,I want to use Command prompt on terminal rather than the GNome.
thanks
- 03-20-2010 #2
Hi and Welcome !
Post the contents of /etc/bluetooth/rfcomm.conf file here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-21-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 2
content of Rfcomm.conf
HI ,
thanks for your reply, please have a look of the rfcomm configuration file
thanks
#
# RFCOMM configuration file.
#
#rfcomm0 {
# # Automatically bind the device at startup
# bind yes;
#
# # Bluetooth address of the device
# device 00:15:B9:2F:C5:AC
#
# # RFCOMM channel for the connection
# channel 1;
#
# # Description of the connection
# comment "SAMSUNG SGH-D600E"
#}


Reply With Quote