Author Topic: Anyone got the Socket Bluetooth 2.5G card working?  (Read 11845 times)

piggity

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« on: April 05, 2004, 09:31:48 pm »
Haven\'t seem much talk around here about the Socket Bluetooth 2.5G card.  Has anyone gotten it to work in the Zaurus?

n8a

  • Full Member
  • ***
  • Posts: 235
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #1 on: April 05, 2004, 09:52:49 pm »
Works like a charm with the Sharp or tkcROM and the packages mentioned in this howto:

http://www.zaurususergroup.com/modules.php...ename=Bluetooth

If you follow that howto, it should work perfectly.  I have it working with the tkcROM 2.0-alpha3 now.

piggity

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #2 on: April 05, 2004, 10:24:11 pm »
Thanks for the quick responce.  I did try using the how to you referenced, but its not working.  I am having many of the same issue referenced in ( http://www.zaurususergroup.com/index.php?n...iewtopic&t=1053 ).  I was able to get an Ambicom card working without issues using the how to you posted, but when I use the socket card I get the follwing error.

# /etc/rc.d/init.d/bluetooth restart

Shutting down Bluetooth... Done.
Starting Bluetooth... Can\'t get port settings: input/output error
Can\'t initialized device: Input/output error
Done.

Any Ideas?

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #3 on: April 06, 2004, 03:16:00 am »
Which Z do you have and which ROM are you using? Did you install the bluez-csr-serial ipk? Which version of the BlueZ packages did you install? You need v2.3-2.4.18d as pointed to in the howto.
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

piggity

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #4 on: April 06, 2004, 08:34:53 am »
I have the SL-6000L with the stock ROM.  The Kernel is 2.4.18-rmk7-pxa3-embedix.  ROM version 1.12.  I installed:

bluez-zaurus_2.3-2.4.18d_arm.ipk
bluez-csr-serial_0.1_arm.ipk
susp-resume_0.9-3.1.ipk
sudo-0.1.ipk
susp-resume-bluez_0.9.1_arm.ipk

And the Dial up applet.  

I tried installing with and without the resume part.  

I followed the instuctions reference here with no luck.  The Ambicom card works fine everytime, but the Socket doesn\'t.  I have tried serveral things listed in these forums, but I keep getting the input/output error.

And direction would be greatly appreciated.

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #5 on: April 06, 2004, 09:47:28 am »
They could have changed the (PCMCIA) serial subsystem on the SL6000. The Socket card works fine on 5x00 and Cxxx models, but it requires a bit of hacking with a PCMCIA script which is what the bluez-csr-serial ipk does.

The Socket Rev G card is connected differently than the Ambicom BT2000E card. It must be initialised as a serial CF card and then the hci_uart module must be loaded and hciattach run with the correct parameters.

What is the output of the command \'cardctl ident\' with the Socket card in your Z?

What do you get when you run the following commands as root:

modprobe hci_uart
hciattach /dev/ttyS3 bcsp 230400
hciconfig hci0 up
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

n8a

  • Full Member
  • ***
  • Posts: 235
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #6 on: April 06, 2004, 01:18:39 pm »
Quote
# /etc/rc.d/init.d/bluetooth restart 

Shutting down Bluetooth... Done. 
Starting Bluetooth... Can\'t get port settings: input/output error 
Can\'t initialized device: Input/output error 
Done. 

First, I would suggest installing the bluez-zaurus package, then the csr-serial package.  Then, restart pcmcia (for good measure at least), do a cardctl insert, restart bluetooth, and see if you still get that message.  

Also, I would try hciconfig despite that message to see if it\'s working.  I\'ve found that sometimes I will get that message but bluetooth will still work.  For the record, I\'ve never been able to get the command #hciattach /dev/ttyS3 bcsp 240300 (or whatever) to work correctly - it always gives me a time out error.  Nevertheless, bluetooth works great for me with the files on the howto page.

In short, as long as hciconfig returns the correct results and sdptool browse finds your phone, I would bet that they can connect and you should be able to get them to communicate successfully.  But, I don\'t know the differences between your 5600 + rom and my 5500 and tkcROM.

piggity

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #7 on: April 06, 2004, 06:56:31 pm »
tumnus,

Here is what I get.  

#cardctl ident
Socket 0:
   product info:\"Socket\", \"CF+ Personal Network Crd Rev 2.5\"
   manfid: 0x0104, 0x0096
   function: 2 (serial)
Socket 1:
   no product info available


#modprobe hci_uart
#hciattach /dev/ttyS3 bcsp 230400
Can\'t get port settings Input/output error
Can\'t initialize device: Input/output error
#hciconfig hci0 up
Can\'t get device info: No Such Device

Thanks for you help.  Any other suggestions?

piggity

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #8 on: April 06, 2004, 06:59:26 pm »
n8a,

I tried what you said and are still having the same issue.

DrWowe

  • Hero Member
  • *****
  • Posts: 696
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #9 on: April 06, 2004, 08:34:12 pm »
Tumnus,

Just wondering, did you ever get the other Ambicom bluetooth card to work?  (the cheap one with the translucent purple top?)

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #10 on: April 07, 2004, 03:26:01 am »
piggity, I\'m wondering whether they changed the device that points to a serial CF card. Does hciattach return immediately or does it take a few seconds to show the error messages? You could try a few different devices (e.g. /dev/ttyS2, /dev/ttyS4, etc)

DrWowe, still working on it. I\'ve got a contact at Ambicom now who has given me a few technical details. I just need to learn about UART stuff now and will start hacking hciattach. The hci_uart driver should be able to drive the card then.
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

zmiq2

  • Sr. Member
  • ****
  • Posts: 383
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #11 on: April 07, 2004, 05:06:58 am »
Hi piggity,

in order to provide more help, can you please post the contents of your /var/log/messages while inserting the card.
sl-c750, archos av580, socket cf [bt, wifi, modem], noname cf lan, audiovox rtm800 gsm-gprs cf, rom: sharp -> oz3.5.3 -> cacko -> oz3.5.4.1

piggity

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #12 on: April 07, 2004, 07:12:49 pm »
Tumnus,

The I tried ttyS1, S2, S3, S4, S5.  

S1 returned BCSP initialization timed out (but i\'m not sure what S1 is really for)

The rest returned the same as my ealier post and are almost immediante.  

zmiq2,

I don\'t have the file /var/log/messges  Is there anything I need to do so it will be created?

Ethereal

  • Full Member
  • ***
  • Posts: 236
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #13 on: April 07, 2004, 07:42:11 pm »
Quote
I don\'t have the file /var/log/messges  Is there anything I need to do so it will be created?

In /etc/rc.d/rc5.d, rename _S02syslog to S02syslog to enable logging (assuming 5 is default runlevel, as it is on my 5600).
SL-6000L, Sharp ROM 1.12;
Socket Rev 2.5 CF Bluetooth::SE T608;
Sandisk 512MB SD, formatted ext2;
Pocketop IR Keyboard

piggity

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • http://
Anyone got the Socket Bluetooth 2.5G card working?
« Reply #14 on: April 07, 2004, 08:26:21 pm »
Thanks Ethereal

But I did this and it didn\'t seem to make a difference.  I also renamed the one in rc3.d and rc4.d and same results.  I tried to restart or actually run it and neither seemed to help.  

Is there something else I need to be doing?