Talk:R-Pi Tellstick core

From eLinux.org
Jump to: navigation, search

Contents

Thread titleRepliesLast modified
Additions000:37, 25 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
00:37, 25 February 2014