Hi guys,
Thank you again for your help. I made some search and I checked my log. As I was thinking the problem is the bluetoothd process. Because I am no an advanced user, maybe some of you could help me with this. I find some similar problems in google, but the configuration files were not the same.
So that's the log when I start up regarding bluetoothd (bluetooth alone give no error at all):
10/30/11 01:55:06 AM nougah bluetoothd[672] Bluetooth deamon 4.89
10/30/11 01:55:06 AM nougah bluetoothd[673] Starting SDP server
10/30/11 01:55:08 AM nougah bluetoothd[673] Listening for HCI events on hci0
10/30/11 01:55:08 AM nougah bluetoothd[673] HCI dev 0 up
10/30/11 01:55:08 AM nougah bluetoothd[673] Parsing /etc/bluetooth/serial.conf failed: No such file or directory
10/30/11 01:55:08 AM nougah bluetoothd[673] input-headset driver probe failed for device 00:21:D1:41:D6:3D
10/30/11 01:55:08 AM nougah bluetoothd[673] Adapter /org/bluez/672/hci0 has been enabled
So the two lines before last one seem problematic, and bluetooth is not working.
---
When I do my little trick to make bluetooth work (restart bluetoothd), that's what's happening:
sudo killall bluetoothd:
10/30/11 02:34:03 AM nougah bluetoothd[673] Stopping hci0 event socket
10/30/11 02:34:03 AM nougah bluetoothd[673] Stopping SDP server
10/30/11 02:34:03 AM nougah bluetoothd[673] Exit
and then sudo bluetoothd:
10/30/11 02:34:06 AM nougah bluetoothd[1946] Bluetooth deamon 4.89
10/30/11 02:34:06 AM nougah bluetoothd[1946] Starting SDP server
10/30/11 02:34:06 AM nougah bluetoothd[1946] Listening for HCI events on hci0
10/30/11 02:34:06 AM nougah bluetoothd[1946] HCI dev 0 up
10/30/11 02:34:06 AM nougah bluetoothd[1946] Parsing /etc/bluetooth/serial.conf failed: No such file or directory
10/30/11 02:34:06 AM nougah bluetoothd[1946] input-headset driver probe failed for device 00:21:D1:41:D6:3D
10/30/11 02:34:06 AM nougah bluetoothd[1946] Adapter /org/bluez/1946/hci0 has been enabled
As you see, the error is still there, but IT'S WORKING perfectly. What I noticed is the adapter enabled is NOT THE SAME, it's called /org/bluez/1946 instead 672,
So I think the parsing error is not such a big problem but maybe I should just change some file in the startup to call the right adaptor directly?
Just guessing, I'm not experienced at all with config files and terminal.
Thank you again for all your patience.
edit: just noticed the name of adapter changes everytime I restart it, so I really have no idea at all
