1
Zaurus - pdaXrom / Socket Bluetooth Card (again...)
« on: November 06, 2004, 10:34:15 pm »
Finally got my Rev. H card to be recognized.
This should work on Rev. G as well.
Heres what I did, based on a posting from last year I found:
I'm runing pdaXrom RC5.
I have my /etc/pcmcia/bluetooth.conf entry set for my card to be recognized:
card "Socket Bluetooth Card"
version "Socket", "CF+ Personal Network Card Rev 2.5"
bind "serial_cs"
Power up to console and log in.
modprobe hci_uart
Insert Socket Bluetooth Card
It should spew text about ttyS03 at port 0xf60003f8 bla bla bla
The next line is the key to making everything work!
cardctl resume 0
hciattach /dev/ttyS3 bcsp 230400
hciconfig
It should show
hci0: Type: UART
BD Address: 00:02:C7:42:91:E1 ACL MTU: 340:4 etc etc
etc etc
The point is the BD address should no longer be 00:00:00:00:00:
I put my Verizon V710 into discoverable mode, the ran
hcitool scan
and it responded with
Scanning ...
00:0A:28:36:21:12 Motorola Phone
Thats as far as I got so far, now on to make it do something more useful.
I hope this helps you bastichelaar !
-Steve
This should work on Rev. G as well.
Heres what I did, based on a posting from last year I found:
I'm runing pdaXrom RC5.
I have my /etc/pcmcia/bluetooth.conf entry set for my card to be recognized:
card "Socket Bluetooth Card"
version "Socket", "CF+ Personal Network Card Rev 2.5"
bind "serial_cs"
Power up to console and log in.
modprobe hci_uart
Insert Socket Bluetooth Card
It should spew text about ttyS03 at port 0xf60003f8 bla bla bla
The next line is the key to making everything work!
cardctl resume 0
hciattach /dev/ttyS3 bcsp 230400
hciconfig
It should show
hci0: Type: UART
BD Address: 00:02:C7:42:91:E1 ACL MTU: 340:4 etc etc
etc etc
The point is the BD address should no longer be 00:00:00:00:00:
I put my Verizon V710 into discoverable mode, the ran
hcitool scan
and it responded with
Scanning ...
00:0A:28:36:21:12 Motorola Phone
Thats as far as I got so far, now on to make it do something more useful.
I hope this helps you bastichelaar !
-Steve