Belkin bluetooth card will not work without a kernel patch, which allows to set unusual baude rates, such as 100000. Tis patch is included in Cacko ROM kernel tarrball. It should apply to the 500 kernel source tree, but I haven't tried.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
I've got a Belkin F8T020, and a SL5500-S with OZ 3.5.2 (with all the upgrades up to date).
And it works pairing with my Windows 2000 box, browsing services, ... but I can't establish PAN connections...
** CONSOLE CONFIG
1. insert card. It is detected as "Compaq iPAQ Bluetooth Sleeve", doesn't matters...
Automatically managed by serial_cs module. The card's green light is on.
2. hciattach /dev/ttyS3 bcsp 921600
The light is off, and the hci_uart module is loaded (as it can be stated by running 'lsmod').
'hciconfig' shows the interface hci0 with MAC 00:...:00
3. hciconfig hci0 up
The interface shows its real MAC.
** AUTOMATIC CONFIG
1. Put into file /etc/sysconfig/bluetooth the values for variables
BLUETOOTH=yes
BLUETOOTH_PORT=/dev/ttyS3
BLUETOOTH_PROTOCOL=bcsp
BLUETOOTH_SPEED=921600
This file is readed from script /etc/bluetooth/hciattach
2. ln -s /etc/bluetooth/hciattach /usr/sbin/hciattach
/usr/sbin/hciattach is called from init script /etc/pcmcia/bluetooth to activate serial bluetooth configurated devices, after card insertion.
3. Insert the card, "et voila!!" it is recognised and correctly activated.
You can see by executing 'hciconfig' that hci0 is up.
** GRAPHICAL TOOLS
1. bluepin is installed at /opt/QtPalmtop/bin/bluepin, but I only can see it if I invoke from command line on console. I've never seen it called from any connection asking for my PIN...
If we choose so, bluepin saves the pin encoded in the file ~/Settings/bluepin.conf ,
and change the pin_helper entry at /etc/bluetooth/hcid.conf
2. bluetooth manager only detects devices, but doesn't show the provided services, and always tell in status tab (I don't know how to change this):
Device name: Ipaq
MAC address: no idea
Class: PDA
It saves its configuration in ~/Settings/bluetoothmanager.conf
Why any of these graphical tools looks into /etc/bluetooth ?
There is no real sync between the "handmade" configuration written in /etc/bluetooth and the one saved by opie tools.
3. I hope Colin Pinkney could soon release the graphical tools described at [a href=\"http://www.cpinkney.org.uk/zaurus.html]http://www.cpinkney.org.uk/zaurus.html[/url] .
Any news?
** NETWORK CONNECTIONS with MS Windows
I can pair my Zaurus with Windows by means of one script /etc/bluetooth/givepin that echoes one string of the form "PIN:1234".
In fact, it runs 'cat /etc/bluetooth/pin' , where I wrote that string.
I've followed the directions in Jensen's page at
http://www.jens-koenen.de/index.html but I cannot establish link with
pand --role PANU --service NAP --connect <MAC_dest> --nodetach
Always answer with "Permission denied(13)"
And in /var/log/messages can be read:
hcid[####]: link_key_request (sba=xx:xx:xx:xx:xx:xx, dba=yy:yy:yy:yy:yy:yy)
pand[####]: Connect to yy:yy:yy:yy:yy:yy failed. Permission denied(13)
Any help would be appreciated ;-)
Rafa.