Bluetooth COnfiguration Problems

Discussion in 'HOWTO-Related Questions' started by eletha, Aug 12, 2008.

  1. eletha

    eletha New Member

    I decided to start a new thread about this since I couldn't find similar posts with similar problems.

    Here is the syslog account of what my HCI daemon is complaining about.

    Code:
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Bluetooth HCI daemon
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Parsing /etc/bluetooth/main.conf failed: No such file or directory
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Starting SDP server
    Aug 12 12:29:41 ubuntu1 hidd[6165]: Bluetooth HID daemon
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Registered manager path:/org/bluez/serial
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Unix socket created: 12
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Registered manager path:/org/bluez/audio
    Aug 12 12:29:41 ubuntu1 hcid[6147]: bridge pan0 created
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Registered manager path:/org/bluez/network
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Registered server path:/org/bluez/network/nap
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Registered server path:/org/bluez/network/gn
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Registered server path:/org/bluez/network/panu
    Aug 12 12:29:41 ubuntu1 pand[6180]: Bluetooth PAN daemon version 3.19
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Registered input manager path:/org/bluez/input
    [B]Aug 12 12:29:41 ubuntu1 hcid[6147]: Failed to listen on control channel[/B]
    Aug 12 12:29:41 ubuntu1 hcid[6147]: HCI dev 0 registered
    [B]Aug 12 12:29:41 ubuntu1 pand[6180]: Bind failed. Address already in use(98)[/B]
    Aug 12 12:29:41 ubuntu1 hcid[6147]: HCI dev 0 up
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Device hci0 has been added
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Starting security manager 0
    Aug 12 12:29:41 ubuntu1 hcid[6147]: Device hci0 has been activated

    Also, this is the result of the command hcid -n&

    As root user:
    Code:
    hcid[18637]: Bluetooth HCI daemon
    hcid[18637]: Parsing /etc/bluetooth/main.conf failed: No such file or directory
    hcid[18637]: Starting SDP server
    hcid[18637]: Registered manager path:/org/bluez/serial
    hcid[18637]: Unix socket created: 12
    hcid[18637]: Registered manager path:/org/bluez/audio
    [B]hcid[18637]: Can't init plugin /usr/lib/bluetooth/plugins/network.so[/B]
    hcid[18637]: Registered input manager path:/org/bluez/input
    [B]hcid[18637]: Failed to listen on control channel[/B]
    hcid[18637]: HCI dev 0 registered
    hcid[18637]: HCI dev 0 already up
    hcid[18637]: Device hci0 has been added
    hcid[18637]: Starting security manager 0
    hcid[18637]: Device hci0 has been activated
    Can anyone help me debug these errors or at least some hints into what they mean and how I can look into them?

    thanks,

    Eletha
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Does /usr/lib/bluetooth/plugins/network.so exist? Also, there's no /etc/bluetooth/main.conf.
     
  3. eletha

    eletha New Member

    network.so does exist in /usr/lib/bluetooth/plugins and yes there is no main.conf in /etc/bluetooth/

    I'm not having a problem with main.conf anymore it seems.

    How do I explore why pand gives a "Bind failed. Address already in use(98)"
    error?

    Thanks!
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -l /usr/lib/bluetooth/plugins/network.so
    ?

    Have you tried to reboot the system?
     

Share This Page