Talk:R-Pi Tellstick core
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
Additions | 0 | 23:37, 24 February 2014 |
These instruction can almost be followed when installing tellstick-core on debian on regular PC with the following modifications:
- Exception #1 - Before compiling telldus-core, do this:
sudo nano /usr/src/telldus-core-2.1.1/common/Socket.h
Add:
#include <unistd.h>
- Exception #2 - Before starting telldusd service do this:
sudo nano /etc/init.d/telldusd
Modify line 23:
DAEMON=/usr/sbin/$NAME
to
DAEMON=/usr/local/sbin/$NAME