I am getting the same problems.
 I'm new to this forum but I've read a lot of pages on trying to get bluetooth 
working on linux. I implemented many of the different suggestions, but I still 
get this message:

Aug  5 10:13:15 ubuntu1 hcid[24603]: Bluetooth HCI daemon
Aug  5 10:13:15 ubuntu1 hcid[24603]: Could not become the primary owner of 
org.bluez
Aug  5 10:13:15 ubuntu1 hcid[24603]: Unable to get on D-Bus

 Does you know any commands that can help me debug why the bluetooth hci
daemon can't become the primary owner of org.bluez?

I'm using Ubuntu 7.10 gusty, kernal 2.6.22-14-generic,. i have already
changed my system.conf and session.conf within the /etc/dbus-1 dir to
contain override files (bluetooth.conf in the system.d folder)

This bluetooth.conf file allows user "root" to own org.bluez

<!-- This configuration file specifies the required security policies
     for Bluetooth core service to work. -->

<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd";>
<busconfig>

  <!-- ../system.conf have denied everything, so we just punch some
holes -->

  <policy user="root">
    <allow own="org.bluez"/>
  </policy>

  <policy at_console="true">
    <allow send_destination="org.bluez.Manager"/>
    <allow receive_sender="org.bluez.Manager"/>

    <allow send_path="/org/bluez"/>

    <allow send_destination="org.bluez.Adapter"/>
    <allow receive_sender="org.bluez.Adapter"/>

    <allow send_destination="org.bluez.Service"/>
    <allow receive_sender="org.bluez.Service"/>

    <allow send_destination="org.bluez.Database"/>
    <allow receive_sender="org.bluez.Database"/>

    <allow send_destination="org.bluez.Security"/>
    <allow receive_sender="org.bluez.Security"/>
  </policy>

</busconfig>


Does this mean bluetooth will only work if working from the root user?
Any other suggestions? I've already made sure to change all the bluetooth 
config settings to enable bt service, pand service as master, and the hcid.conf 
file to reflect the name and class of my bt adapter on my Dell Latitude D360.

Thanks for the help!
Eletha

-- 
bluetooth device not working (Toshiba A200 1GB)
https://bugs.launchpad.net/bugs/139934
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to