* [Bluez-devel] bcsp not working
@ 2004-08-17 16:49 Carlos AM
2004-08-17 21:40 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Carlos AM @ 2004-08-17 16:49 UTC (permalink / raw)
To: lista bluez
[-- Attachment #1: Type: text/plain, Size: 316 bytes --]
Hi
I am able to
<3>bcsp_recv: Out-of-order packet arrived, got 1 expected 0
<3>bcsp_recv: Checksum failed: computed b237 received 0000
<4>Warning: kfree_skb passed an skb still on a list (from 000f77a4).
<2>kernel BUG at skbuff.c:319!
<3>bcsp_recv: Short BCSP packet
Carlos AM
Naxus Conectividad Móvil
[-- Attachment #2: Type: text/html, Size: 903 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bluez-devel] BCSP not working
@ 2004-08-17 17:01 Carlos AM
2004-08-18 8:42 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Carlos AM @ 2004-08-17 17:01 UTC (permalink / raw)
To: lista bluez
[-- Attachment #1: Type: text/plain, Size: 508 bytes --]
Hi
These messages appear on the kernel log when I am using BCSP:
<3>bcsp_recv: Out-of-order packet arrived, got 1 expected 0
<3>bcsp_recv: Checksum failed: computed b237 received 0000
<4>Warning: kfree_skb passed an skb still on a list (from 000f77a4).
<2>kernel BUG at skbuff.c:319!
<3>bcsp_recv: Short BCSP packet
Then the computer hangs.
I enabled "Send CRC with every hci packet" in the kernel and in the bluetooth device.
What's happening?
Carlos AM
Naxus Conectividad Móvil
[-- Attachment #2: Type: text/html, Size: 1646 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] bcsp not working
2004-08-17 16:49 [Bluez-devel] bcsp " Carlos AM
@ 2004-08-17 21:40 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-08-17 21:40 UTC (permalink / raw)
To: Carlos AM; +Cc: lista bluez
Hi Carlos,
> I am able to
>
> <3>bcsp_recv: Out-of-order packet arrived, got 1 expected 0
> <3>bcsp_recv: Checksum failed: computed b237 received 0000
> <4>Warning: kfree_skb passed an skb still on a list (from 000f77a4).
> <2>kernel BUG at skbuff.c:319!
> <3>bcsp_recv: Short BCSP packet
we need more details.
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] BCSP not working
2004-08-17 17:01 Carlos AM
@ 2004-08-18 8:42 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-08-18 8:42 UTC (permalink / raw)
To: Carlos AM; +Cc: lista bluez
Hi Carlos,
> These messages appear on the kernel log when I am using BCSP:
>
> <3>bcsp_recv: Out-of-order packet arrived, got 1 expected 0
> <3>bcsp_recv: Checksum failed: computed b237 received 0000
> <4>Warning: kfree_skb passed an skb still on a list (from 000f77a4).
> <2>kernel BUG at skbuff.c:319!
> <3>bcsp_recv: Short BCSP packet
>
> Then the computer hangs.
>
> I enabled "Send CRC with every hci packet" in the kernel and in the
> bluetooth device.
I asked for more information not some extra text. What kernel version
are using, what library version, what tools. What hardware, what command
for reproducing etc. Is there an oops?
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] BCSP not working
[not found] <001201c48529$3b309710$5000005a@naxus>
@ 2004-08-18 14:00 ` Carlos AM
2004-08-18 17:42 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Carlos AM @ 2004-08-18 14:00 UTC (permalink / raw)
To: bluez-devel lista
Hi
The machine is an arm running uclinux. I used the linux kernel version
2.4.22 and bluez-2.7. Yesterday I patched the kernel with this patch:
http://www.holtmann.org/linux/kernel/patch-2.4.22-mh7.gz
And got the following kernel log:
<3>bcsp_recv: Out-of-order packet arrived, got 1 expected 0
<3>bcsp_recv: Out-of-order packet arrived, got 1 expected 0
<4>Warning: kfree_skb passed an skb still on a list (from 00093a14).
<2>kernel BUG at skbuff.c:319!
(hanged)
The only difference with the last kernel messages was:
"<3>bcsp_recv: Short BCSP packet" that didn't appear anymore.
According to the kernel patch changelog this is normal.
I execute the following script to start all the bluetooth stuff:
------------------------------------------------------------
#!/bin/sh
/bluez/hcid -n &
/bluez/bluezmain hciattach -n /dev/tts/2 csr 115200 &
/bluez/bluezmain hciconfig hci0 up
/bluez/sdpd -n &
/bluez/bluezmain sdptool add sp
#my own program
/bluez/rfcomm-server 1
------------------------------------------------------------
I used "-n" because the uclinux fork call does not behave as normal linux.
The uclinux hangs in hciattach.
I successfully executed this script with the same bluetooth hardware in a Linux 2.6 PC with bluez 2.7.
Everything worked fine.
Regards.
Carlos.
> > These messages appear on the kernel log when I am using BCSP:
> >
> > <3>bcsp_recv: Out-of-order packet arrived, got 1 expected 0
> > <3>bcsp_recv: Checksum failed: computed b237 received 0000
> > <4>Warning: kfree_skb passed an skb still on a list (from 000f77a4).
> > <2>kernel BUG at skbuff.c:319!
> > <3>bcsp_recv: Short BCSP packet
> >
> > Then the computer hangs.
> >
> > I enabled "Send CRC with every hci packet" in the kernel and in the
> > bluetooth device.
>
> I asked for more information not some extra text. What kernel version
> are using, what library version, what tools. What hardware, what command
> for reproducing etc. Is there an oops?
>
> Regards
>
> Marcel
>
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] BCSP not working
2004-08-18 14:00 ` [Bluez-devel] BCSP not working Carlos AM
@ 2004-08-18 17:42 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-08-18 17:42 UTC (permalink / raw)
To: Carlos AM; +Cc: bluez-devel lista
Hi Carlos,
> The machine is an arm running uclinux. I used the linux kernel version
> 2.4.22 and bluez-2.7. Yesterday I patched the kernel with this patch:
>
> http://www.holtmann.org/linux/kernel/patch-2.4.22-mh7.gz
>
> And got the following kernel log:
>
> <3>bcsp_recv: Out-of-order packet arrived, got 1 expected 0
> <3>bcsp_recv: Out-of-order packet arrived, got 1 expected 0
> <4>Warning: kfree_skb passed an skb still on a list (from 00093a14).
> <2>kernel BUG at skbuff.c:319!
> (hanged)
>
> The only difference with the last kernel messages was:
> "<3>bcsp_recv: Short BCSP packet" that didn't appear anymore.
> According to the kernel patch changelog this is normal.
I don't get your point, because I can't remember any change that implies
this. Actually I care about the kfree_skb bug, because it seems that
with ucLinux something works different. I am not an expert in that area,
so I can't help you here. Have you tried a 2.6 kernel?
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-08-18 17:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <001201c48529$3b309710$5000005a@naxus>
2004-08-18 14:00 ` [Bluez-devel] BCSP not working Carlos AM
2004-08-18 17:42 ` Marcel Holtmann
2004-08-17 17:01 Carlos AM
2004-08-18 8:42 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2004-08-17 16:49 [Bluez-devel] bcsp " Carlos AM
2004-08-17 21:40 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox