OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: mofu860 on November 23, 2004, 11:37:02 am
-
Hi Everyone,
Trying to get my Bluetooth card working on my 860. The card identifys itself as "Bluetooth BT0100M" which seems to be a clone of the Dlink DCF650BT, which is listed as having working in the "Bluetooth Card Support" list here on ZUG.
I have used the search, but most of the info I have found is for Sharp-based ROM's not pdaXrom (which I think is great BTW).
What I have done:
On fresh installation, installed all bluez packages from pdaxrom.org feed.
Added card entry into /etc/pcmcia/bluetooth.conf :
card "IOGear CF Bluetooth"
version "Bluetooth BT0100M"
bind "serial_cs" class "bluetooth"
Inserting card with hci_uart module loaded:
cardmgr[4330]: socket 0: IOGear CF Bluetooth
ttyS03 at port 0xf60003f8 (irq = 39) is a 16550A
Trying some of the things I found in older threads:
#cardctl resume 0
ioctl(): Device or resource busy
# hciattach /dev/ttyS3 bcsp 230400
BCSP initialization timed out
#hcitool dev
Devices:
# hciconfig
hci0: Type: UART
BD Adress: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes: 0 acl:0 sco:0 events:0 errors:0
TX bytes: 4 acl:0 sco:0 commands: 1 errors:0
I'm close, just not sure what to try/do next to get this first part of the bluetooth setup done.
PdaXrom doesn't use /etc/bluetooth/uart ?? Correct?
Thanks in advance,
Eric
-
Try:
hciattach /dev/ttyS03 bcsp 230400
-
Hi,
I think that the error you get get doing cardctl is not a good sign.
Can you try:
cardctl scheme CardResume
and post your /var/log/messages entries while doing so?
-
I have a card BT-CF Billionton (Chronos).
I try:
# setserial /dev/ttyS3 baud_base 921600
# hciattach /dev/ttyS3 bcsp
card work ok.
try it...