You are not logged in.

#1 2007-12-26 19:47:18

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

Bluetooth z550i

I want to send pictures from my phone SonyEricsson z550i to my laptop, but when I select the send via bluetooth option in my phone it searches for but doesn't detect the laptop but in the bluetooth menu I try to detect other bluetooth devices it detect my laptop and pairs. I am using gnome-bluetooth and bluz-gnome applications with fluxbox. This is my /etc/conf.d/bluetooth:

# Bluetooth configuraton file

# Bluetooth services (allowed values are "true" and "false")

# Run the hcid daemon (default: true)
DAEMON_ENABLE="true"

# Run hid2hci (default: false)
#HID2HCI_ENABLE="false"

# Run the sdp daemon (default: false)
# If this is disabled, hcid's internal sdp daemon will be used
#SDPD_ENABLE="false"

# Run the bluetooth HID daemon (default: false)
HIDD_ENABLE="true"

# Activate rfcomm ports (default: false)
RFCOMM_ENABLE="true"

# Run bluetooth dial-up networking daemon (default: false)
#DUND_ENABLE="false"

# Run bluetooth PAN daemon (default: false)
#PAND_ENABLE="false"

# hcid configuration file (default: /etc/bluetooth/hcid.conf)
#DAEMON_CONFIG="/etc/bluetooth/hcid.conf"

# rfcomm configuration file (default: /etc/bluetooth/rfcomm.conf)
#RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"

# Options for hidd, dund and pand (default: none)
#HIDD_OPTIONS=""
#DUND_OPTIONS=""
#PAND_OPTIONS=""

Offline

#2 2007-12-28 19:55:00

saneone
Member
From: Warsaw, PL/Bridgeport, CT
Registered: 2007-06-05
Posts: 70

Re: Bluetooth z550i

put your /etc/bluetooth/hcid.conf here...

Last edited by saneone (2007-12-28 19:57:28)


I never sleep, cause sleep is the cousin of death

Offline

#3 2007-12-30 12:33:14

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

Re: Bluetooth z550i

here is my /etc/bluetooth/hcid.conf

#
# HCI daemon configuration file.
#

# HCId options
options {
    # Automatically initialize new devices
    autoinit yes;

    # Security Manager mode
    #   none - Security manager disabled
    #   auto - Use local PIN for incoming connections
    #   user - Always ask user for a PIN
    #
    security user;

    # Pairing mode
    #   none  - Pairing disabled
    #   multi - Allow pairing with already paired devices
    #   once  - Pair once and deny successive attempts
    pairing multi;

    # Default PIN code for incoming connections
    passkey "BlueZ";
}

# Default settings for HCI devices
device {
    # Local device name
    #   %d - device id
    #   %h - host name
    name "BlueZ (%d)";

    # Local device class
    class 0x000100;

    # Default packet type
    #pkt_type DH1,DM1,HV1;

    # Inquiry and Page scan
    iscan enable; pscan enable;

    # Default link mode
    #   none   - no specific policy 
    #   accept - always accept incoming connections
    #   master - become master on incoming connections,
    #            deny role switch on outgoing connections
    lm accept;

    # Default link policy
    #   none    - no specific policy
    #   rswitch - allow role switch
    #   hold    - allow hold mode
    #   sniff   - allow sniff mode
    #   park    - allow park mode
    lp rswitch,hold,sniff,park;
}

Offline

#4 2007-12-30 13:01:52

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Bluetooth z550i

make sure you start bluetooth file sharing .....

and bluetooth daemon is running [a quick hcitool scan should show up your mobile phone]

Last edited by Mr Green (2007-12-30 13:02:32)


Mr Green

Offline

#5 2007-12-30 17:57:48

saneone
Member
From: Warsaw, PL/Bridgeport, CT
Registered: 2007-06-05
Posts: 70

Re: Bluetooth z550i

edit the following lines to look like that and restart the daemon:

# hcid configuration file (default: /etc/bluetooth/hcid.conf)
DAEMON_CONFIG="/etc/bluetooth/hcid.conf"

# rfcomm configuration file (default: /etc/bluetooth/rfcomm.conf)
RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"

# Options for hidd, dund and pand (default: none)
HIDD_OPTIONS="--server"
#DUND_OPTIONS=""
#PAND_OPTIONS=""

I never sleep, cause sleep is the cousin of death

Offline

#6 2007-12-31 04:50:04

jaideep_jdof
Member
From: Delhi, India
Registered: 2006-06-05
Posts: 311

Re: Bluetooth z550i

I removed gnome-bluetooth and installed kdebluetooth and it started to work. Thanks guys for help.

Offline

Board footer

Powered by FluxBB