public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] hci_uart and Ambicom BT2000E
@ 2004-04-07 17:30 Daniel Jimenez
  2004-04-08  9:59 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Jimenez @ 2004-04-07 17:30 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi all,

In a previous thread Marcell recommended I use serial_cs and hci_uart 
for my Ambicom PCMCIA bluetooth adaptor.

I've got serial_cs working, and it's created device /dev/ttyS1.

I did a hciattach /dev/ttyS1 ericsson and that returned no errors/notices.

hciconfig hci0 up hangs and does nothing. I can control+c out of it.

...

I do notice this in /var/log/messages:

hcid[6522]: HCI dev 0 registered
hcid[6437]: HCI dev 0 registered
hcid[6295]: HCI dev 0 registered
hcid[7097]: Can't init device hci0. Connection timed out(110)
hcid[7098]: Can't init device hci0. Connection timed out(110)
hcid[7099]: Can't init device hci0. Connection timed out(110)

...

I am on kernel 2.6.5.

Tia,
-- 
Daniel Jimenez <djimenez[at]pobox[dot]com>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
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] hci_uart and Ambicom BT2000E
  2004-04-07 17:30 [Bluez-users] hci_uart and Ambicom BT2000E Daniel Jimenez
@ 2004-04-08  9:59 ` Marcel Holtmann
       [not found]   ` <4075EAF9.8060801@pobox.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2004-04-08  9:59 UTC (permalink / raw)
  To: Daniel Jimenez; +Cc: BlueZ Mailing List

Hi Daniel,

> In a previous thread Marcell recommended I use serial_cs and hci_uart 
> for my Ambicom PCMCIA bluetooth adaptor.
> 
> I've got serial_cs working, and it's created device /dev/ttyS1.
> 
> I did a hciattach /dev/ttyS1 ericsson and that returned no errors/notices.
> 
> hciconfig hci0 up hangs and does nothing. I can control+c out of it.
> 
> I do notice this in /var/log/messages:
> 
> hcid[6522]: HCI dev 0 registered
> hcid[6437]: HCI dev 0 registered
> hcid[6295]: HCI dev 0 registered
> hcid[7097]: Can't init device hci0. Connection timed out(110)
> hcid[7098]: Can't init device hci0. Connection timed out(110)
> hcid[7099]: Can't init device hci0. Connection timed out(110)

you should check how many hcid you have running. There must only be one.

The other problem is that not every serial based PCMCIA card works right
now with the 2.6 kernel. Some do and some don't and actually this is a
problem in the serial subsystem, but I don't know where.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
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] hci_uart and Ambicom BT2000E
       [not found]   ` <4075EAF9.8060801@pobox.com>
@ 2004-04-09 18:14     ` Marcel Holtmann
  2004-04-09 19:34       ` Daniel Jimenez
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2004-04-09 18:14 UTC (permalink / raw)
  To: Daniel Jimenez; +Cc: BlueZ Mailing List

Hi Daniel,

> > you should check how many hcid you have running. There must only be one.
> 
> Do you mean by doing hciconfig -a? I only see one interface that way.

check it with "ps x".

> > The other problem is that not every serial based PCMCIA card works right
> > now with the 2.6 kernel. Some do and some don't and actually this is a
> > problem in the serial subsystem, but I don't know where.
> 
> Interesting and disappointing. I bought this card because I thought it 
> worked based on the hardware list :(. What can I do to find out if it's 
> the card?

I tested a Pretec card with an Ericsson chip on it and the card don't
works either, but sometimes I get some bytes. I don't have enough time
to dig deeper into it, but it must be possible to use these cards with
serial_cs and hci_uart.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
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] hci_uart and Ambicom BT2000E
  2004-04-09 18:14     ` Marcel Holtmann
@ 2004-04-09 19:34       ` Daniel Jimenez
  2004-04-09 21:24         ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Jimenez @ 2004-04-09 19:34 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: BlueZ Mailing List



Marcel Holtmann wrote:
> Hi Daniel, 
> 
> check it with "ps x".

I'll check that, thanks

> I tested a Pretec card with an Ericsson chip on it and the card don't
> works either, but sometimes I get some bytes. I don't have enough time
> to dig deeper into it, but it must be possible to use these cards with
> serial_cs and hci_uart.

Know any PCMCIA cards that DO work in Linux?

Thanks,
-- 
Daniel Jimenez <djimenez[at]pobox[dot]com>

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

* Re: [Bluez-users] hci_uart and Ambicom BT2000E
  2004-04-09 19:34       ` Daniel Jimenez
@ 2004-04-09 21:24         ` Marcel Holtmann
  0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2004-04-09 21:24 UTC (permalink / raw)
  To: Daniel Jimenez; +Cc: BlueZ Mailing List

Hi Daniel,

> > I tested a Pretec card with an Ericsson chip on it and the card don't
> > works either, but sometimes I get some bytes. I don't have enough time
> > to dig deeper into it, but it must be possible to use these cards with
> > serial_cs and hci_uart.
> 
> Know any PCMCIA cards that DO work in Linux?

my COM One Bluetooth PCMCIA card (MC310) works.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
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:[~2004-04-09 21:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-07 17:30 [Bluez-users] hci_uart and Ambicom BT2000E Daniel Jimenez
2004-04-08  9:59 ` Marcel Holtmann
     [not found]   ` <4075EAF9.8060801@pobox.com>
2004-04-09 18:14     ` Marcel Holtmann
2004-04-09 19:34       ` Daniel Jimenez
2004-04-09 21:24         ` Marcel Holtmann

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