* [Bluez-users] bluez-utils on old kernel
@ 2007-06-03 14:44 01flipstar
2007-06-04 15:23 ` Marcel Holtmann
2007-06-04 15:43 ` Voni Hakau
0 siblings, 2 replies; 9+ messages in thread
From: 01flipstar @ 2007-06-03 14:44 UTC (permalink / raw)
To: bluez-users
Hello everybody,
I'm trying to add bluetooth support to my arm based NAS which runs on
a 2.6.10 Kernel.
I compiled the bluez-libs and utils (3.11) but hcitool dev won't
show any devices and when I exec hciconfig I get
icybox / # /system/overlay/apps/bluez-utils/sbin/hciconfig
hci0: Type: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN INIT RUNNING
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:0 errors:0
so I think the device is somehow active but I can't nether reset nor
do anything usefull with the bw-dongel.
I then tried to apply the latest kernelpatch to the 2.6.10 kernel
which gives lots of errors
bash-2.05b# patch -p1 < patches/patch-2.6.21-mh1
patching file drivers/bluetooth/hci_ldisc.c
Hunk #1 succeeded at 306 (offset -1 lines).
Hunk #2 FAILED at 474.
1 out of 2 hunks FAILED -- saving rejects to file
drivers/bluetooth/hci_ldisc.c.rej
patching file drivers/bluetooth/hci_uart.h
Hunk #1 succeeded at 31 (offset 3 lines).
patching file drivers/bluetooth/hci_usb.c
Hunk #1 FAILED at 114.
Hunk #2 FAILED at 148.
2 out of 2 hunks FAILED -- saving rejects to file
drivers/bluetooth/hci_usb.c.rej
patching file include/net/bluetooth/l2cap.h
Hunk #1 succeeded at 141 (offset 12 lines).
Hunk #2 succeeded at 215 with fuzz 1 (offset -2 lines).
patching file Makefile
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej
patching file net/bluetooth/hci_conn.c
Hunk #1 succeeded at 73 (offset 1 line).
Hunk #2 succeeded at 93 with fuzz 2 (offset -14 lines).
Hunk #4 succeeded at 306 (offset -42 lines).
Hunk #5 FAILED at 326.
Hunk #7 FAILED at 423.
Hunk #8 FAILED at 452.
3 out of 8 hunks FAILED -- saving rejects to file
net/bluetooth/hci_conn.c.rej
patching file net/bluetooth/hci_core.c
Hunk #1 succeeded at 203 (offset -13 lines).
Hunk #3 FAILED at 853.
Hunk #4 succeeded at 1006 (offset -28 lines).
Hunk #5 succeeded at 1061 (offset 1 line).
Hunk #6 succeeded at 1047 (offset -28 lines).
Hunk #7 succeeded at 1141 (offset 1 line).
1 out of 7 hunks FAILED -- saving rejects to file
net/bluetooth/hci_core.c.rej
patching file net/bluetooth/hci_event.c
Hunk #1 FAILED at 783.
Hunk #2 FAILED at 793.
.
.
.
My question is: is it possoble to upgrade the kernel (bluetooth) step by
step because a jump from 2.6.10 to 2.6.21 is quite big i guess.
Or do i make something else wrong?
Thanks for your help.
bye
Philipp
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Bluez-users] bluez-utils on old kernel
2007-06-03 14:44 [Bluez-users] bluez-utils on old kernel 01flipstar
@ 2007-06-04 15:23 ` Marcel Holtmann
2007-06-04 15:43 ` Voni Hakau
1 sibling, 0 replies; 9+ messages in thread
From: Marcel Holtmann @ 2007-06-04 15:23 UTC (permalink / raw)
To: BlueZ users
Hi Phillip,
> I'm trying to add bluetooth support to my arm based NAS which runs on
> a 2.6.10 Kernel.
>
> I compiled the bluez-libs and utils (3.11) but hcitool dev won't
> show any devices and when I exec hciconfig I get
>
> icybox / # /system/overlay/apps/bluez-utils/sbin/hciconfig
> hci0: Type: USB
> BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
> DOWN INIT RUNNING
> RX bytes:0 acl:0 sco:0 events:0 errors:0
> TX bytes:0 acl:0 sco:0 commands:0 errors:0
>
> so I think the device is somehow active but I can't nether reset nor
> do anything usefull with the bw-dongel.
I have no idea what went wrong, but it looks like an init issue and is
maybe actually a kernel bug that we already fixed.
> I then tried to apply the latest kernelpatch to the 2.6.10 kernel
> which gives lots of errors
This will never work. The patch has 2.6.21 in its name and that means it
only applied to 2.6.21 source code.
> My question is: is it possoble to upgrade the kernel (bluetooth) step by
> step because a jump from 2.6.10 to 2.6.21 is quite big i guess.
> Or do i make something else wrong?
Upgrading the kernel to 2.6.21 is easier. It might be possible to
backport all the Bluetooth patches, but that takes time and I would
personally charge a lot for doing that.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Bluez-users] bluez-utils on old kernel
2007-06-03 14:44 [Bluez-users] bluez-utils on old kernel 01flipstar
2007-06-04 15:23 ` Marcel Holtmann
@ 2007-06-04 15:43 ` Voni Hakau
1 sibling, 0 replies; 9+ messages in thread
From: Voni Hakau @ 2007-06-04 15:43 UTC (permalink / raw)
To: BlueZ users
On 6/3/07, 01flipstar@web.de <01flipstar@web.de> wrote:
> I'm trying to add bluetooth support to my arm based NAS which runs on
> a 2.6.10 Kernel.
>
> I compiled the bluez-libs and utils (3.11) but hcitool dev won't
> show any devices and when I exec hciconfig I get
I did the same. I have utils 3.11 on 2.6.10. it is not vanilla 2.6.10 though -
it is from embedded distribution, but things seems to work.
just my 2 cents.
voni.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Bluez-users] bluez-utils on old kernel
@ 2007-06-04 21:19 01flipstar
0 siblings, 0 replies; 9+ messages in thread
From: 01flipstar @ 2007-06-04 21:19 UTC (permalink / raw)
To: BlueZ users
Hi,
> -----Urspr=FCngliche Nachricht-----
> Von: BlueZ users <bluez-users@lists.sourceforge.net>
> Gesendet: 04.06.07 17:43:29
> An: "BlueZ users" <bluez-users@lists.sourceforge.net>
> Betreff: Re: [Bluez-users] bluez-utils on old kernel
> =
> On 6/3/07, 01flipstar@web.de <01flipstar@web.de> wrote:
> > I'm trying to add bluetooth support to my arm based NAS which runs on
> > a 2.6.10 Kernel.
> >
> > I compiled the bluez-libs and utils (3.11) but hcitool dev won't
> > show any devices and when I exec hciconfig I get
> =
> I did the same. I have utils 3.11 on 2.6.10. it is not vanilla 2.6.10 tho=
ugh -
> it is from embedded distribution, but things seems to work.
great your not vanilla kernel is not a storlink kernel ?!?! :-)
What is your hardware doing -> is it a NAS to?
im currently getting some errors when I plug in the usb-donkle
like :
...
[<c007e4c4>] (sys_ioctl+0x0/0x5c) from [<c0020900>] (ret_fast_syscall+0x0/0=
x2c)
r6 =3D BEFFFE1C r5 =3D 00000000 r4 =3D 00000003 =
Code: e59f0014 e58dc000 ebfabc61 e3a03000 (e5833000) =
prev->state: 2 !=3D TASK_RUNNING??
hciconfig/7373: BUG in __schedule at kernel/sched.c:2902
so i'll try to change the scheduler tomorrow
> =
> just my 2 cents.
> =
> voni.
> =
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> =
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=3D021192
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Bluez-users] bluez-utils on old kernel
@ 2007-06-06 17:24 01flipstar
2007-06-07 10:22 ` Marcel Holtmann
0 siblings, 1 reply; 9+ messages in thread
From: 01flipstar @ 2007-06-06 17:24 UTC (permalink / raw)
To: bluez-users
Hi everybody,
I'm still tring to get my bluetooth working.
Then I plugin the stick it is correct show when I run lsusb.
Bus 001 Device 002: ID 0a5c:2101 Broadcom Corp.
Next I start to load the modules:
insmod
bluetooth
sco
l2cap
rfcomm
hci_uart
hci_vhci
firmware_class
hidp
bcm203x
hci_usb
but when the last module is loaded I get a segmentation fault
I don't really understand how the firmware loading is working,
is it right that the firmware_class module is loading the firmware?
The firmware is /lib/firmware/
For the 2.4 kernel there used to be a tool bcm203x to load the firmware
to the dongle.
Can somebody please give me a hint.
Thanks
Philipp
01flipstar@web.de schrieb:
> Hi,
> =
>> -----Urspr=FCngliche Nachricht-----
>> Von: BlueZ users <bluez-users@lists.sourceforge.net>
>> Gesendet: 04.06.07 17:43:29
>> An: "BlueZ users" <bluez-users@lists.sourceforge.net>
>> Betreff: Re: [Bluez-users] bluez-utils on old kernel
> =
> =
>> On 6/3/07, 01flipstar@web.de <01flipstar@web.de> wrote:
>>> I'm trying to add bluetooth support to my arm based NAS which runs on
>>> a 2.6.10 Kernel.
>>>
>>> I compiled the bluez-libs and utils (3.11) but hcitool dev won't
>>> show any devices and when I exec hciconfig I get
>> I did the same. I have utils 3.11 on 2.6.10. it is not vanilla 2.6.10 th=
ough -
>> it is from embedded distribution, but things seems to work.
> =
> great your not vanilla kernel is not a storlink kernel ?!?! :-)
> What is your hardware doing -> is it a NAS to?
> =
> im currently getting some errors when I plug in the usb-donkle
> =
> like :
> ...
> [<c007e4c4>] (sys_ioctl+0x0/0x5c) from [<c0020900>] (ret_fast_syscall+0x0=
/0x2c)
> r6 =3D BEFFFE1C r5 =3D 00000000 r4 =3D 00000003 =
> Code: e59f0014 e58dc000 ebfabc61 e3a03000 (e5833000) =
> prev->state: 2 !=3D TASK_RUNNING??
> hciconfig/7373: BUG in __schedule at kernel/sched.c:2902
> =
> so i'll try to change the scheduler tomorrow
> =
>> just my 2 cents.
>>
>> voni.
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> Bluez-users mailing list
>> Bluez-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bluez-users
>>
> =
> =
> _______________________________________________________________
> SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
> kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=3D021192
> =
> =
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=3D021192
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Bluez-users] bluez-utils on old kernel
2007-06-06 17:24 01flipstar
@ 2007-06-07 10:22 ` Marcel Holtmann
0 siblings, 0 replies; 9+ messages in thread
From: Marcel Holtmann @ 2007-06-07 10:22 UTC (permalink / raw)
To: BlueZ users
Hi Philipp,
> I'm still tring to get my bluetooth working.
> Then I plugin the stick it is correct show when I run lsusb.
>
> Bus 001 Device 002: ID 0a5c:2101 Broadcom Corp.
include the content of /proc/bus/usb/devices.
> Next I start to load the modules:
>
> insmod
> bluetooth
> sco
> l2cap
> rfcomm
> hci_uart
> hci_vhci
> firmware_class
> hidp
> bcm203x
> hci_usb
>
> but when the last module is loaded I get a segmentation fault
>>From what? Include information about it.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Bluez-users] bluez-utils on old kernel
@ 2007-06-07 15:38 01flipstar
0 siblings, 0 replies; 9+ messages in thread
From: 01flipstar @ 2007-06-07 15:38 UTC (permalink / raw)
To: BlueZ users
Hi Marcel,
>
> Hi Philipp,
>
> > I'm still tring to get my bluetooth working.
> > Then I plugin the stick it is correct show when I run lsusb.
> >
> > Bus 001 Device 002: ID 0a5c:2101 Broadcom Corp.
>
> include the content of /proc/bus/usb/devices.
the output when no driver is loaded
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 1
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.10_dev-versatile926ejs ohci_hcd
S: Product=sl2312 OHCI
S: SerialNumber=sl2312
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=0a5c ProdID=2101 Rev= 1.00
S: Manufacturer=Broadcom Corp
S: Product=BCM92045B3 ROM
C:* #Ifs= 4 Cfg#= 1 Atr=a0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms
I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms
I: If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms
I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=83(I) Atr=01(Isoc) MxPS= 25 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 25 Ivl=1ms
I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=83(I) Atr=01(Isoc) MxPS= 33 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 33 Ivl=1ms
I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms
I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=84(I) Atr=02(Bulk) MxPS= 32 Ivl=0ms
E: Ad=04(O) Atr=02(Bulk) MxPS= 32 Ivl=0ms
I: If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)
>
> > Next I start to load the modules:
> >
> > insmod
> > bluetooth
> > sco
> > l2cap
> > rfcomm
> > hci_uart
> > hci_vhci
> > firmware_class
> > hidp
> > bcm203x
> > hci_usb
> >
> > but when the last module is loaded I get a segmentation fault
>
> >From what? Include information about it.
>
> Regards
>
> Marcel
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Bluez-users] bluez-utils on old kernel
@ 2007-06-08 23:30 01flipstar
2007-06-09 8:25 ` Marcel Holtmann
0 siblings, 1 reply; 9+ messages in thread
From: 01flipstar @ 2007-06-08 23:30 UTC (permalink / raw)
To: bluez-users
Hi again,
one more question since the bluez-Page provides kernel patches for the 2.6 kernel-tree I thought I could start to patch the bluetooth
subsystem to a more recent level.
But as far as I can see there are only the latest patches available. So my question is do you (Marcel) have a history of patches
since you are hacking the kernel for quite some time now (thanks for that).
bye
philpp
01flipstar@web.de schrieb:
> > Hi Marcel,
> >
>> >> Hi Philipp,
>> >>
>>> >>> I'm still tring to get my bluetooth working.
>>> >>> Then I plugin the stick it is correct show when I run lsusb.
>>> >>>
>>> >>> Bus 001 Device 002: ID 0a5c:2101 Broadcom Corp.
>> >> include the content of /proc/bus/usb/devices.
> >
> > the output when no driver is loaded
> >
> > T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 1
> > B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
> > D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
> > P: Vendor=0000 ProdID=0000 Rev= 2.06
> > S: Manufacturer=Linux 2.6.10_dev-versatile926ejs ohci_hcd
> > S: Product=sl2312 OHCI
> > S: SerialNumber=sl2312
> > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA
> > I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
> > E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
> >
> > T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
> > D: Ver= 2.00 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
> > P: Vendor=0a5c ProdID=2101 Rev= 1.00
> > S: Manufacturer=Broadcom Corp
> > S: Product=BCM92045B3 ROM
> > C:* #Ifs= 4 Cfg#= 1 Atr=a0 MxPwr=100mA
> > I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms
> > E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
> > E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
> > I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms
> > I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms
> > I: If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms
> > I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 25 Ivl=1ms
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 25 Ivl=1ms
> > I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 33 Ivl=1ms
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 33 Ivl=1ms
> > I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
> > E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms
> > E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms
> > I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
> > E: Ad=84(I) Atr=02(Bulk) MxPS= 32 Ivl=0ms
> > E: Ad=04(O) Atr=02(Bulk) MxPS= 32 Ivl=0ms
> > I: If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)
> >
> >
>>> >>> Next I start to load the modules:
>>> >>>
>>> >>> insmod
>>> >>> bluetooth
>>> >>> sco
>>> >>> l2cap
>>> >>> rfcomm
>>> >>> hci_uart
>>> >>> hci_vhci
>>> >>> firmware_class
>>> >>> hidp
>>> >>> bcm203x
>>> >>> hci_usb
>>> >>>
>>> >>> but when the last module is loaded I get a segmentation fault
>> >> >From what? Include information about it.
>> >>
>> >> Regards
>> >>
>> >> Marcel
>> >>
>> >>
>> >>
>> >> -------------------------------------------------------------------------
>> >> This SF.net email is sponsored by DB2 Express
>> >> Download DB2 Express C - the FREE version of DB2 express and take
>> >> control of your XML. No limits. Just data. Click to get it now.
>> >> http://sourceforge.net/powerbar/db2/
>> >> _______________________________________________
>> >> Bluez-users mailing list
>> >> Bluez-users@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/bluez-users
>> >>
> >
> >
> > _______________________________________________________________
> > SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
> > kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Bluez-users] bluez-utils on old kernel
2007-06-08 23:30 01flipstar
@ 2007-06-09 8:25 ` Marcel Holtmann
0 siblings, 0 replies; 9+ messages in thread
From: Marcel Holtmann @ 2007-06-09 8:25 UTC (permalink / raw)
To: BlueZ users
Hi Philipp,
> one more question since the bluez-Page provides kernel patches for the 2.6 kernel-tree I thought I could start to patch the bluetooth
> subsystem to a more recent level.
> But as far as I can see there are only the latest patches available. So my question is do you (Marcel) have a history of patches
> since you are hacking the kernel for quite some time now (thanks for that).
I do have a full list of kernel patches, the released ones are still
downloadable. The broken out patches are stored on my private machine
and they are not published. Use Git to extract them from the main tree.
And I mentioned this before, the 2.4 series is unmaintained and
unsupported. Nowadays I don't even do backports for older 2.6 kernels
anymore. It is not worth it, because it takes quite some time.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2007-06-09 8:25 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03 14:44 [Bluez-users] bluez-utils on old kernel 01flipstar
2007-06-04 15:23 ` Marcel Holtmann
2007-06-04 15:43 ` Voni Hakau
-- strict thread matches above, loose matches on Subject: below --
2007-06-04 21:19 01flipstar
2007-06-06 17:24 01flipstar
2007-06-07 10:22 ` Marcel Holtmann
2007-06-07 15:38 01flipstar
2007-06-08 23:30 01flipstar
2007-06-09 8:25 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox