All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Configure PCMCIA Zoom Bluetooth
@ 2005-04-07 16:29 Cesar Diaz
  2005-04-07 16:37 ` Marcel Holtmann
  0 siblings, 1 reply; 12+ messages in thread
From: Cesar Diaz @ 2005-04-07 16:29 UTC (permalink / raw)
  To: bluez-users

Good Afternon :
First sorry by my english is very poor i've a question about to configure a 
pcmcia card Zoom 4312 Bluetooth i see in your web a description about card 
information structure of the zoom bluetooth card. i installed ubuntu hoary 
rc in my laptop (Toshiba 1700-200) and i can not use the multysinc to pairy 
my SE Phone with the laptop with cardctrl  ident i obtaint the next 
information:

product info :  "PCMCIA", "Bluetoothcard","",""
manfid: 0x0279, 0x950b
function : 2 (serial)

i never configure a pcmcia card somebody can help me

Thanks in advance




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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-07 16:29 [Bluez-users] Configure PCMCIA Zoom Bluetooth Cesar Diaz
@ 2005-04-07 16:37 ` Marcel Holtmann
  2005-04-07 17:14   ` David Vitrant
  2005-04-07 17:17   ` Cesar Diaz
  0 siblings, 2 replies; 12+ messages in thread
From: Marcel Holtmann @ 2005-04-07 16:37 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi Cesar,

> First sorry by my english is very poor i've a question about to configure a 
> pcmcia card Zoom 4312 Bluetooth i see in your web a description about card 
> information structure of the zoom bluetooth card. i installed ubuntu hoary 
> rc in my laptop (Toshiba 1700-200) and i can not use the multysinc to pairy 
> my SE Phone with the laptop with cardctrl  ident i obtaint the next 
> information:
> 
> product info :  "PCMCIA", "Bluetoothcard","",""
> manfid: 0x0279, 0x950b
> function : 2 (serial)

check with "dmesg" for a new ttyS device after you put in that card and
then call "hciattach <dev> zoom".

Regards

Marcel




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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-07 16:37 ` Marcel Holtmann
@ 2005-04-07 17:14   ` David Vitrant
  2005-04-07 17:27     ` Marcel Holtmann
  2005-04-07 17:17   ` Cesar Diaz
  1 sibling, 1 reply; 12+ messages in thread
From: David Vitrant @ 2005-04-07 17:14 UTC (permalink / raw)
  To: bluez-users

this is how i connected my billionton card (same way with the zoom i
bought and returned after i figurd out how to get my card working)

well that's my script at startup that doesn' twork actually :)  but
the commands in line work.. the attach is for your ttys device once u
figure it out from dmesg.. then run the hcid, an hciconfig to see if
it's running.. then you can run hidd --connect and the mac of the
device..

hey marcel i have a question..   it seems everytime i run my connect
thing.. ineed to have my mouse in the pairing mode (solid light.. like
when i pair it with windows) is there a way to just have the mouse
connect without paring it everytime i reboot hte machine. ?


anyway i hope this helps anybody else that has a billionton card..
good work with the drivers..

#!/bin/sh

hciattach ttyS14 bcsp 921600
hcid
hciconfig

hidd --server

hidd --connect 00:0E:A1:03:09:AC


On Apr 7, 2005 12:37 PM, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Cesar,
> 
> > First sorry by my english is very poor i've a question about to configure a
> > pcmcia card Zoom 4312 Bluetooth i see in your web a description about card
> > information structure of the zoom bluetooth card. i installed ubuntu hoary
> > rc in my laptop (Toshiba 1700-200) and i can not use the multysinc to pairy
> > my SE Phone with the laptop with cardctrl  ident i obtaint the next
> > information:
> >
> > product info :  "PCMCIA", "Bluetoothcard","",""
> > manfid: 0x0279, 0x950b
> > function : 2 (serial)
> 
> check with "dmesg" for a new ttyS device after you put in that card and
> then call "hciattach <dev> zoom".
> 
> Regards
> 
> Marcel
> 
> -------------------------------------------------------
> 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
>


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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-07 16:37 ` Marcel Holtmann
  2005-04-07 17:14   ` David Vitrant
