I have a Socket Rev G card and I\'m running tkcROM 2.0 on my 5500, so unfortunately we\'re not in an identical setup. Hopefully a Bluemonkey user will see this, as there are several who have gotten that card to work properly.
For me, the BLUEZ-ZAURUS 2.3-2.4.18E did NOT work. I had to use the BLUEZ-ZAURUS 2.3-2.4.18D package (found in the Bluetooth howto by Tumnus on this site) and the bluez-csr serial ipk so that my card acts as a serial device.
In case it helps and seeing as you don\'t have much time, here\'s the terminal session that got this working for my Socket card:
login as: root
# cd /mnt/card/Documents/ipkg/new_bluez
# ls
bluez-csr-serial_0[1].1_arm.ipk
bluez-zaurus_2[1].3-2.4.18d-preempt_arm.ipk
bluez-zaurus_2[1].3-2.4.18d_arm.ipk
bluez-zaurus_2[1].3-2.4.18e-preempt_arm.ipk
bluez-zaurus_2[1].3-2.4.18e_arm.ipk
hci_bcsp.o
libc6_6.1_arm.ipk
sudo_0.1_arm.ipk
susp-resume-bluez_0[1].9.1_arm.ipk
susp-resume_0.9-3.1.ipk
# ipkg install susp-resume_0.9-3.1.ipk
Unpacking susp-resume...Done.
Configuring susp-resume...Done.
# ipkg install bluez-zaurus_2[1].3-2.4.18d_arm.ipk
Unpacking bluez-zaurus...Done.
Configuring bluez-zaurus...Starting Bluetooth... Can\'t get port settings: Input/output error
Can\'t initialize device: Input/output error
Done.
Done.
# ipkg install bluez-csr-serial_0[1].1_arm.ipk
Unpacking bluez-csr-serial...Done.
Configuring bluez-csr-serial...Done.
# cardctl ident
Socket 0:
product info: "Socket", "CF+ Personal Network Card Rev 2.5"
manfid: 0x0104, 0x0096
function: 2 (serial)
Socket 1:
no product info available
# /etc/rc.d/init.d/pcmcia restart
# cardctl ident
Socket 0:
no product info available
Socket 1:
no product info available
# cardctl insert
# cardctl ident
Socket 0:
product info: "Socket", "CF+ Personal Network Card Rev 2.5"
manfid: 0x0104, 0x0096
function: 2 (serial)
Socket 1:
no product info available
# /etc/rc.d/init.d/bluetooth restart
Shutting down Bluetooth... Done.
Starting Bluetooth... Done.
# hciconfig
hci0: Type: UART
BD Address: 00:02:C7:1C:D0:2A ACL MTU: 340:4 SCO MTU: 64:10
UP RUNNING PSCAN ISCAN
RX bytes:264 acl:0 sco:0 events:13 errors:0
TX bytes:448 acl:0 sco:0 commands:12 errors:0
# hciconfig hci0 up
# depmod -a
# hciattach /dev/ttyS3 bcsp 230400
BCSP initialization timed out
# sdptool browse
Inquiring ...
Browsing 00:0A:D9:6D:CA:B2 ...
Service Name: Dial-up Networking
Service RecHandle: 0x10000
Service Class ID List:
"Dialup Networking" (0x1103)
"Generic Networking" (0x1201)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
...
NOTE: You PROBABLY don\'t want to use the csr serial ipk, but I don\'t know since I don\'t know much about your card.
If you go through all of that with similar results, then edit the rfcomm.conf file with your phone\'s hardware address, pair your phone and Z, and setup your Dial-Up (bluetooth) configuration as Tumnus suggests, I would expect that this should work for you.
Check and let us know-
Nate