public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Problem send bt files
@ 2006-09-16 14:05 Pol Hallen
  2006-09-16 17:28 ` digitalfredy
  2006-09-18  3:27 ` digitalfredy
  0 siblings, 2 replies; 12+ messages in thread
From: Pol Hallen @ 2006-09-16 14:05 UTC (permalink / raw)
  To: bluez-users

Hi all,

I installed bluez-utils (and relative dependence and programs) on my 
debian stable (sarge):

ii  bluez-firmware 1.0-2          Firmware for Bluetooth devices
ii  bluez-hcidump  1.17-1sarge1   Analyses Bluetooth HCI packets
ii  bluez-pin      0.25-1         Bluetooth PIN helper with D-BUS support
ii  bluez-utils    2.15-1.1       Bluetooth tools and daemons

I do a paring from my mobile to my server and is it ok.

I try use obexftp to send a file to my mobile:

obexftp -v -b 00:12:62:E3:B1:DE -B 10 -p file.jpg

but I see:

Browsing 00:12:62:E3:B1:DE ...
Channel: 10
No custom transport
Connecting...bt: 1
done
Sending file.jpg... failed: file.jpg
Disconnetting...done

If i try send a file from my mobile to server (using obexserver) is it ok.


/etc/bluetooth/rfcomm.conf is whole commented, pin file contain only pin 
code..

Here there is my config file:

/etc/bluetooth/hcid.conf

# 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 auto;

         # 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/bluez-pin;

         # D-Bus PIN helper
         dbus_pin_helper;
}

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


         # Local device class
         class 0x3e0100;

         # 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;

         # Authentication and Encryption (Security Mode 3)
         #auth enable;
         #encrypt enable;
}

I tried several different configs in /etc/bluetooth/hcid.conf and kill 
hcid  and restart, i also tried /etc/init.d/bluez-utils restart, i also 
tried init 6 but nothing..

