INSTALLATION ============ Tehmote uses rfcomm to communicate with the mobile. Make sure that /dev/rfcomm0 is read- and writeable for the user (in Debian, install bluez-utils and make sure your user is in the dialout group ("useradd dialout )). Furthermore, you need the two basic modules, Device::Ericsson::AccessoryMenu and X11::GUITest. To install them call: 'sudo cpan -i Device::Ericsson::AccessoryMenu X11::GUITest Device::Ericsson::AccessoryMen' To use the KDE bindings, you have to have DCOP.pm installed, you can test this by calling 'perl -MDCOP -e1' if this gives you an error, you have to find a DCOP Perl binding suitable for your distribution. On Debian, these bindings are in the source only package kdebindings so you have to do apt-get source kdebindings cd kdebindings-* cd dcopperl perl Makefile.PL make sudo make install For other distributions I don't know, maybe there is a package called dcopperl or kdebindings around. Have fun, any feedback will be appriciated Marcus (marcus@thiesen.org)