hi
i have a problem, i hope you guys can help me.
on familiar linux 0.7.2 and opie 1.0.3 i´d like to be able to use bluetooth gprs after boot.
i have managed to configure my system to the state where i boot, tap bt tray icon to enable bt, open console and type "rfcomm bind all". then tap network and dial to gprs phone.
but how can i do "rfcomm bind all" during boot so that i don´t have to type it?
i tried to make a script to /etc/init.d:
---
#! /bin/sh
rfcomm bind all
---
named it rfcommbindall, made chmod 755, made ln -s /etc/rc5.d/S60rfcommbindall /etc/init.d/rfcommbindall
but it doesn´t work
