Author Topic: New Bt Card Definition  (Read 2966 times)

rmrfchik

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
New Bt Card Definition
« on: August 09, 2005, 11:49:01 am »
I have BT/CF card:
# cardctl ident 0
  product info: "WSS", "LSE039"
  manfid: 0x0264, 0x0008
  function: 6 (network)

pdaXrom doesn't issue "hcitool hci0 down" on suspend and freeze up.
How can I make pdaXrom to recognize this card?
--
pdaXrom, SL-C860, Chronos (Billionton) BT/CF, SE Z600, SD 1Gb, Debian, brain damaged.

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
New Bt Card Definition
« Reply #1 on: October 03, 2005, 06:13:07 am »
you need bluecard_cs kernel module
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

rmrfchik

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
New Bt Card Definition
« Reply #2 on: October 03, 2005, 06:49:21 am »
Quote
you need bluecard_cs kernel module
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97961\"][{POST_SNAPBACK}][/a][/div]
it was solved by "vi bt-uart.conf".
--
pdaXrom, SL-C860, Chronos (Billionton) BT/CF, SE Z600, SD 1Gb, Debian, brain damaged.

andrewwoods

  • Newbie
  • *
  • Posts: 49
    • View Profile
    • http://
New Bt Card Definition
« Reply #3 on: October 13, 2005, 05:01:14 am »
Quote
Quote
you need bluecard_cs kernel module
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97961\"][{POST_SNAPBACK}][/a][/div]
it was solved by "vi bt-uart.conf".
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97966\"][{POST_SNAPBACK}][/a][/div]


Ah, but what did you set bt-uart.conf to?

cardctl ident says the following about my card:
product info: "BTCFCARD", "LSE139"
manfid 0x0264, 0x000b
function 6

Which field in bt-uart.conf is for what?

Thanks!
Andrew
SL-C860 pdaxrom Beta3 512MB SD
Buffalo CF WLAN RTM-8000 GPRS ANYCOM BT

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
New Bt Card Definition
« Reply #4 on: October 13, 2005, 05:40:35 am »
Code: [Select]
card "LSE139 Bluetooth Compact Flash Card"
  version "BTCFCARD", "LSE139"
  bind "bluecard_cs"

heh.. pdaX people: get atleast pcmcia configs from OZ
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

andrewwoods

  • Newbie
  • *
  • Posts: 49
    • View Profile
    • http://
New Bt Card Definition
« Reply #5 on: October 13, 2005, 05:53:49 am »
Quote
Code: [Select]
card "LSE139 Bluetooth Compact Flash Card"
 Â version "BTCFCARD", "LSE139"
 Â bind "bluecard_cs"

heh.. pdaX people: get atleast pcmcia configs from OZ
[div align=\"right\"][a href=\"index.php?act=findpost&pid=99151\"][{POST_SNAPBACK}][/a][/div]


Thanks.
That's from /etc/pcmcia/bluetooth.conf, which already has this definition.

What do I put in /etc/bluetooth/bt-uart.conf???

Andrew
SL-C860 pdaxrom Beta3 512MB SD
Buffalo CF WLAN RTM-8000 GPRS ANYCOM BT

rmrfchik

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
New Bt Card Definition
« Reply #6 on: October 13, 2005, 06:06:21 am »
Quote
That's from /etc/pcmcia/bluetooth.conf, which already has this definition.
What do I put in /etc/bluetooth/bt-uart.conf???
Andrew
[div align=\"right\"][a href=\"index.php?act=findpost&pid=99152\"][{POST_SNAPBACK}][/a][/div]
It really depends on your card.
At first, you should put card name:
"OEM","CardName":<INIT VAL>
where <INIT VAL> can be get from playing with hciattach.
For my case it was "ttyS2 any".
Assist with "man hciattach" on desktop.
--
pdaXrom, SL-C860, Chronos (Billionton) BT/CF, SE Z600, SD 1Gb, Debian, brain damaged.