Before proceeding please, read this other article about the possible risks.
[инструкция на русском]
[Auf Deutsch]
Installation steps for R5(not tested under Haiku or ZETA):
Install the driver (/h2/h2generic) :
Place the driver in:
/boot/home/config/add-ons/kernel/drivers/bin
And make a link to it, placing it in:
/boot/home/config/add-ons/kernel/drivers/dev/bluetooth
Most likely you dont have the folder, just create it. Ensure your dongle is recognized by the USB stack. Use usb_dev_info command. After this, make sure the device is published correctly by:
$ find /dev/bluetooth/
/dev/bluetooth/
/dev/bluetooth/h2generic
/dev/bluetooth/h2generic/0
If not, a restart or $ rescan h2generic might help.
Intall the library (/lib/libbluetooth.so) :
Place the lib in :
/boot/home/config/lib/
Run the bluetooth_server (/server/bluetooth_server) :
You can place this component in any place.
E.G: /boot/beos/system/servers/
Run any of the provided apps (/apps/*) :
These are command line applications. You can place this component in any place, just ensure you run them from terminal to see the results
Functionlity available:
- Everything used by command lines applications under:
- LocalDevice::SetDiscovery();
Download Bluetooth for Haiku (Arce.4.1)
note: If anybody creates any nice script or "Drop me here link folders", with pleasure, I will publish it here.