~jon-raiford/mythbuntu/lirc

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Mario Limonciello
  • Date: 2007-12-29 15:58:25 UTC
  • Revision ID: supermario@portablemario-20071229155825-tyuq6q8o6ah978uy
add hardy's debian/ directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Debianization README for LIRC notes
 
2
===================================
 
3
 
 
4
If you need irxevent or xmode2 they can be found in lirc-x package. And if you
 
5
need smode2 it can be found in lirc-svga package. This split has been done to
 
6
prevent dependencies on xlibs and svgalib for the main lirc package.
 
7
 
 
8
You will probably need some kernel modules for your hardware to work, those
 
9
are distributed separately in lirc-modules-source package.  You will find some
 
10
notes and instruction on how to build and install them in
 
11
/usr/share/doc/lirc-modules-source/README.Debian and
 
12
/usr/src/modules/lirc/README once you install it.
 
13
 
 
14
If you use lirc_sir or lirc_serial kernel modules you should either remove
 
15
the official serial driver or use 'setserial /dev/ttySX uart none' so it
 
16
releases the serial port for use with lirc.
 
17
 
 
18
For fine tuning you should look at /etc/lirc/hardware.conf
 
19
 
 
20
If you already have a proper configuration file for the libirman package, you
 
21
may convert it to lirc syntax with irman2lirc. For more information take a
 
22
look at html/configure.html.
 
23
 
 
24
 
 
25
TROUBLE SHOOTING
 
26
----------------
 
27
 
 
28
We currently try to do it all automatically but if we miss the target there
 
29
are ways to solve this:
 
30
 
 
31
If you configure lircmd to use IMPS/2 protocol gpm will refuse to work with
 
32
it, you will have to use IntelliMouse or MouseSystems for gpm to work. You can
 
33
find  detailed information on how to configure lircmd in:
 
34
        
 
35
        /usr/share/doc/lirc/html/configure.html
 
36
 
 
37
If the installation can't find proper configuration files for your hardware or
 
38
you have special needs, you may find one under the remotes/ directory or at
 
39
least a sample to start with. Or you can make your own from scratch with
 
40
irrecord.  Read the documentation under html/ for more details.
 
41
 
 
42
If you need to use a different device or driver, you can select them manually in
 
43
/etc/lirc/hardware.conf. Running lircd --driver=blah will give a list of
 
44
supported drivers.
 
45
 
 
46
-- Manuel Estrada Sainz <ranty@debian.org>  Sat,  9 Jun 2001 18:40:00 +0100