Linux bluetooth development
 help / color / mirror / Atom feed
* [Bluez-users] Trying to connect using a BCSP dongle
@ 2006-11-27 22:13 Turley, Scott-P27856
  2006-11-28  4:12 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Turley, Scott-P27856 @ 2006-11-27 22:13 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 333 bytes --]

Hello all,

I'm trying to connect a bluetooth module using the BCSP transport on a
Linux machine.

I have all my services running, but when I try notifying the Linux bluez
stack that the transport will be bcsp using:
"hciattach ttyS0 bcsp", the Linux PC locks up.  I have to reboot to
recover.

Any suggestions?

-Scott

[-- Attachment #1.2: Type: text/html, Size: 939 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

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

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Trying to connect using a BCSP dongle
  2006-11-27 22:13 [Bluez-users] Trying to connect using a BCSP dongle Turley, Scott-P27856
@ 2006-11-28  4:12 ` Marcel Holtmann
  2006-11-28 17:43   ` Turley, Scott-P27856
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2006-11-28  4:12 UTC (permalink / raw)
  To: BlueZ users

Hi Scott,

> I'm trying to connect a bluetooth module using the BCSP transport on a
> Linux machine.
> 
> I have all my services running, but when I try notifying the Linux
> bluez stack that the transport will be bcsp using: 
> "hciattach ttyS0 bcsp", the Linux PC locks up.  I have to reboot to
> recover.

which kernel version do you use. Can you call "dmesg -n 8" and try it
again from the console to catch possible error messages from the kernel.

Regards

Marcel



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

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

* Re: [Bluez-users] Trying to connect using a BCSP dongle
  2006-11-28  4:12 ` Marcel Holtmann
@ 2006-11-28 17:43   ` Turley, Scott-P27856
  2006-11-28 17:52     ` Turley, Scott-P27856
  0 siblings, 1 reply; 4+ messages in thread
From: Turley, Scott-P27856 @ 2006-11-28 17:43 UTC (permalink / raw)
  To: BlueZ users

I'm using kernel version 2.6.9-5.EL (kernel for RedHat Enterprise v4.0).
Here's what shows up in /var/log/messages:

Bluetooth:  HCI device and connection manager initialized
Bluetooth:  HCI socket layer initialized 
Bluetooth:  HCI UART driver ver 2.1
Bluetooth:  HCI H4 protocol initialized
Bluetooth:  HCI BCSP protocol initialized

Then it hangs.

-Scott


-----Original Message-----
From: bluez-users-bounces@lists.sourceforge.net
[mailto:bluez-users-bounces@lists.sourceforge.net] On Behalf Of Marcel
Holtmann
Sent: Monday, November 27, 2006 9:13 PM
To: BlueZ users
Subject: Re: [Bluez-users] Trying to connect using a BCSP dongle

Hi Scott,

> I'm trying to connect a bluetooth module using the BCSP transport on a

> Linux machine.
> 
> I have all my services running, but when I try notifying the Linux 
> bluez stack that the transport will be bcsp using:
> "hciattach ttyS0 bcsp", the Linux PC locks up.  I have to reboot to 
> recover.

which kernel version do you use. Can you call "dmesg -n 8" and try it
again from the console to catch possible error messages from the kernel.

Regards

Marcel



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

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

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

* Re: [Bluez-users] Trying to connect using a BCSP dongle
  2006-11-28 17:43   ` Turley, Scott-P27856
@ 2006-11-28 17:52     ` Turley, Scott-P27856
  0 siblings, 0 replies; 4+ messages in thread
From: Turley, Scott-P27856 @ 2006-11-28 17:52 UTC (permalink / raw)
  To: BlueZ users

When I type in:   hciattach ttyS0 any 115200

It doesn't crash, but it doesn't work either.  I get a slew of:

H4_recv:  Unknown HCI packet type c0
H4_recv:  Unknown HCI packet type db
...

-Scott

-----Original Message-----
From: bluez-users-bounces@lists.sourceforge.net
[mailto:bluez-users-bounces@lists.sourceforge.net] On Behalf Of Turley,
Scott-P27856
Sent: Tuesday, November 28, 2006 10:43 AM
To: BlueZ users
Subject: Re: [Bluez-users] Trying to connect using a BCSP dongle

I'm using kernel version 2.6.9-5.EL (kernel for RedHat Enterprise v4.0).
Here's what shows up in /var/log/messages:

Bluetooth:  HCI device and connection manager initialized
Bluetooth:  HCI socket layer initialized
Bluetooth:  HCI UART driver ver 2.1
Bluetooth:  HCI H4 protocol initialized
Bluetooth:  HCI BCSP protocol initialized

Then it hangs.

-Scott


-----Original Message-----
From: bluez-users-bounces@lists.sourceforge.net
[mailto:bluez-users-bounces@lists.sourceforge.net] On Behalf Of Marcel
Holtmann
Sent: Monday, November 27, 2006 9:13 PM
To: BlueZ users
Subject: Re: [Bluez-users] Trying to connect using a BCSP dongle

Hi Scott,

> I'm trying to connect a bluetooth module using the BCSP transport on a

> Linux machine.
> 
> I have all my services running, but when I try notifying the Linux 
> bluez stack that the transport will be bcsp using:
> "hciattach ttyS0 bcsp", the Linux PC locks up.  I have to reboot to 
> recover.

which kernel version do you use. Can you call "dmesg -n 8" and try it
again from the console to catch possible error messages from the kernel.

Regards

Marcel



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

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

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

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

end of thread, other threads:[~2006-11-28 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27 22:13 [Bluez-users] Trying to connect using a BCSP dongle Turley, Scott-P27856
2006-11-28  4:12 ` Marcel Holtmann
2006-11-28 17:43   ` Turley, Scott-P27856
2006-11-28 17:52     ` Turley, Scott-P27856

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