OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: rmrfchik on August 09, 2005, 11:49:01 am

Title: New Bt Card Definition
Post by: rmrfchik 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?
Title: New Bt Card Definition
Post by: Hrw on October 03, 2005, 06:13:07 am
you need bluecard_cs kernel module
Title: New Bt Card Definition
Post by: rmrfchik 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".
Title: New Bt Card Definition
Post by: andrewwoods 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
Title: New Bt Card Definition
Post by: Hrw 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
Title: New Bt Card Definition
Post by: andrewwoods 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
Title: New Bt Card Definition
Post by: rmrfchik 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.