* Billionton bluetooth USB: how to make it work [not found] ` <20050513101739.GI1780@elf.ucw.cz> @ 2005-05-14 0:10 ` Pavel Machek 2005-05-14 11:55 ` Marcel Holtmann 0 siblings, 1 reply; 3+ messages in thread From: Pavel Machek @ 2005-05-14 0:10 UTC (permalink / raw) To: Marcel Holtmann, kernel list Hi! Okay, so the magic sequence seems to be: # Take 2.6.12-rc3-mm3 # # PCMCIA config: # card "Cyber-blue Compact Flash Card" # manfid 0x0279, 0x950b # bind "serial_cs" # killall hciattach sleep .1 setserial /dev/ttyS4 baud_base 921600 hciattach -s 921600 /dev/ttyS4 bcsp hciconfig hciconfig hci0 up hciconfig It took me a hour trying to debug weird stuff before I realized that I need to do hciconfig up... to see some results... Pavel -- Boycott Kodak -- for their patent abuse against Java. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Billionton bluetooth USB: how to make it work 2005-05-14 0:10 ` Billionton bluetooth USB: how to make it work Pavel Machek @ 2005-05-14 11:55 ` Marcel Holtmann 2005-05-14 20:17 ` Billionton bluetooth CF: " Pavel Machek 0 siblings, 1 reply; 3+ messages in thread From: Marcel Holtmann @ 2005-05-14 11:55 UTC (permalink / raw) To: Pavel Machek; +Cc: kernel list Hi Pavel, I have no idea what USB have to do with it and why you posted it to LKML, but it seems you got it. > Okay, so the magic sequence seems to be: > > # Take 2.6.12-rc3-mm3 > # > # PCMCIA config: > # card "Cyber-blue Compact Flash Card" > # manfid 0x0279, 0x950b > # bind "serial_cs" > # > killall hciattach > sleep .1 > setserial /dev/ttyS4 baud_base 921600 > hciattach -s 921600 /dev/ttyS4 bcsp > hciconfig > hciconfig hci0 up > hciconfig Verfied with my card and a 2.6.12-rc4. hci0: Type: UART BD Address: 00:10:60:xx:xx:xx ACL MTU: 192:8 SCO MTU: 64:8 HCI Ver: 1.1 (0x1) HCI Rev: 0x33c LMP Ver: 1.1 (0x1) LMP Subver: 0x33c Manufacturer: Cambridge Silicon Radio (10) Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00 <3-slot packets> <5-slot packets> <encryption> <slot offset> <timing accuracy> <role switch> <hold mode> <sniff mode> <park state> <RSSI> <channel quality> <SCO link> <HV2 packets> <HV3 packets> <u-law log> <A-law log> <CVSD> <paging scheme> <power control> <transparent SCO> HCI 16.14 Chip version: BlueCore02-External Max key size: 56 bit SCO mapping: HCI > It took me a hour trying to debug weird stuff before I realized that I > need to do hciconfig up... to see some results... Or make sure that hcid is running. It will bring up your device. Regards Marcel ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Billionton bluetooth CF: how to make it work 2005-05-14 11:55 ` Marcel Holtmann @ 2005-05-14 20:17 ` Pavel Machek 0 siblings, 0 replies; 3+ messages in thread From: Pavel Machek @ 2005-05-14 20:17 UTC (permalink / raw) To: Marcel Holtmann; +Cc: kernel list Hi! > I have no idea what USB have to do with it and why you posted it to > LKML, but it seems you got it. Oops, that was typo, I meant "Billionton bluetooth CF". I posted lkml so that it gets archived on easy-to-search place. > > Okay, so the magic sequence seems to be: > > > > # Take 2.6.12-rc3-mm3 > > # > > # PCMCIA config: > > # card "Cyber-blue Compact Flash Card" > > # manfid 0x0279, 0x950b > > # bind "serial_cs" > > # > > killall hciattach > > sleep .1 > > setserial /dev/ttyS4 baud_base 921600 > > hciattach -s 921600 /dev/ttyS4 bcsp > > hciconfig > > hciconfig hci0 up > > hciconfig > > Verfied with my card and a 2.6.12-rc4. Good. [Actually it does *not* work for me in -rc4, but it seems to be pcmcia problem.] > hci0: Type: UART > BD Address: 00:10:60:xx:xx:xx ACL MTU: 192:8 SCO MTU: 64:8 > HCI Ver: 1.1 (0x1) HCI Rev: 0x33c LMP Ver: 1.1 (0x1) LMP Subver: 0x33c > Manufacturer: Cambridge Silicon Radio (10) > Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00 > <3-slot packets> <5-slot packets> <encryption> <slot offset> > <timing accuracy> <role switch> <hold mode> <sniff mode> > <park state> <RSSI> <channel quality> <SCO link> <HV2 packets> > <HV3 packets> <u-law log> <A-law log> <CVSD> <paging scheme> > <power control> <transparent SCO> > HCI 16.14 > Chip version: BlueCore02-External > Max key size: 56 bit > SCO mapping: HCI > > > It took me a hour trying to debug weird stuff before I realized that I > > need to do hciconfig up... to see some results... > > Or make sure that hcid is running. It will bring up your device. Yes, I was just confused. I'm normally only starting hcid just before talking to the phone, and I did not try it when I was BD address of all zeros. Pavel -- Boycott Kodak -- for their patent abuse against Java. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-05-14 20:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20050512233902.GA3157@elf.ucw.cz>
[not found] ` <1115942337.18499.86.camel@pegasus>
[not found] ` <20050513004606.GA1957@elf.ucw.cz>
[not found] ` <1115975517.18499.100.camel@pegasus>
[not found] ` <20050513101739.GI1780@elf.ucw.cz>
2005-05-14 0:10 ` Billionton bluetooth USB: how to make it work Pavel Machek
2005-05-14 11:55 ` Marcel Holtmann
2005-05-14 20:17 ` Billionton bluetooth CF: " Pavel Machek
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.