Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PsyBORG

Pages: [1]
1
Zaurus - pdaXrom / Bluetooth Blues ...
« on: February 14, 2005, 07:01:16 am »
Hi sigmaX,

your card seems supported as you can see on BlueZ site:
Bluez Hardware

They point to one fact, your card should use the bt950_cs module. I checked it is in the package "kernel-modules" that you should have installed.

As they explain you should have a file "bt950.conf" in /etc/pcmcia with some definitions, but I checked they are still defined in "/etc/pcmcia/bluetooth.conf"...

You must check that module is loaded using "lsmod"... then maybe try to use hciattach with "any" is place of "bcsp"... I confim you have to use "ttyS3" in place of "ttyS03".

Hope this will match your problem

2
Zaurus - pdaXrom / Bluetooth In Rc9
« on: February 14, 2005, 06:40:16 am »
Quote
>>
pxa_pcmcia_init(0)
ttyS03 at port 0xf60002f8 (irq = 39) is a 16550A
BlueZ HCI UART driver ver 2.1 Copyright © 2000,2001 Qualcomm Inc
Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
<<

Hi Mark,

seems your BlueTooth CF card is recognized !!!  In fact, there's still a definition in "/etc/bluettoth/bt-uart.conf" for your card.

Now, can you tell us if the command "hciconfig" returns something like (for me):
Code: [Select]
hci0:   Type: UART
        BD Address: 00:09:DD:10:02:84 ACL MTU: 192:8  SCO MTU: 64:8
        UP RUNNING PSCAN ISCAN
        RX bytes:14120 acl:120 sco:0 events:111 errors:0
        TX bytes:12015 acl:94 sco:0 commands:15 errors:0

If not, try to use command "hciconfig hci0 up"...

Otherwise, for the pin code... create if not exits the file "/etc/bluetooth/pin" and just insert 4 digits in the first line for a pin code that any device will ask you to pair to your zaurus.

In fact the zaurus should ask you one, but mine is too slow to launch /bin/bluepin...

Is it better now ?

3
Zaurus - pdaXrom / Bluetooth In Rc9
« on: February 07, 2005, 06:12:34 am »
Hi, I further checked the configuration, I understand now how auto-configuration is done with Bluetooth.

Could you provide us the output of "cardctl ident" command ?

Then you will just have to edit the config file "/etc/bluetooth/bt-uart.conf" to explain to cardmgr how to setup the card... This config file still has some configuration but mine was not in. I just add what I found about my CF card and now configuration is automatic.

Provide us what "dmeg" is providing when you insert the card.

Remember you need to type that commands in a console.

Don't give up  

4
Zaurus - pdaXrom / Bluetooth In Rc9
« on: February 06, 2005, 07:54:57 am »
Hello,

personnaly I managed to setup BlueTooth to share the network access from my computer using Pand.

Obviously you maybe need to configure some things in a console. I hope soon Hotplug should manage the CF card for yourself  but for me at that time it doesn't.

So you should check what the linux kernel tell you when you insert the card: just tape "dmesg" in a console. Tape that just before inserting the card, then insert the card and tape again. At last one line should appears. For me, I got that:
Code: [Select]
ttyS03 at port 0xf60002f8 (irq = 39) is a 16C950/954I found somewher my card is a Marvintech one, and I saw on BlueZ site it is fully supported. After some test, I just have to setup the card with that line:
Code: [Select]
hciattach -p ttyS3 bcsp 921600 flow
Hope this will give some way to follow,

I still not found a tool to manage completly BlueTooth in X11, I'm searching. I saw pxaXrom if fully supporting PPP dialing using bluetooth and this what I've searched for.

PsyBORG

Pages: [1]