From: Adis Beglerovic <emerge.gentoo@gmail.com>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] DBT-120 and Siemens S65
Date: Thu, 10 Mar 2005 21:04:09 +0100 [thread overview]
Message-ID: <6ae1569005031012043d7842d8@mail.gmail.com> (raw)
In-Reply-To: <422BA06E.6020700@debiancolombia.org>
Hi all
Lets try again ...
I have fully working bluetooth setup except
when I try to send files to my Siemens S65 with obexftp
It asks to type in pass for Bluez(0) and no mather what I type
it just not giving me access.
Pass in /etc/bluetooth/pin is 12345 and phonecode is the same.
Here is the out put what happends when I run :
/usr/local/bin/obexftp -b 00:01:E3:3C:79:45 -B 5 -p wireless_script
Browsing 00:01:E3:3C:79:45 ...
Channel: 5
No custom transport
Connecting...bt: -1
failed: connect
Still trying to connect
Connecting...bt: -1
failed: connect
Still trying to connect
Connecting...bt: -1
failed: connect
Still trying to connect
After 3 tryes it stops.
Here is my hcdi.conf
# HCI daemon configuration file.
#
# $Id: hcid.conf,v 1.4 2004/04/29 20:14:21 holtmann Exp $
#
# 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; # PIN helper
pin_helper /usr/bin/bluepin;
# D-Bus PIN helper
#dbus_pin_helper;
}
# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "BlueZ (%d)";
# Local device class
class 0x100;
# 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,master;
#
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 hold,sniff;
#
lp rswitch,hold,sniff,park;
# Authentication and Encryption
#auth enable;
#encrypt enable;
}
------------------------------------------------------------------------------------------------------------
And this is my pin >>>> 12345
-----------------------------------------------------------------------------------------------------------
pin-helper file has this stuff
#!/bin/sh
echo -n "PIN:"
cat /etc/bluetooth/pin
----------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
And finaly rfcomm.conf
#
# RFCOMM configuration file.
#
# $Id: rfcomm.conf,v 1.1 2002/10/07 05:58:18 maxk Exp $
#
rfcomm0 {
# Automatically bind the device at startup
bind no;
# Bluetooth address of the device
device 11:22:33:44:55:66;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "Example Bluetooth device";
}
-----------------------------------------------------------------------------------------------
Need to get pass that password issue ....
Thanks
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
prev parent reply other threads:[~2005-03-10 20:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-06 12:10 [Bluez-users] DBT-120 and Siemens S65 Adis Beglerovic
2005-03-06 12:15 ` Marcel Holtmann
2005-03-06 13:48 ` Adis Beglerovic
2005-03-06 13:55 ` Marcel Holtmann
2005-03-06 14:01 ` Adis Beglerovic
2005-03-06 14:05 ` Marcel Holtmann
2005-03-06 14:10 ` Adis Beglerovic
2005-03-06 14:19 ` Marcel Holtmann
2005-03-06 20:31 ` Adis Beglerovic
2005-03-07 0:29 ` Fredy P.
2005-03-10 20:04 ` Adis Beglerovic [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6ae1569005031012043d7842d8@mail.gmail.com \
--to=emerge.gentoo@gmail.com \
--cc=bluez-users@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.