OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started 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?
-
you need bluecard_cs kernel module
-
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".
-
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
-
card "LSE139 Bluetooth Compact Flash Card"
version "BTCFCARD", "LSE139"
bind "bluecard_cs"
heh.. pdaX people: get atleast pcmcia configs from OZ
-
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
-
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.