#! /bin/bash
echo inserting hci_usb
/sbin/modprobe hci_usb
echo starting dmabt
dmabt
echo inserting rfcomm
/sbin/modprobe rfcomm
echo resetting module dependencies
/sbin/depmod -a
echo creating symlink from modem to rfcomm0
ln -sf /dev/rfcomm0 /dev/modem
echo restarting hci daemon
/usr/sbin/hcid -f /etc/bluetooth/hcid.conf
echo binding rfcomm to T68i - Note: edit this script and change 00:80:37:B5:A8:3A on line 13 to correspond with your phones bluetooth address
rfcomm bind 0 00:80:37:B5:A8:3A 1
echo Bluez stack started...
sleep 5
Most of all i also miss
the directory /etc/bluetooth/ on the uclinux distribution.