@ 2005-04-07 17:17   ` Cesar Diaz
  2005-04-07 17:26     ` Marcel Holtmann
  1 sibling, 1 reply; 12+ messages in thread
From: Cesar Diaz @ 2005-04-07 17:17 UTC (permalink / raw)
  To: bluez-users

with dmesg i see a new ttyS14 but when i write "hciattach ttys14 zoom"  i 
received the next message :

unkwon device type or id

thanks

>From: Marcel Holtmann <marcel@holtmann.org>
>Reply-To: bluez-users@lists.sourceforge.net
>To: BlueZ Mailing List <bluez-users@lists.sourceforge.net>
>Subject: Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
>Date: Thu, 07 Apr 2005 18:37:21 +0200
>
>Hi Cesar,
>
> > First sorry by my english is very poor i've a question about to 
>configure a
> > pcmcia card Zoom 4312 Bluetooth i see in your web a description about 
>card
> > information structure of the zoom bluetooth card. i installed ubuntu 
>hoary
> > rc in my laptop (Toshiba 1700-200) and i can not use the multysinc to 
>pairy
> > my SE Phone with the laptop with cardctrl  ident i obtaint the next
> > information:
> >
> > product info :  "PCMCIA", "Bluetoothcard","",""
> > manfid: 0x0279, 0x950b
> > function : 2 (serial)
>
>check with "dmesg" for a new ttyS device after you put in that card and
>then call "hciattach <dev> zoom".
>
>Regards
>
>Marcel
>
>
>
>
>-------------------------------------------------------
>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




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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-07 17:17   ` Cesar Diaz
@ 2005-04-07 17:26     ` Marcel Holtmann
  2005-04-07 17:38       ` Cesar Diaz
  2005-04-07 17:56       ` [Bluez-users] Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth !!!SOLVED¡¡¡ Cesar Diaz
  0 siblings, 2 replies; 12+ messages in thread
From: Marcel Holtmann @ 2005-04-07 17:26 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi Cesar,

> with dmesg i see a new ttyS14 but when i write "hciattach ttys14 zoom"  i 
> received the next message :
> 
> unkwon device type or id

then update your bluez-utils and it is ttyS14 and not ttys14.

Regards

Marcel




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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-07 17:14   ` David Vitrant
@ 2005-04-07 17:27     ` Marcel Holtmann
  0 siblings, 0 replies; 12+ messages in thread
From: Marcel Holtmann @ 2005-04-07 17:27 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi David,

> this is how i connected my billionton card (same way with the zoom i
> bought and returned after i figurd out how to get my card working)
> 
> well that's my script at startup that doesn' twork actually :)  but
> the commands in line work.. the attach is for your ttys device once u
> figure it out from dmesg.. then run the hcid, an hciconfig to see if
> it's running.. then you can run hidd --connect and the mac of the
> device..
> 
> hey marcel i have a question..   it seems everytime i run my connect
> thing.. ineed to have my mouse in the pairing mode (solid light.. like
> when i pair it with windows) is there a way to just have the mouse
> connect without paring it everytime i reboot hte machine. ?
> 
> 
> anyway i hope this helps anybody else that has a billionton card..
> good work with the drivers..
> 
> #!/bin/sh
> 
> hciattach ttyS14 bcsp 921600
> hcid
> hciconfig
> 
> hidd --server
> 
> hidd --connect 00:0E:A1:03:09:AC

the connect is needed only once. After that the mouse will reconnect by
itself if needed.

Regards

