* [Bluez-users] Bluez 4.XX pincode authorisation HOW can i use it??
@ 2008-10-16 19:58 menno van der klein
2008-10-16 21:15 ` Jelle de Jong
0 siblings, 1 reply; 5+ messages in thread
From: menno van der klein @ 2008-10-16 19:58 UTC (permalink / raw)
To: bluez-users
Hello Marcel,
I hope that i can send you this question about bluez. I search all over
the internet but i cant find a solution to resolve tghis problem.
When i use the new apt-get version 4.10 bluez on debian, this will work
OK. But the only problem is my phone (Motorola L6) doesn't accept any
pincode from the linux box.
Before i create a file named hcid.conf and put a pin in it or i use the
pin-helper application (tar.gz file in the doc directory). This works well
for the normal 3.X version.
The version 4.XX has currently on debian no HCID application and therefore
there is also no hcid.conf in the /etc/bluetooth directory with a pincode.
Also the passkey application (who i transfer from the old bluez 3.X
version to the new one) doesn;t work also NOT and give various errors.
Can you give me a solution that i can create a pincode on my linux box and
that my mobile phone accept them with the bluez 4.X version in the command
prompt (i use no KDE or Gnome).
I hope that you can answer me, because i think this is a really problem in
the new bluez version.
Thanks for your help,
Best regards,
Menno
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Bluez 4.XX pincode authorisation HOW can i use it??
2008-10-16 19:58 [Bluez-users] Bluez 4.XX pincode authorisation HOW can i use it?? menno van der klein
@ 2008-10-16 21:15 ` Jelle de Jong
2008-10-16 21:34 ` Johan Hedberg
0 siblings, 1 reply; 5+ messages in thread
From: Jelle de Jong @ 2008-10-16 21:15 UTC (permalink / raw)
To: BlueZ users
menno van der klein wrote:
> Hello Marcel,
>
> I hope that i can send you this question about bluez. I search all over
> the internet but i cant find a solution to resolve tghis problem.
>
> When i use the new apt-get version 4.10 bluez on debian, this will work
> OK. But the only problem is my phone (Motorola L6) doesn't accept any
> pincode from the linux box.
>
> Before i create a file named hcid.conf and put a pin in it or i use the
> pin-helper application (tar.gz file in the doc directory). This works well
> for the normal 3.X version.
>
> The version 4.XX has currently on debian no HCID application and therefore
> there is also no hcid.conf in the /etc/bluetooth directory with a pincode.
> Also the passkey application (who i transfer from the old bluez 3.X
> version to the new one) doesn;t work also NOT and give various errors.
>
> Can you give me a solution that i can create a pincode on my linux box and
> that my mobile phone accept them with the bluez 4.X version in the command
> prompt (i use no KDE or Gnome).
>
> I hope that you can answer me, because i think this is a really problem in
> the new bluez version.
>
> Thanks for your help,
>
> Best regards,
> Menno
>
I have the same problem with one of my devices, so I am going to second
this request.
Thanks in advance,
Jelle
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Bluez 4.XX pincode authorisation HOW can i use it??
2008-10-16 21:15 ` Jelle de Jong
@ 2008-10-16 21:34 ` Johan Hedberg
2008-10-16 22:20 ` Jelle de Jong
0 siblings, 1 reply; 5+ messages in thread
From: Johan Hedberg @ 2008-10-16 21:34 UTC (permalink / raw)
To: BlueZ users
Hi,
If you want to pair devices from the command line you can e.g. use the
simple-agent python script (in the test subdirectory of bluez):
./simple-agent hci0 <remote address>
It will ask you for the pin on stdin.
Johan
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Bluez 4.XX pincode authorisation HOW can i use it??
2008-10-16 21:34 ` Johan Hedberg
@ 2008-10-16 22:20 ` Jelle de Jong
0 siblings, 0 replies; 5+ messages in thread
From: Jelle de Jong @ 2008-10-16 22:20 UTC (permalink / raw)
To: BlueZ users
Johan Hedberg wrote:
> Hi,
>
> If you want to pair devices from the command line you can e.g. use the
> simple-agent python script (in the test subdirectory of bluez):
> ./simple-agent hci0 <remote address>
> It will ask you for the pin on stdin.
>
> Johan
Thank you Johan that helped a lot with one of my devices,
python .simple-agent.py hci0 00:1A:80:AB:0A:B1
the simple-agent script can be found at the bluez git in its testing
directory: git://git.kernel.org/pub/scm/bluetooth/bluez.git
Best regards,
Jelle
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Bluez 4.XX pincode authorisation HOW can i use it??
@ 2008-10-17 20:06 menno van der klein
0 siblings, 0 replies; 5+ messages in thread
From: menno van der klein @ 2008-10-17 20:06 UTC (permalink / raw)
To: BlueZ users
Great it works well!! Thank you very much for your help!
> Johan Hedberg wrote:
>> Hi,
>>
>> If you want to pair devices from the command line you can e.g. use the
>> simple-agent python script (in the test subdirectory of bluez):
>> ./simple-agent hci0 <remote address>
>> It will ask you for the pin on stdin.
>>
>> Johan
>
> Thank you Johan that helped a lot with one of my devices,
>
> python .simple-agent.py hci0 00:1A:80:AB:0A:B1
>
> the simple-agent script can be found at the bluez git in its testing
> directory: git://git.kernel.org/pub/scm/bluetooth/bluez.git
>
> Best regards,
>
> Jelle
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
Met vriendelijke groet,
Menno van der Klein
CreditFUN Media
T: 020-8005157
M: 06-28927919
E: Menno@creditfun.nl
Disclaimer
De informatie verzonden in dit e-mail bericht is uitsluitend bestemd voor
de geadresseerde. Gebruik van deze informatie door anderen dan de
geadresseerde is verboden. Openbaarmaking, vermenigvuldiging, verspreiding
en/of verstrekking van deze informatie aan derden is niet toegestaan.
Hoewel bij de verzending van dit e-mail bericht de nodige zorgvuldigheid
wordt betracht, is een juiste en volledige overdracht van dit e-mail
bericht niet te garanderen. Aan dit e-mail bericht en/of meegezonden
bestanden kunnen geen rechten worden ontleend. Daarnaast kan CreditFUN
Media,of aan haar gelieerde ondernemingen, niet aansprakelijk gehouden
worden voor de gevolgen van eventuele fouten en/of onvolledigheid van de
in het e-mail bericht opgenomen gegevens.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-10-17 20:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 19:58 [Bluez-users] Bluez 4.XX pincode authorisation HOW can i use it?? menno van der klein
2008-10-16 21:15 ` Jelle de Jong
2008-10-16 21:34 ` Johan Hedberg
2008-10-16 22:20 ` Jelle de Jong
-- strict thread matches above, loose matches on Subject: below --
2008-10-17 20:06 menno van der klein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox