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 - erictsai

Pages: [1]
1
C1000/3x00 General discussions / Bluetooth
« on: December 21, 2005, 11:51:57 pm »
Quote
Quote
I am using C700 with cacko 1.23 lite, after change these setting, i can see the
ambicom bt2000-cf card on my zaurus , but when i use hciconfig , it's no response,
hciconfig scan , and it says "Can't get device info:   No such device"
[div align=\"right\"][a href=\"index.php?act=findpost&pid=107262\"][{POST_SNAPBACK}][/a][/div]

Cacko includes support for this card. Reflash and don't install ANY bluetooth package.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=107645\"][{POST_SNAPBACK}][/a][/div]
yes , but default cacko 1.23 will identify my BT2000-cf as serial or modem,
must modify the two file as rob_figlabs say. after modify , the card will been identified.
but still can't work, hciconfig show nothing, by the way, i don't install any package in
cacko 1.23. Do i miss something before using hciconfig?

2
C1000/3x00 General discussions / Bluetooth
« on: December 15, 2005, 09:35:04 pm »
Quote
Hi,
I've not tried it with Cacko, but the same principle should apply.

The simplest, lowest propellor factor method I can think of getting you going is this:

1)Run the terminal/console app
2) Type (enter after each one)
 su
3) Type:
cp /etc/pcmcia/bluetooth.conf /home/zaurus/Documents
then:
cp /etc/bluetooth/uart /home/zaurus/Documents

4) Hook your zaurus up to a PC/Mac, browse the internal disc, and use a text editor to edit the bluetooth.conf file. What you are looking for is a line that contains the product info string your card has. I suspect it's not there, or if it is, it is missing the underscore characters.

so you may find a pair of lines:

Code: [Select]
card "AmbiCom BT2000C Bluetooth CF Card"
   version "AmbiCom BT2000C", "Bluetooth PC/CF Card", "", ""

then copy them and paste a new copy and edit it to read:

Code: [Select]
card "AmbiCom BT2000C Bluetooth CF Card"
   version "AmbiCom_BT2000C", "Bluetooth_PC/CF_Card", ""

if there isn't one like that, just paste this one in.

5) Do the same again, but this time edit the 'uart' file.

You need to edit the Ambicom line to read
Code: [Select]
"AmbiCom_BT2000C", "Bluetooth_PC/CF_Card", "":/dev/ttyS3 bt2000c flow
6) Go back to the terminal app and type:
cp /home/zaurus/Documents/uart /etc/bluetooth/
cp /home/zaurus/Documents/bluetooth.conf /etc/pcmcia/

7) reboot

With a following wind, that should be you up and running, unless...

I may be having more luck due to the version of bluez i'm running. We install a repackaged version of:

bluez-zaurus_2.12-2.4.20-alpha4_arm.ipk (posted elsewhere on these forums)

Which definitely has stuff in it to support the BT2000-CF. Maybe that's the key? Or maybe Mr Maslovsky has included that (or better) in Cacko?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=106154\"][{POST_SNAPBACK}][/a][/div]

I am using C700 with cacko 1.23 lite, after change these setting, i can see the
ambicom bt2000-cf card on my zaurus , but when i use hciconfig , it's no response,
hciconfig scan , and it says "Can't get device info:   No such device"

Pages: [1]