Marcel




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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-07 17:26     ` Marcel Holtmann
@ 2005-04-07 17:38       ` Cesar Diaz
  2005-04-07 17:46         ` Marcel Holtmann
  2005-04-07 17:50         ` Erwin Authried
  2005-04-07 17:56       ` [Bluez-users] Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth !!!SOLVED¡¡¡ Cesar Diaz
  1 sibling, 2 replies; 12+ messages in thread
From: Cesar Diaz @ 2005-04-07 17:38 UTC (permalink / raw)
  To: bluez-users

Sorry but i write it correctly in my computer and the bluez-utils are the 
last from ubuntu repositories
and continue with the same error "unkwon type or id"


Thanks

>From: Marcel Holtmann <marcel@holtmann.org>
>Reply-To: bluez-users@lists.sourceforge.net
>To: BlueZ Mailing List <bluez-users@lists.sourceforge.net>
>Subject: Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
>Date: Thu, 07 Apr 2005 19:26:27 +0200
>
>Hi Cesar,
>
> > with dmesg i see a new ttyS14 but when i write "hciattach ttys14 zoom"  
>i
> > received the next message :
> >
> > unkwon device type or id
>
>then update your bluez-utils and it is ttyS14 and not ttys14.
>
>Regards
>
>Marcel
>
>
>
>
>-------------------------------------------------------
>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




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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-07 17:38       ` Cesar Diaz
@ 2005-04-07 17:46         ` Marcel Holtmann
  2005-04-07 17:50         ` Erwin Authried
  1 sibling, 0 replies; 12+ messages in thread
From: Marcel Holtmann @ 2005-04-07 17:46 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi Cesar,

> Sorry but i write it correctly in my computer and the bluez-utils are the 
> last from ubuntu repositories
> and continue with the same error "unkwon type or id"

then try "hciattach ttyS14 bcsp 115200" or check the manual page for
other possible options. Or compile bluez-utils from the source.

Regards

Marcel




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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-07 17:38       ` Cesar Diaz
  2005-04-07 17:46         ` Marcel Holtmann
@ 2005-04-07 17:50         ` Erwin Authried
  2005-04-08  9:52           ` Cesar Diaz
  1 sibling, 1 reply; 12+ messages in thread
From: Erwin Authried @ 2005-04-07 17:50 UTC (permalink / raw)
  To: bluez-users@lists.sourceforge.net

Am Don, den 07.04.2005 schrieb Cesar Diaz um 19:38:
> Sorry but i write it correctly in my computer and the bluez-utils are the 
> last from ubuntu repositories
> and continue with the same error "unkwon type or id"
> 
you should try 
  hciattach <dev> bcsp

if "zoom" isn't available.

Regards,
Erwin




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

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

* [Bluez-users] Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth !!!SOLVED¡¡¡
  2005-04-07 17:26     ` Marcel Holtmann
  2005-04-07 17:38       ` Cesar Diaz
@ 2005-04-07 17:56       ` Cesar Diaz
  1 sibling, 0 replies; 12+ messages in thread
From: Cesar Diaz @ 2005-04-07 17:56 UTC (permalink / raw)
  To: bluez-users

Many thanks, the problem is the ubuntu packages i deinstalled it and 
download the tars from bluez and compile it ans now work ok


>From: Marcel Holtmann <marcel@holtmann.org>
>Reply-To: bluez-users@lists.sourceforge.net
>To: BlueZ Mailing List <bluez-users@lists.sourceforge.net>
>Subject: Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
>Date: Thu, 07 Apr 2005 19:26:27 +0200
>
>Hi Cesar,
>
> > with dmesg i see a new ttyS14 but when i write "hciattach ttys14 zoom"  
>i
> > received the next message :
> >
> > unkwon device type or id
>
>then update your bluez-utils and it is ttyS14 and not ttys14.
>
>Regards
>
>Marcel
>
>
>
>
>-------------------------------------------------------
>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




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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-07 17:50         ` Erwin Authried
@ 2005-04-08  9:52           ` Cesar Diaz
  2005-04-08 12:56             ` David Vitrant
  0 siblings, 1 reply; 12+ messages in thread
