* [Bluez-users] can't receive files from phone
@ 2005-06-12 8:57 Graham White
2005-06-12 12:56 ` Fredy P
0 siblings, 1 reply; 18+ messages in thread
From: Graham White @ 2005-06-12 8:57 UTC (permalink / raw)
To: Bluez Users
I have a Thinkpad T42 running Ubuntu Hoary, and a Motorola V547 mobile
phone. I can do almost anything I want with the bluetooth connection
to the mobile: ppp over gprs, send files to the mobile from the
thinkpad, send sms with gnome-phone-manager, and so on. However,
I cannot send files to the thinkpad from the mobile: the mobile
discovers the thinkpad correctly, but when I select it for
file transfer I get a dialogue box on the mobile saying
"Unable to Connect". hcidump -x on the thinkpad shows, for each
failed connection attempt, the following three lines:
> HCI Event: Connect Request (0x04) plen 10
BF AA 58 8A 12 00 04 22 52 01
> HCI Event: Command Status (0x0f) plen 4
00 01 09 04
> HCI Event: Connect Complete (0x03) plen 11
21 29 00 BF AA 58 8A 12 00 01 00
This behaviour is exactly the same whether I have gnome-obex-server
running, or obexserver running, or *nothing at all* running.
And I have the device class correctly set; that is, I have
a line in hcid.conf on the thinkpad saying
class 0x100100;
(in fact, if I had the device class wrong, the mobile couldn't
discover the thinkpad, and it can).
Anyone got any ideas?
Graham White
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] can't receive files from phone
2005-06-12 8:57 [Bluez-users] can't receive files from phone Graham White
@ 2005-06-12 12:56 ` Fredy P
2005-06-13 2:50 ` [Bluez-users] python error on bluepin John H.
0 siblings, 1 reply; 18+ messages in thread
From: Fredy P @ 2005-06-12 12:56 UTC (permalink / raw)
To: bluez-users
El dom, 12-06-2005 a las 09:57 +0100, Graham White escribi=F3:
> I have a Thinkpad T42 running Ubuntu Hoary, and a Motorola V547 mobile
> phone. I can do almost anything I want with the bluetooth connection
> to the mobile: ppp over gprs, send files to the mobile from the
> thinkpad, send sms with gnome-phone-manager, and so on. However,
> I cannot send files to the thinkpad from the mobile: the mobile
> discovers the thinkpad correctly, but when I select it for
> file transfer I get a dialogue box on the mobile saying
> "Unable to Connect". hcidump -x on the thinkpad shows, for each
> failed connection attempt, the following three lines:
>=20
> > HCI Event: Connect Request (0x04) plen 10
> BF AA 58 8A 12 00 04 22 52 01
> > HCI Event: Command Status (0x0f) plen 4
> 00 01 09 04
> > HCI Event: Connect Complete (0x03) plen 11
> 21 29 00 BF AA 58 8A 12 00 01 00
>=20
> This behaviour is exactly the same whether I have gnome-obex-server
> running, or obexserver running, or *nothing at all* running.=20
>=20
> And I have the device class correctly set; that is, I have
> a line in hcid.conf on the thinkpad saying
>=20
> class 0x100100;
>=20
> (in fact, if I had the device class wrong, the mobile couldn't=20
> discover the thinkpad, and it can).=20
>=20
> Anyone got any ideas?
For send and recive files whit my sonyericsson i use obexftp,
y made some ifo about it in spanish, but you can read the conf files for
understand.
http://el-directorio.org/index.php/T610:Transferencia_de_Archivos#Preparaci=
.C3.B3n_de_Debian_GNU.2FLinux
>=20
> Graham White
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games. How far can you sho=
tput
> a projector? How fast can you ride your desk chair down the office luge t=
rack?
> If you want to score the big prize, get to know the little guy. =20
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=3D20
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* [Bluez-users] python error on bluepin
2005-06-12 12:56 ` Fredy P
@ 2005-06-13 2:50 ` John H.
2005-06-13 6:41 ` Fredy P
0 siblings, 1 reply; 18+ messages in thread
From: John H. @ 2005-06-13 2:50 UTC (permalink / raw)
To: bluez-users
bluepin
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Traceback (most recent call last):
File "/usr/bin/bluepin", line 39, in ?
import gtk
File
"/var/tmp/pygtk2-2.6.2-root/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py",
line 37, in ?
RuntimeError: could not open display
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] python error on bluepin
2005-06-13 2:50 ` [Bluez-users] python error on bluepin John H.
@ 2005-06-13 6:41 ` Fredy P
2005-06-13 19:54 ` John H.
0 siblings, 1 reply; 18+ messages in thread
From: Fredy P @ 2005-06-13 6:41 UTC (permalink / raw)
To: bluez-users
El dom, 12-06-2005 a las 19:50 -0700, John H. escribi=F3:
> bluepin
> Xlib: connection to ":0.0" refused by server
> Xlib: No protocol specified
>=20
> Traceback (most recent call last):
> File "/usr/bin/bluepin", line 39, in ?
> import gtk
> File
> "/var/tmp/pygtk2-2.6.2-root/usr/lib/python2.3/site-packages/gtk-2.0/gtk/_=
_init__.py",
> line 37, in ?
> RuntimeError: could not open display
its becouse your blue_pin needs X, for use without x you can made a
simple pin_helper, you can see it in:
http://el-directorio.org/index.php/Bluetooth_en_debian
In spanish, but if you read the congig files you can understand
>=20
>=20
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around=20
> http://mail.yahoo.com=20
>=20
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games. How far can you sho=
tput
> a projector? How fast can you ride your desk chair down the office luge t=
rack?
> If you want to score the big prize, get to know the little guy. =20
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=3D20
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] python error on bluepin
2005-06-13 6:41 ` Fredy P
@ 2005-06-13 19:54 ` John H.
2005-06-13 20:10 ` Marco Trudel
0 siblings, 1 reply; 18+ messages in thread
From: John H. @ 2005-06-13 19:54 UTC (permalink / raw)
To: bluez-users
I ran this from X:)
--- Fredy P <digitalfredy@debiancolombia.org> wrote:
> El dom, 12-06-2005 a las 19:50 -0700, John H.
> escribió:
> > bluepin
> > Xlib: connection to ":0.0" refused by server
> > Xlib: No protocol specified
> >
> > Traceback (most recent call last):
> > File "/usr/bin/bluepin", line 39, in ?
> > import gtk
> > File
> >
>
"/var/tmp/pygtk2-2.6.2-root/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py",
> > line 37, in ?
> > RuntimeError: could not open display
> its becouse your blue_pin needs X, for use without x
> you can made a
> simple pin_helper, you can see it in:
>
http://el-directorio.org/index.php/Bluetooth_en_debian
> In spanish, but if you read the congig files you can
> understand
>
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> >
> >
>
-------------------------------------------------------
> > This SF.Net email is sponsored by: NEC IT Guy
> Games. How far can you shotput
> > a projector? How fast can you ride your desk chair
> down the office luge track?
> > If you want to score the big prize, get to know
> the little guy.
> > Play to win an NEC 61" plasma display:
> http://www.necitguy.com/?r=20
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> >
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
>
>
-------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.
> How far can you shotput
> a projector? How fast can you ride your desk chair
> down the office luge track?
> If you want to score the big prize, get to know the
> little guy.
> Play to win an NEC 61" plasma display:
> http://www.necitguy.com/?r
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
>
__________________________________
Discover Yahoo!
Have fun online with music videos, cool games, IM and more. Check it out!
http://discover.yahoo.com/online.html
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] python error on bluepin
2005-06-13 19:54 ` John H.
@ 2005-06-13 20:10 ` Marco Trudel
2005-06-13 20:15 ` John H.
0 siblings, 1 reply; 18+ messages in thread
From: Marco Trudel @ 2005-06-13 20:10 UTC (permalink / raw)
To: bluez-users
You've to supply the apropriate parameters if you wan't to call it
yourself. It won't work withhout them.
It's a pyton script, you can look at the source...
regards
Marco
John H. wrote:
> I ran this from X:)
>
> --- Fredy P <digitalfredy@debiancolombia.org> wrote:
>
>
>>El dom, 12-06-2005 a las 19:50 -0700, John H.
>>escribió:
>>
>>> bluepin
>>>Xlib: connection to ":0.0" refused by server
>>>Xlib: No protocol specified
>>>
>>>Traceback (most recent call last):
>>> File "/usr/bin/bluepin", line 39, in ?
>>> import gtk
>>> File
>>>
>>
> "/var/tmp/pygtk2-2.6.2-root/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py",
>
>>>line 37, in ?
>>>RuntimeError: could not open display
>>
>>its becouse your blue_pin needs X, for use without x
>>you can made a
>>simple pin_helper, you can see it in:
>>
>
> http://el-directorio.org/index.php/Bluetooth_en_debian
>
>>In spanish, but if you read the congig files you can
>>understand
>>
>>
>>>
>>>__________________________________________________
>>>Do You Yahoo!?
>>>Tired of spam? Yahoo! Mail has the best spam
>>
>>protection around
>>
>>>http://mail.yahoo.com
>>>
>>>
>>>
>>
> -------------------------------------------------------
>
>>>This SF.Net email is sponsored by: NEC IT Guy
>>
>>Games. How far can you shotput
>>
>>>a projector? How fast can you ride your desk chair
>>
>>down the office luge track?
>>
>>>If you want to score the big prize, get to know
>>
>>the little guy.
>>
>>>Play to win an NEC 61" plasma display:
>>
>>http://www.necitguy.com/?r=20
>>
>>>_______________________________________________
>>>Bluez-users mailing list
>>>Bluez-users@lists.sourceforge.net
>>>
>>
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>>
>>
>>
> -------------------------------------------------------
>
>>This SF.Net email is sponsored by: NEC IT Guy Games.
>> How far can you shotput
>>a projector? How fast can you ride your desk chair
>>down the office luge track?
>>If you want to score the big prize, get to know the
>>little guy.
>>Play to win an NEC 61" plasma display:
>>http://www.necitguy.com/?r
>>_______________________________________________
>>Bluez-users mailing list
>>Bluez-users@lists.sourceforge.net
>>
>
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
>
>
>
> __________________________________
> Discover Yahoo!
> Have fun online with music videos, cool games, IM and more. Check it out!
> http://discover.yahoo.com/online.html
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
> a projector? How fast can you ride your desk chair down the office luge track?
> If you want to score the big prize, get to know the little guy.
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] python error on bluepin
2005-06-13 20:10 ` Marco Trudel
@ 2005-06-13 20:15 ` John H.
2005-06-13 20:26 ` Marco Trudel
2005-06-16 7:50 ` Fredy P
0 siblings, 2 replies; 18+ messages in thread
From: John H. @ 2005-06-13 20:15 UTC (permalink / raw)
To: bluez-users
ah ok. it's not getting called no matter what,
though, what is supposed to call it? It never pops
anything up when I tell my phone to search and pair.
--- Marco Trudel <mtrudel@gmx.ch> wrote:
> You've to supply the apropriate parameters if you
> wan't to call it
> yourself. It won't work withhout them.
> It's a pyton script, you can look at the source...
>
> regards
> Marco
>
>
> John H. wrote:
> > I ran this from X:)
> >
> > --- Fredy P <digitalfredy@debiancolombia.org>
> wrote:
> >
> >
> >>El dom, 12-06-2005 a las 19:50 -0700, John H.
> >>escribió:
> >>
> >>> bluepin
> >>>Xlib: connection to ":0.0" refused by server
> >>>Xlib: No protocol specified
> >>>
> >>>Traceback (most recent call last):
> >>> File "/usr/bin/bluepin", line 39, in ?
> >>> import gtk
> >>> File
> >>>
> >>
> >
>
"/var/tmp/pygtk2-2.6.2-root/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py",
> >
> >>>line 37, in ?
> >>>RuntimeError: could not open display
> >>
> >>its becouse your blue_pin needs X, for use without
> x
> >>you can made a
> >>simple pin_helper, you can see it in:
> >>
> >
> >
>
http://el-directorio.org/index.php/Bluetooth_en_debian
> >
> >>In spanish, but if you read the congig files you
> can
> >>understand
> >>
> >>
> >>>
>
>>>__________________________________________________
> >>>Do You Yahoo!?
> >>>Tired of spam? Yahoo! Mail has the best spam
> >>
> >>protection around
> >>
> >>>http://mail.yahoo.com
> >>>
> >>>
> >>>
> >>
> >
>
-------------------------------------------------------
> >
> >>>This SF.Net email is sponsored by: NEC IT Guy
> >>
> >>Games. How far can you shotput
> >>
> >>>a projector? How fast can you ride your desk
> chair
> >>
> >>down the office luge track?
> >>
> >>>If you want to score the big prize, get to know
> >>
> >>the little guy.
> >>
> >>>Play to win an NEC 61" plasma display:
> >>
> >>http://www.necitguy.com/?r=20
> >>
> >>>_______________________________________________
> >>>Bluez-users mailing list
> >>>Bluez-users@lists.sourceforge.net
> >>>
> >>
> >
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
> >>
> >>
> >>
> >
>
-------------------------------------------------------
> >
> >>This SF.Net email is sponsored by: NEC IT Guy
> Games.
> >> How far can you shotput
> >>a projector? How fast can you ride your desk chair
> >>down the office luge track?
> >>If you want to score the big prize, get to know
> the
> >>little guy.
> >>Play to win an NEC 61" plasma display:
> >>http://www.necitguy.com/?r
> >>_______________________________________________
> >>Bluez-users mailing list
> >>Bluez-users@lists.sourceforge.net
> >>
> >
> >
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
> >
> >
> >
> >
> > __________________________________
> > Discover Yahoo!
> > Have fun online with music videos, cool games, IM
> and more. Check it out!
> > http://discover.yahoo.com/online.html
> >
> >
> >
>
-------------------------------------------------------
> > This SF.Net email is sponsored by: NEC IT Guy
> Games. How far can you shotput
> > a projector? How fast can you ride your desk chair
> down the office luge track?
> > If you want to score the big prize, get to know
> the little guy.
> > Play to win an NEC 61" plasma display:
> http://www.necitguy.com/?r=20
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> >
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
> >
>
>
>
>
-------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.
> How far can you shotput
> a projector? How fast can you ride your desk chair
> down the office luge track?
> If you want to score the big prize, get to know the
> little guy.
> Play to win an NEC 61" plasma display:
> http://www.necitguy.com/?r=20
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
>
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] python error on bluepin
2005-06-13 20:15 ` John H.
@ 2005-06-13 20:26 ` Marco Trudel
2005-06-16 7:50 ` Fredy P
1 sibling, 0 replies; 18+ messages in thread
From: Marco Trudel @ 2005-06-13 20:26 UTC (permalink / raw)
To: bluez-users
If your computer needs a pin for pairing, it gets called.
usually you're in security mode 1, there's no pin required...
hcid.conf holds the mentioned settings.
regards
Marco
John H. wrote:
> ah ok. it's not getting called no matter what,
> though, what is supposed to call it? It never pops
> anything up when I tell my phone to search and pair.
>
>
> --- Marco Trudel <mtrudel@gmx.ch> wrote:
>
>
>>You've to supply the apropriate parameters if you
>>wan't to call it
>>yourself. It won't work withhout them.
>>It's a pyton script, you can look at the source...
>>
>>regards
>>Marco
>>
>>
>>John H. wrote:
>>
>>>I ran this from X:)
>>>
>>>--- Fredy P <digitalfredy@debiancolombia.org>
>>
>>wrote:
>>
>>>
>>>>El dom, 12-06-2005 a las 19:50 -0700, John H.
>>>>escribió:
>>>>
>>>>
>>>>>bluepin
>>>>>Xlib: connection to ":0.0" refused by server
>>>>>Xlib: No protocol specified
>>>>>
>>>>>Traceback (most recent call last):
>>>>> File "/usr/bin/bluepin", line 39, in ?
>>>>> import gtk
>>>>> File
>>>>>
>>>>
> "/var/tmp/pygtk2-2.6.2-root/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py",
>
>>>>>line 37, in ?
>>>>>RuntimeError: could not open display
>>>>
>>>>its becouse your blue_pin needs X, for use without
>>
>>x
>>
>>>>you can made a
>>>>simple pin_helper, you can see it in:
>>>>
>>>
>>>
> http://el-directorio.org/index.php/Bluetooth_en_debian
>
>>>>In spanish, but if you read the congig files you
>>
>>can
>>
>>>>understand
>>>>
>>>>
>>>>
>>>>__________________________________________________
>>>>
>>>>>Do You Yahoo!?
>>>>>Tired of spam? Yahoo! Mail has the best spam
>>>>
>>>>protection around
>>>>
>>>>
>>>>>http://mail.yahoo.com
>>>>>
>>>>>
>>>>>
>>>>
> -------------------------------------------------------
>
>>>>>This SF.Net email is sponsored by: NEC IT Guy
>>>>
>>>>Games. How far can you shotput
>>>>
>>>>
>>>>>a projector? How fast can you ride your desk
>>
>>chair
>>
>>>>down the office luge track?
>>>>
>>>>
>>>>>If you want to score the big prize, get to know
>>>>
>>>>the little guy.
>>>>
>>>>
>>>>>Play to win an NEC 61" plasma display:
>>>>
>>>>http://www.necitguy.com/?r=20
>>>>
>>>>
>>>>>_______________________________________________
>>>>>Bluez-users mailing list
>>>>>Bluez-users@lists.sourceforge.net
>>>>>
>>>>
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>>>>
>>>>
> -------------------------------------------------------
>
>>>>This SF.Net email is sponsored by: NEC IT Guy
>>
>>Games.
>>
>>>>How far can you shotput
>>>>a projector? How fast can you ride your desk chair
>>>>down the office luge track?
>>>>If you want to score the big prize, get to know
>>
>>the
>>
>>>>little guy.
>>>>Play to win an NEC 61" plasma display:
>>>>http://www.necitguy.com/?r
>>>>_______________________________________________
>>>>Bluez-users mailing list
>>>>Bluez-users@lists.sourceforge.net
>>>>
>>>
>>>
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>>>
>>>
>>>
>>>
>>>__________________________________
>>>Discover Yahoo!
>>>Have fun online with music videos, cool games, IM
>>
>>and more. Check it out!
>>
>>>http://discover.yahoo.com/online.html
>>>
>>>
>>>
>>
> -------------------------------------------------------
>
>>>This SF.Net email is sponsored by: NEC IT Guy
>>
>>Games. How far can you shotput
>>
>>>a projector? How fast can you ride your desk chair
>>
>>down the office luge track?
>>
>>>If you want to score the big prize, get to know
>>
>>the little guy.
>>
>>>Play to win an NEC 61" plasma display:
>>
>>http://www.necitguy.com/?r=20
>>
>>>_______________________________________________
>>>Bluez-users mailing list
>>>Bluez-users@lists.sourceforge.net
>>>
>>
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>>>
>>
>>
>>
> -------------------------------------------------------
>
>>This SF.Net email is sponsored by: NEC IT Guy Games.
>> How far can you shotput
>>a projector? How fast can you ride your desk chair
>>down the office luge track?
>>If you want to score the big prize, get to know the
>>little guy.
>>Play to win an NEC 61" plasma display:
>>http://www.necitguy.com/?r=20
>>_______________________________________________
>>Bluez-users mailing list
>>Bluez-users@lists.sourceforge.net
>>
>
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Read only the mail you want - Yahoo! Mail SpamGuard.
> http://promotions.yahoo.com/new_mail
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
> a projector? How fast can you ride your desk chair down the office luge track?
> If you want to score the big prize, get to know the little guy.
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] python error on bluepin
2005-06-13 20:15 ` John H.
2005-06-13 20:26 ` Marco Trudel
@ 2005-06-16 7:50 ` Fredy P
2005-06-17 2:58 ` [Bluez-users] upgrade to fc4 kills bluez-utils John H.
2005-06-19 21:30 ` [Bluez-users] error on bluez-utils compile(fc4) John H.
1 sibling, 2 replies; 18+ messages in thread
From: Fredy P @ 2005-06-16 7:50 UTC (permalink / raw)
To: bluez-users
El lun, 13-06-2005 a las 13:15 -0700, John H. escribi=F3:
John, another option if bluepin don`t work is bluez-pin (it es the
default in debian)
> ah ok. it's not getting called no matter what,
> though, what is supposed to call it? It never pops
> anything up when I tell my phone to search and pair.
>=20
>=20
> --- Marco Trudel <mtrudel@gmx.ch> wrote:
>=20
> > You've to supply the apropriate parameters if you
> > wan't to call it=20
> > yourself. It won't work withhout them.
> > It's a pyton script, you can look at the source...
> >=20
> > regards
> > Marco
> >=20
> >=20
> > John H. wrote:
> > > I ran this from X:)
> > >=20
> > > --- Fredy P <digitalfredy@debiancolombia.org>
> > wrote:
> > >=20
> > >=20
> > >>El dom, 12-06-2005 a las 19:50 -0700, John H.
> > >>escribi=F3:
> > >>
> > >>> bluepin
> > >>>Xlib: connection to ":0.0" refused by server
> > >>>Xlib: No protocol specified
> > >>>
> > >>>Traceback (most recent call last):
> > >>> File "/usr/bin/bluepin", line 39, in ?
> > >>> import gtk
> > >>> File
> > >>>
> > >>
> > >
> >
> "/var/tmp/pygtk2-2.6.2-root/usr/lib/python2.3/site-packages/gtk-2.0/gtk/_=
_init__.py",
> > >=20
> > >>>line 37, in ?
> > >>>RuntimeError: could not open display
> > >>
> > >>its becouse your blue_pin needs X, for use without
> > x
> > >>you can made a
> > >>simple pin_helper, you can see it in:
> > >>
> > >=20
> > >
> >
> http://el-directorio.org/index.php/Bluetooth_en_debian
> > >=20
> > >>In spanish, but if you read the congig files you
> > can
> > >>understand
> > >>
> > >>
> > >>>
> >
> >>>__________________________________________________
> > >>>Do You Yahoo!?
> > >>>Tired of spam? Yahoo! Mail has the best spam
> > >>
> > >>protection around=20
> > >>
> > >>>http://mail.yahoo.com=20
> > >>>
> > >>>
> > >>>
> > >>
> > >
> >
> -------------------------------------------------------
> > >=20
> > >>>This SF.Net email is sponsored by: NEC IT Guy
> > >>
> > >>Games. How far can you shotput
> > >>
> > >>>a projector? How fast can you ride your desk
> > chair
> > >>
> > >>down the office luge track?
> > >>
> > >>>If you want to score the big prize, get to know
> > >>
> > >>the little guy. =20
> > >>
> > >>>Play to win an NEC 61" plasma display:
> > >>
> > >>http://www.necitguy.com/?r=3D20
> > >>
> > >>>_______________________________________________
> > >>>Bluez-users mailing list
> > >>>Bluez-users@lists.sourceforge.net
> > >>>
> > >>
> > >
> >
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> > >=20
> > >>
> > >>
> > >>
> > >
> >
> -------------------------------------------------------
> > >=20
> > >>This SF.Net email is sponsored by: NEC IT Guy
> > Games.
> > >> How far can you shotput
> > >>a projector? How fast can you ride your desk chair
> > >>down the office luge track?
> > >>If you want to score the big prize, get to know
> > the
> > >>little guy.
> > >>Play to win an NEC 61" plasma display:
> > >>http://www.necitguy.com/?r=20
> > >>_______________________________________________
> > >>Bluez-users mailing list
> > >>Bluez-users@lists.sourceforge.net
> > >>
> > >=20
> > >
> >
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> > >=20
> > >=20
> > >=20
> > >=20
> > > =09
> > > __________________________________=20
> > > Discover Yahoo!=20
> > > Have fun online with music videos, cool games, IM
> > and more. Check it out!=20
> > > http://discover.yahoo.com/online.html
> > >=20
> > >=20
> > >
> >
> -------------------------------------------------------
> > > This SF.Net email is sponsored by: NEC IT Guy
> > Games. How far can you shotput
> > > a projector? How fast can you ride your desk chair
> > down the office luge track?
> > > If you want to score the big prize, get to know
> > the little guy. =20
> > > Play to win an NEC 61" plasma display:
> > http://www.necitguy.com/?r=3D20
> > > _______________________________________________
> > > Bluez-users mailing list
> > > Bluez-users@lists.sourceforge.net
> > >
> >
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> > >=20
> > >=20
> >=20
> >=20
> >=20
> >
> -------------------------------------------------------
> > This SF.Net email is sponsored by: NEC IT Guy Games.
> > How far can you shotput
> > a projector? How fast can you ride your desk chair
> > down the office luge track?
> > If you want to score the big prize, get to know the
> > little guy. =20
> > Play to win an NEC 61" plasma display:
> > http://www.necitguy.com/?r=3D20
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> >=20
>=20
>=20
>=20
> =09
> __________________________________=20
> Do you Yahoo!?=20
> Read only the mail you want - Yahoo! Mail SpamGuard.=20
> http://promotions.yahoo.com/new_mail=20
>=20
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games. How far can you sho=
tput
> a projector? How fast can you ride your desk chair down the office luge t=
rack?
> If you want to score the big prize, get to know the little guy. =20
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=3D20
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* [Bluez-users] upgrade to fc4 kills bluez-utils
2005-06-16 7:50 ` Fredy P
@ 2005-06-17 2:58 ` John H.
2005-06-19 21:30 ` [Bluez-users] error on bluez-utils compile(fc4) John H.
1 sibling, 0 replies; 18+ messages in thread
From: John H. @ 2005-06-17 2:58 UTC (permalink / raw)
To: bluez-users
and so I tried to recompile and i get this, despite
recompiling/installing bluez-libs
-L/usr/lib -ldbus-1 /usr/lib/libbluetooth.so
dbus.o(.text+0x75): In function
`hcid_dbus_request_pin':
dbus.c: undefined reference to
`dbus_message_append_iter_init'
dbus.o(.text+0x85):dbus.c: undefined reference to
`dbus_message_iter_append_boolean'
dbus.o(.text+0x91):dbus.c: undefined reference to
`dbus_message_iter_append_byte_array'
dbus.o(.text+0x2f1): In function
`reply_handler_function':
dbus.c: undefined reference to
`dbus_pending_call_get_reply'
dbus.o(.text+0x354):dbus.c: undefined reference to
`dbus_message_iter_get_string'
collect2: ld returned 1 exit status
make[2]: *** [hcid] Error 1
make[2]: Leaving directory
`/tmp/bluez-utils-2.17/hcid'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/bluez-utils-2.17'
make: *** [all] Error 2
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* [Bluez-users] error on bluez-utils compile(fc4)
2005-06-16 7:50 ` Fredy P
2005-06-17 2:58 ` [Bluez-users] upgrade to fc4 kills bluez-utils John H.
@ 2005-06-19 21:30 ` John H.
2005-06-19 21:35 ` Marcel Holtmann
1 sibling, 1 reply; 18+ messages in thread
From: John H. @ 2005-06-19 21:30 UTC (permalink / raw)
To: bluez-users
Any ideas? I am assuming it's something new with
dbus.
dbus.o(.text+0x75): In function
`hcid_dbus_request_pin':
dbus.c: undefined reference to
`dbus_message_append_iter_init'
dbus.o(.text+0x85):dbus.c: undefined reference to
`dbus_message_iter_append_boolean'
dbus.o(.text+0x91):dbus.c: undefined reference to
`dbus_message_iter_append_byte_array'
dbus.o(.text+0x2f1): In function
`reply_handler_function':
dbus.c: undefined reference to
`dbus_pending_call_get_reply'
dbus.o(.text+0x354):dbus.c: undefined reference to
`dbus_message_iter_get_string'
collect2: ld returned 1 exit status
make[2]: *** [hcid] Error 1
make[2]: Leaving directory
`/tmp/bluez-utils-2.17/hcid'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/bluez-utils-2.17'
make: *** [all] Error 2
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] error on bluez-utils compile(fc4)
2005-06-19 21:30 ` [Bluez-users] error on bluez-utils compile(fc4) John H.
@ 2005-06-19 21:35 ` Marcel Holtmann
2005-06-19 21:37 ` John H.
2005-06-19 21:49 ` John H.
0 siblings, 2 replies; 18+ messages in thread
From: Marcel Holtmann @ 2005-06-19 21:35 UTC (permalink / raw)
To: bluez-users
Hi John,
> Any ideas? I am assuming it's something new with
> dbus.
>
>
> dbus.o(.text+0x75): In function
> `hcid_dbus_request_pin':
> dbus.c: undefined reference to
> `dbus_message_append_iter_init'
> dbus.o(.text+0x85):dbus.c: undefined reference to
> `dbus_message_iter_append_boolean'
> dbus.o(.text+0x91):dbus.c: undefined reference to
> `dbus_message_iter_append_byte_array'
> dbus.o(.text+0x2f1): In function
> `reply_handler_function':
> dbus.c: undefined reference to
> `dbus_pending_call_get_reply'
> dbus.o(.text+0x354):dbus.c: undefined reference to
> `dbus_message_iter_get_string'
> collect2: ld returned 1 exit status
> make[2]: *** [hcid] Error 1
> make[2]: Leaving directory
> `/tmp/bluez-utils-2.17/hcid'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/bluez-utils-2.17'
> make: *** [all] Error 2
the CVS version should fix it.
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] error on bluez-utils compile(fc4)
2005-06-19 21:35 ` Marcel Holtmann
@ 2005-06-19 21:37 ` John H.
2005-06-19 21:48 ` Marcel Holtmann
2005-06-19 21:49 ` John H.
1 sibling, 1 reply; 18+ messages in thread
From: John H. @ 2005-06-19 21:37 UTC (permalink / raw)
To: bluez-users
thanks, is it ok to leave the other parts of bluez as
released versions?
--- Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi John,
>
> > Any ideas? I am assuming it's something new with
> > dbus.
> >
> >
> > dbus.o(.text+0x75): In function
> > `hcid_dbus_request_pin':
> > dbus.c: undefined reference to
> > `dbus_message_append_iter_init'
> > dbus.o(.text+0x85):dbus.c: undefined reference to
> > `dbus_message_iter_append_boolean'
> > dbus.o(.text+0x91):dbus.c: undefined reference to
> > `dbus_message_iter_append_byte_array'
> > dbus.o(.text+0x2f1): In function
> > `reply_handler_function':
> > dbus.c: undefined reference to
> > `dbus_pending_call_get_reply'
> > dbus.o(.text+0x354):dbus.c: undefined reference to
> > `dbus_message_iter_get_string'
> > collect2: ld returned 1 exit status
> > make[2]: *** [hcid] Error 1
> > make[2]: Leaving directory
> > `/tmp/bluez-utils-2.17/hcid'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/tmp/bluez-utils-2.17'
> > make: *** [all] Error 2
>
> the CVS version should fix it.
>
> Regards
>
> Marcel
>
>
>
>
>
-------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux
> Migration Strategies
> from IBM. Find simple to follow Roadmaps,
> straightforward articles,
> informative Webcasts and more! Get everything you
> need to get up to
> speed, fast.
>
http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
>
__________________________________
Discover Yahoo!
Get on-the-go sports scores, stock quotes, news and more. Check it out!
http://discover.yahoo.com/mobile.html
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] error on bluez-utils compile(fc4)
2005-06-19 21:37 ` John H.
@ 2005-06-19 21:48 ` Marcel Holtmann
0 siblings, 0 replies; 18+ messages in thread
From: Marcel Holtmann @ 2005-06-19 21:48 UTC (permalink / raw)
To: bluez-users
Hi John,
> thanks, is it ok to leave the other parts of bluez as
> released versions?
that won't work. Autoconf must detect the supported D-Bus functions.
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] error on bluez-utils compile(fc4)
2005-06-19 21:35 ` Marcel Holtmann
2005-06-19 21:37 ` John H.
@ 2005-06-19 21:49 ` John H.
2005-06-19 21:52 ` Marcel Holtmann
1 sibling, 1 reply; 18+ messages in thread
From: John H. @ 2005-06-19 21:49 UTC (permalink / raw)
To: bluez-users
apparently not, or something.
I tried utils, and it gave me this error...
hciconfig.o(.text+0x1bd4): In function `cmd_inq_type':
hciconfig.c: undefined reference to
`hci_write_inquiry_scan_type'
hciconfig.o(.text+0x1bf8):hciconfig.c: undefined
reference to `hci_read_inquiry_scan_type'
collect2: ld returned 1 exit status
make[2]: *** [hciconfig] Error 1
make[2]: Leaving directory
`/tmp/bluez-utils-cvs/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/bluez-utils-cvs'
make: *** [all] Error 2
utils2 gave me this error on configure, although I
have luez-libs 2.17 installed ...
checking for bt_inquiry in -lbluetooth... no
configure: error: Bluetooth library not found
--- Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi John,
>
> > Any ideas? I am assuming it's something new with
> > dbus.
> >
> >
> > dbus.o(.text+0x75): In function
> > `hcid_dbus_request_pin':
> > dbus.c: undefined reference to
> > `dbus_message_append_iter_init'
> > dbus.o(.text+0x85):dbus.c: undefined reference to
> > `dbus_message_iter_append_boolean'
> > dbus.o(.text+0x91):dbus.c: undefined reference to
> > `dbus_message_iter_append_byte_array'
> > dbus.o(.text+0x2f1): In function
> > `reply_handler_function':
> > dbus.c: undefined reference to
> > `dbus_pending_call_get_reply'
> > dbus.o(.text+0x354):dbus.c: undefined reference to
> > `dbus_message_iter_get_string'
> > collect2: ld returned 1 exit status
> > make[2]: *** [hcid] Error 1
> > make[2]: Leaving directory
> > `/tmp/bluez-utils-2.17/hcid'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/tmp/bluez-utils-2.17'
> > make: *** [all] Error 2
>
> the CVS version should fix it.
>
> Regards
>
> Marcel
>
>
>
>
>
-------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux
> Migration Strategies
> from IBM. Find simple to follow Roadmaps,
> straightforward articles,
> informative Webcasts and more! Get everything you
> need to get up to
> speed, fast.
>
http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
>
__________________________________
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] error on bluez-utils compile(fc4)
2005-06-19 21:49 ` John H.
@ 2005-06-19 21:52 ` Marcel Holtmann
2005-06-21 8:59 ` John H.
0 siblings, 1 reply; 18+ messages in thread
From: Marcel Holtmann @ 2005-06-19 21:52 UTC (permalink / raw)
To: bluez-users
Hi John,
> apparently not, or something.
>
> I tried utils, and it gave me this error...
>
> hciconfig.o(.text+0x1bd4): In function `cmd_inq_type':
> hciconfig.c: undefined reference to
> `hci_write_inquiry_scan_type'
> hciconfig.o(.text+0x1bf8):hciconfig.c: undefined
> reference to `hci_read_inquiry_scan_type'
> collect2: ld returned 1 exit status
> make[2]: *** [hciconfig] Error 1
> make[2]: Leaving directory
> `/tmp/bluez-utils-cvs/tools'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/bluez-utils-cvs'
> make: *** [all] Error 2
you need the libs from CVS, too.
> utils2 gave me this error on configure, although I
> have luez-libs 2.17 installed ...
>
> checking for bt_inquiry in -lbluetooth... no
> configure: error: Bluetooth library not found
Don't mix libs2 or utils2 with current libs and utils.
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] error on bluez-utils compile(fc4)
2005-06-19 21:52 ` Marcel Holtmann
@ 2005-06-21 8:59 ` John H.
2005-06-21 10:58 ` Marcel Holtmann
0 siblings, 1 reply; 18+ messages in thread
From: John H. @ 2005-06-21 8:59 UTC (permalink / raw)
To: bluez-users
so libs2 and utils2 is not related to 2.17 of both on
site?
--- Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi John,
>
> > apparently not, or something.
> >
> > I tried utils, and it gave me this error...
> >
> > hciconfig.o(.text+0x1bd4): In function
> `cmd_inq_type':
> > hciconfig.c: undefined reference to
> > `hci_write_inquiry_scan_type'
> > hciconfig.o(.text+0x1bf8):hciconfig.c: undefined
> > reference to `hci_read_inquiry_scan_type'
> > collect2: ld returned 1 exit status
> > make[2]: *** [hciconfig] Error 1
> > make[2]: Leaving directory
> > `/tmp/bluez-utils-cvs/tools'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/tmp/bluez-utils-cvs'
> > make: *** [all] Error 2
>
> you need the libs from CVS, too.
>
> > utils2 gave me this error on configure, although I
> > have luez-libs 2.17 installed ...
> >
> > checking for bt_inquiry in -lbluetooth... no
> > configure: error: Bluetooth library not found
>
> Don't mix libs2 or utils2 with current libs and
> utils.
>
> Regards
>
> Marcel
>
>
>
>
>
-------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux
> Migration Strategies
> from IBM. Find simple to follow Roadmaps,
> straightforward articles,
> informative Webcasts and more! Get everything you
> need to get up to
> speed, fast.
>
http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [Bluez-users] error on bluez-utils compile(fc4)
2005-06-21 8:59 ` John H.
@ 2005-06-21 10:58 ` Marcel Holtmann
0 siblings, 0 replies; 18+ messages in thread
From: Marcel Holtmann @ 2005-06-21 10:58 UTC (permalink / raw)
To: bluez-users
Hi John,
> so libs2 and utils2 is not related to 2.17 of both on
> site?
these will be the next generation, but for now libs and utils are the
current 2.17 revision.
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2005-06-21 10:58 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-12 8:57 [Bluez-users] can't receive files from phone Graham White
2005-06-12 12:56 ` Fredy P
2005-06-13 2:50 ` [Bluez-users] python error on bluepin John H.
2005-06-13 6:41 ` Fredy P
2005-06-13 19:54 ` John H.
2005-06-13 20:10 ` Marco Trudel
2005-06-13 20:15 ` John H.
2005-06-13 20:26 ` Marco Trudel
2005-06-16 7:50 ` Fredy P
2005-06-17 2:58 ` [Bluez-users] upgrade to fc4 kills bluez-utils John H.
2005-06-19 21:30 ` [Bluez-users] error on bluez-utils compile(fc4) John H.
2005-06-19 21:35 ` Marcel Holtmann
2005-06-19 21:37 ` John H.
2005-06-19 21:48 ` Marcel Holtmann
2005-06-19 21:49 ` John H.
2005-06-19 21:52 ` Marcel Holtmann
2005-06-21 8:59 ` John H.
2005-06-21 10:58 ` Marcel Holtmann
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.