Caller ID displayed on your LinHES screen

Version 5 (jzigmyth, 06/13/2010 03:28 pm)

1 1
h1. Caller ID displayed on you LinHES screen
2 1
3 2 jzigmyth
h3. This wiki entry is in progress.  I'll delete this line when it's done.  Thanks for waiting.
4 2 jzigmyth
5 2 jzigmyth
6 2 jzigmyth
In order to get your TV to display caller ID info while watching MythTV, you need to install NCID (network caller ID).  NCID consists of the ncid server daemon (ncidd) and the ncid client program (ncid).  The modem connects to the server and it makes the caller ID info available to all the clients on the network.
7 2 jzigmyth
8 2 jzigmyth
h3. Requirements:
9 2 jzigmyth
10 3 jzigmyth
*1) Caller ID capable modem.*  This can be an external serial modem, external USB modem or internal modem, but it must have caller ID capabilities.  USB and internal modems may need other drivers installed to work.  NCID can also get Caller ID info from a voip system or a YAC server.  
11 2 jzigmyth
12 3 jzigmyth
*2) NCID (network caller ID) package* consisting of the ncid server daemon (ncidd) and the ncid client program (ncid)
13 2 jzigmyth
14 2 jzigmyth
15 2 jzigmyth
16 2 jzigmyth
This article will focus on installing the server and the client on your stand alone LinHES 6.02 box using an external serial modem.
17 2 jzigmyth
18 2 jzigmyth
h3. General outline:
19 2 jzigmyth
20 2 jzigmyth
install make (didn't come with R6.02)
21 2 jzigmyth
get NCID. Latest version as of 4-3-10 is 0.76
22 2 jzigmyth
make package
23 2 jzigmyth
make package-install
24 2 jzigmyth
edit the configuration files for ncidd and ncid
25 2 jzigmyth
install ncidd as a service
26 1
install ncid as a service
27 1
in that order
28 3 jzigmyth
29 3 jzigmyth
h3. Detailed outline:
30 3 jzigmyth
31 3 jzigmyth
At the time of this writing, LinHES does not have the make utilty installed by default, so we start by installing make.
32 3 jzigmyth
33 3 jzigmyth
All as root:
34 3 jzigmyth
@pacman -S make@
35 3 jzigmyth
36 1
37 4 jzigmyth
Now get the NCID source:
38 3 jzigmyth
@cd /root@
39 3 jzigmyth
@mkdir ncidsrc@
40 3 jzigmyth
@cd ncidsrc@
41 3 jzigmyth
@wget http://sourceforge.net/projects/ncid/files/ncid/0.76/ncid-0.76-src.tar.gz/download@
42 3 jzigmyth
@tar xvzf ncid-0.76-src.tar.gz@
43 3 jzigmyth
44 1
45 3 jzigmyth
Now make and install NCID:
46 4 jzigmyth
@cd ncid@
47 4 jzigmyth
@make package@
48 4 jzigmyth
@make package-install@
49 5 jzigmyth
50 5 jzigmyth
51 5 jzigmyth
52 5 jzigmyth
53 5 jzigmyth
54 5 jzigmyth
55 5 jzigmyth
56 5 jzigmyth
57 5 jzigmyth
58 5 jzigmyth
59 5 jzigmyth
Ignore the attached files below.  Maybe someone can delete them for me.  I can't seem to do it!