From: Cesar Diaz @ 2005-04-08  9:52 UTC (permalink / raw)
  To: bluez-users

With the device bcsp and the standard ubuntu packages work fine.

but now i have another problem when reboot the machine i must write manually 
it to work again

how i can automatize the load of module in the init

many thanks by the help

>From: Erwin Authried <eauth@softsys.co.at>
>Reply-To: bluez-users@lists.sourceforge.net
>To: "bluez-users@lists.sourceforge.net" <bluez-users@lists.sourceforge.net>
>Subject: Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
>Date: Thu, 07 Apr 2005 19:50:38 +0200
>
>Am Don, den 07.04.2005 schrieb Cesar Diaz um 19:38:
> > Sorry but i write it correctly in my computer and the bluez-utils are 
>the
> > last from ubuntu repositories
> > and continue with the same error "unkwon type or id"
> >
>you should try
>   hciattach <dev> bcsp
>
>if "zoom" isn't available.
>
>Regards,
>Erwin
>
>
>
>
>-------------------------------------------------------
>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




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

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

* Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
  2005-04-08  9:52           ` Cesar Diaz
@ 2005-04-08 12:56             ` David Vitrant
  0 siblings, 0 replies; 12+ messages in thread
From: David Vitrant @ 2005-04-08 12:56 UTC (permalink / raw)
  To: bluez-users

hi.. well the way i did it.. was to make an init script like like in
my previous email (except you might want to remove that last line)

then put it in /etc/init.d 

finally go into /etc/rc5.d and put a symlink to your script 

you should probably start with S99 (make sure the name isn't the same
as something htere).. and make sure it's after loading of bluetooth..

hope that helps.

dGV

On Apr 8, 2005 5:52 AM, Cesar Diaz <skagerrad@hotmail.com> wrote:
> With the device bcsp and the standard ubuntu packages work fine.
> 
> but now i have another problem when reboot the machine i must write manually
> it to work again
> 
> how i can automatize the load of module in the init
> 
> many thanks by the help
> 
> >From: Erwin Authried <eauth@softsys.co.at>
> >Reply-To: bluez-users@lists.sourceforge.net
> >To: "bluez-users@lists.sourceforge.net" <bluez-users@lists.sourceforge.net>
> >Subject: Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth
> >Date: Thu, 07 Apr 2005 19:50:38 +0200
> >
> >Am Don, den 07.04.2005 schrieb Cesar Diaz um 19:38:
> > > Sorry but i write it correctly in my computer and the bluez-utils are
> >the
> > > last from ubuntu repositories
> > > and continue with the same error "unkwon type or id"
> > >
> >you should try
> >   hciattach <dev> bcsp
> >
> >if "zoom" isn't available.
> >
> >Regards,
> >Erwin
> >
> >
> >
> >
> >-------------------------------------------------------
> >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
> 
> -------------------------------------------------------
> 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
>


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

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

end of thread, other threads:[~2005-04-08 12:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-07 16:29 [Bluez-users] Configure PCMCIA Zoom Bluetooth Cesar Diaz
2005-04-07 16:37 ` Marcel Holtmann
2005-04-07 17:14   ` David Vitrant
2005-04-07 17:27     ` Marcel Holtmann
2005-04-07 17:17   ` Cesar Diaz
2005-04-07 17:26     ` Marcel Holtmann
2005-04-07 17:38       ` Cesar Diaz
2005-04-07 17:46         ` Marcel Holtmann
2005-04-07 17:50         ` Erwin Authried
2005-04-08  9:52           ` Cesar Diaz
2005-04-08 12:56             ` David Vitrant
2005-04-07 17:56       ` [Bluez-users] Re: [Bluez-users] Configure PCMCIA Zoom Bluetooth !!!SOLVED¡¡¡ Cesar Diaz

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.