I don't understand why can't send any files from my server.. :-((

in /var/log/syslog I see:

hcid[26398]: link_key_request (sba=00:0F:3D:05:99:B7, dba=00:12:62:E3:B1:DE)

Can anyone help me pls?!
Thanks!

Pol

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-16 14:05 [Bluez-users] Problem send bt files Pol Hallen
@ 2006-09-16 17:28 ` digitalfredy
  2006-09-16 18:26   ` Pol Hallen
  2006-09-18  3:27 ` digitalfredy
  1 sibling, 1 reply; 12+ messages in thread
From: digitalfredy @ 2006-09-16 17:28 UTC (permalink / raw)
  To: BlueZ users

El s=E1b, 16-09-2006 a las 16:05 +0200, Pol Hallen escribi=F3:
> Hi all,
> =

> I installed bluez-utils (and relative dependence and programs) on my =

> debian stable (sarge):
> =

> ii  bluez-firmware 1.0-2          Firmware for Bluetooth devices
> ii  bluez-hcidump  1.17-1sarge1   Analyses Bluetooth HCI packets
> ii  bluez-pin      0.25-1         Bluetooth PIN helper with D-BUS support
> ii  bluez-utils    2.15-1.1       Bluetooth tools and daemons
> =

> I do a paring from my mobile to my server and is it ok.
> =

> I try use obexftp to send a file to my mobile:
> =

> obexftp -v -b 00:12:62:E3:B1:DE -B 10 -p file.jpg
> =

> but I see:
> =

> Browsing 00:12:62:E3:B1:DE ...
> Channel: 10
> No custom transport
> Connecting...bt: 1
> done
> Sending file.jpg... failed: file.jpg
> Disconnetting...done
> =

> If i try send a file from my mobile to server (using obexserver) is it ok.
> =

> =

> /etc/bluetooth/rfcomm.conf is whole commented, pin file contain only pin =

> code..
> =

> Here there is my config file:
> =

> /etc/bluetooth/hcid.conf
> =

> # 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 auto;
> =

>          # 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/bluez-pin;
> =

>          # D-Bus PIN helper
>          =

dbus_pin_helper;  i have this line coment
> }
> =

> # Default settings for HCI devices
> device {
>          # Local device name
>          #   %d - device id
>          #   %h - host name
>          name "%h-%d";
> =

> =

>          # Local device class
>          class 0x3e0100;
> =

>          # 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;
> =

>          # Authentication and Encryption (Security Mode 3)
>          #auth enable;
>          #encrypt enable;
> }
> =

> I tried several different configs in /etc/bluetooth/hcid.conf and kill =

> hcid  and restart, i also tried /etc/init.d/bluez-utils restart, i also =

> tried init 6 but nothing..
my debian run obexftp in runlevel 2
> =

> I don't understand why can't send any files from my server.. :-((
> =

> in /var/log/syslog I see:
> =

> hcid[26398]: link_key_request (sba=3D00:0F:3D:05:99:B7, dba=3D00:12:62:E3=
:B1:DE)
> =

> Can anyone help me pls?!
you can review my doc in spanish, it is easy if you not speak spanish,
read the comands.
http://es.wikibooks.org/wiki/Hacks_para_Bluetooth_en_Linux
> Thanks!
> =

> Pol
> =

> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job ea=
sier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=
=3D121642
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-16 17:28 ` digitalfredy
@ 2006-09-16 18:26   ` Pol Hallen
  2006-09-17 22:44     ` digitalfredy
  0 siblings, 1 reply; 12+ messages in thread
From: Pol Hallen @ 2006-09-16 18:26 UTC (permalink / raw)
  To: digitalfredy, BlueZ users

>> Can anyone help me pls?!
> you can review my doc in spanish, it is easy if you not speak spanish,
> read the comands.
> http://es.wikibooks.org/wiki/Hacks_para_Bluetooth_en_Linux
Hi,
i red your howto..

i modified my hcid.conf but nothing..
I have the same error..

what i'll do?!

thanks!

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-17 22:44     ` digitalfredy
@ 2006-09-17 22:42       ` Pol Hallen
  2006-09-18  3:23         ` digitalfredy
  0 siblings, 1 reply; 12+ messages in thread
From: Pol Hallen @ 2006-09-17 22:42 UTC (permalink / raw)
  To: digitalfredy, BlueZ users

digitalfredy wrote:
> El s=E1b, 16-09-2006 a las 20:26 +0200, Pol Hallen escribi=F3:
>>>> Can anyone help me pls?!
>>> you can review my doc in spanish, it is easy if you not speak spanish,
>>> read the comands.
>>> http://es.wikibooks.org/wiki/Hacks_para_Bluetooth_en_Linux
>> Hi,
>> i red your howto..
>>
>> i modified my hcid.conf but nothing..
>> I have the same error..
>>
>> what i'll do?!
> first: you can paring fine the debianbox and your movil?
> try other version for obexftp
>> thanks!
I tried with kubuntu live and there aren't bluez packages :-(( but with =

kdebluetooth is all ok :-)

I tried with debian testing (and another machine with debian sarge) but =

I've same problem :-((((

Compiling last version of obexftp I have compile's error.. :-@

Which other packages should try?!

Thanks :-)

Pol

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-16 18:26   ` Pol Hallen
@ 2006-09-17 22:44     ` digitalfredy
  2006-09-17 22:42       ` Pol Hallen
  0 siblings, 1 reply; 12+ messages in thread
From: digitalfredy @ 2006-09-17 22:44 UTC (permalink / raw)
  To: BlueZ users

El s=E1b, 16-09-2006 a las 20:26 +0200, Pol Hallen escribi=F3:
> >> Can anyone help me pls?!
> > you can review my doc in spanish, it is easy if you not speak spanish,
> > read the comands.
> > http://es.wikibooks.org/wiki/Hacks_para_Bluetooth_en_Linux
> Hi,
> i red your howto..
> =

> i modified my hcid.conf but nothing..
> I have the same error..
> =

> what i'll do?!
first: you can paring fine the debianbox and your movil?
try other version for obexftp
> =

> thanks!
> =

> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job ea=
sier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=
=3D121642
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-17 22:42       ` Pol Hallen
@ 2006-09-18  3:23         ` digitalfredy
  2006-09-18 11:54           ` Pol Hallen
  0 siblings, 1 reply; 12+ messages in thread
From: digitalfredy @ 2006-09-18  3:23 UTC (permalink / raw)
  To: BlueZ users

El lun, 18-09-2006 a las 00:42 +0200, Pol Hallen escribi=F3:
> digitalfredy wrote:
> > El s=E1b, 16-09-2006 a las 20:26 +0200, Pol Hallen escribi=F3:
> >>>> Can anyone help me pls?!
> >>> you can review my doc in spanish, it is easy if you not speak spanish,
> >>> read the comands.
> >>> http://es.wikibooks.org/wiki/Hacks_para_Bluetooth_en_Linux
> >> Hi,
> >> i red your howto..
> >>
> >> i modified my hcid.conf but nothing..
> >> I have the same error..
> >>
> >> what i'll do?!
> > first: you can paring fine the debianbox and your movil?
> > try other version for obexftp
> >> thanks!
> I tried with kubuntu live and there aren't bluez packages :-(( but with =

> kdebluetooth is all ok :-)
> =

> I tried with debian testing (and another machine with debian sarge) but =

> I've same problem :-((((
> =

> Compiling last version of obexftp I have compile's error.. :-@
> =

> Which other packages should try?!
try manual download and install obexftp from testing =

(for install: #dpkg -i obexftp-XXXXX.deb
http://packages.debian.org/cgi-bin/search_packages.pl?searchon=3Dnames&subw=
ord=3D1&version=3Dall&release=3Dall&keywords=3Dobexftp&sourceid=3Dmozilla-s=
earch
> =

> Thanks :-)
> =

> Pol
> =

> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job ea=
sier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=
=3D121642
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-16 14:05 [Bluez-users] Problem send bt files Pol Hallen
  2006-09-16 17:28 ` digitalfredy
@ 2006-09-18  3:27 ` digitalfredy
  2006-09-18 11:53   ` Pol Hallen
  1 sibling, 1 reply; 12+ messages in thread
From: digitalfredy @ 2006-09-18  3:27 UTC (permalink / raw)
  To: BlueZ users

El s=E1b, 16-09-2006 a las 16:05 +0200, Pol Hallen escribi=F3:
> Hi all,
> =

> I installed bluez-utils (and relative dependence and programs) on my =

> debian stable (sarge):
> =

> ii  bluez-firmware 1.0-2          Firmware for Bluetooth devices
> ii  bluez-hcidump  1.17-1sarge1   Analyses Bluetooth HCI packets
> ii  bluez-pin      0.25-1         Bluetooth PIN helper with D-BUS support
> ii  bluez-utils    2.15-1.1       Bluetooth tools and daemons
> =

> I do a paring from my mobile to my server and is it ok.
> =

> I try use obexftp to send a file to my mobile:
> =

> obexftp -v -b 00:12:62:E3:B1:DE -B 10 -p file.jpg
You can get files from your movile?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-18  3:27 ` digitalfredy
@ 2006-09-18 11:53   ` Pol Hallen
  2006-09-19  3:38     ` digitalfredy
  0 siblings, 1 reply; 12+ messages in thread
From: Pol Hallen @ 2006-09-18 11:53 UTC (permalink / raw)
  To: digitalfredy, BlueZ users

> You can get files from your movile?
Yep without problems :-)

Pol

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-18  3:23         ` digitalfredy
@ 2006-09-18 11:54           ` Pol Hallen
  2006-09-19  3:36             ` digitalfredy
  0 siblings, 1 reply; 12+ messages in thread
From: Pol Hallen @ 2006-09-18 11:54 UTC (permalink / raw)
  To: digitalfredy, BlueZ users

> try manual download and install obexftp from testing 
> (for install: #dpkg -i obexftp-XXXXX.deb
> http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=obexftp&sourceid=mozilla-search
If i use debian stable and try to install a package from debian testing 
there are many dependece's problems :-((

Pol.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-18 11:54           ` Pol Hallen
@ 2006-09-19  3:36             ` digitalfredy
  2006-09-19 17:33               ` Pol Hallen
  0 siblings, 1 reply; 12+ messages in thread
From: digitalfredy @ 2006-09-19  3:36 UTC (permalink / raw)
  To: BlueZ users

El lun, 18-09-2006 a las 13:54 +0200, Pol Hallen escribi=F3:
> > try manual download and install obexftp from testing =

> > (for install: #dpkg -i obexftp-XXXXX.deb
> > http://packages.debian.org/cgi-bin/search_packages.pl?searchon=3Dnames&=
subword=3D1&version=3Dall&release=3Dall&keywords=3Dobexftp&sourceid=3Dmozil=
la-search
> If i use debian stable and try to install a package from debian testing =

> there are many dependece's problems :-((

try the oldstable version
PD: in debian i use the obexftp in woody,sarge and etch, it work fine
> =

> Pol.
> =

> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job ea=
sier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=
=3D121642
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE=
VDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-18 11:53   ` Pol Hallen
@ 2006-09-19  3:38     ` digitalfredy
  0 siblings, 0 replies; 12+ messages in thread
From: digitalfredy @ 2006-09-19  3:38 UTC (permalink / raw)
  To: BlueZ users

El lun, 18-09-2006 a las 13:53 +0200, Pol Hallen escribi=F3:
> > You can get files from your movile?
> Yep without problems :-)
using obexftp? if yes you can try with other device? (for example a palm
or other phone)
> =

> Pol
> =

> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job ea=
sier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=
=3D121642
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE=
VDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Bluez-users] Problem send bt files
  2006-09-19  3:36             ` digitalfredy
@ 2006-09-19 17:33               ` Pol Hallen
  0 siblings, 0 replies; 12+ messages in thread
From: Pol Hallen @ 2006-09-19 17:33 UTC (permalink / raw)
  To: digitalfredy, BlueZ users

> try the oldstable version
> PD: in debian i use the obexftp in woody,sarge and etch, it work fine
>> Pol.
Sorry, could give me your bluetooth's config files?

/etc/bluetooth/* and /etc/default/

thanks!

Pol


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-09-19 17:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-16 14:05 [Bluez-users] Problem send bt files Pol Hallen
2006-09-16 17:28 ` digitalfredy
2006-09-16 18:26   ` Pol Hallen
2006-09-17 22:44     ` digitalfredy
2006-09-17 22:42       ` Pol Hallen
2006-09-18  3:23         ` digitalfredy
2006-09-18 11:54           ` Pol Hallen
2006-09-19  3:36             ` digitalfredy
2006-09-19 17:33               ` Pol Hallen
2006-09-18  3:27 ` digitalfredy
2006-09-18 11:53   ` Pol Hallen
2006-09-19  3:38     ` digitalfredy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox