1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
Template: lirc-modules-source/drivers
Type: multiselect
Choices: i2c, gpio, parallel, serial, sir, it87, bt829
Default: i2c, gpio
_Description: Select drivers to build.
i2c: TV cards from Hauppauge and PixelView. Needs the new I2C stack
(present on 2.4 kernels). You can get it at:
.
http://www2.lm-sensors.nu/~lm78/.
.
gpio: TV cards from FlyVideo98, Avermedia, MiRO and many others. Needs
bttv version 0.7.45 or higher (present on 2.4 kernels). If you are using
the bttv tarball, copy it to the kernel.
.
parallel: Custom parallel-port receiver.
.
serial: Serial-port driver.
.
sir: Serial InfraRed (IRDA).
.
it87: ITE IT8705 and IT8712 CIR ports (e.g. on the ECS K7S5A).
.
bt829: Tekram M230 Mach64
Template: lirc-modules-source/use_lirc_hints
Type: boolean
Default: true
_Description: Should I try to automagically select support for your hardware?
You have installed and configured LIRC. I can try to guess what kernel
modules are needed and their parameters from your previous answers.
Template: lirc-modules-source/not_needed
Type: note
_Description: You don't need any aditional kernel modules.
Unless you want to build LIRC kernel modules for some other system, you
can probably remove this package.
Template: lirc-modules-source/what_next
Type: note
_Description: How to build the binary modules package.
For instruction on how to build the binary modules debian package read:
/usr/share/doc/lirc-modules-source/README.Debian
.
Quick walktrough:
.
cd /usr/src/
.
tar -xzf lirc-modules.tar.gz
.
cd modules/lirc
.
debian/rules binary-modules KSRC=/path/of/my/kernel/source/
.
dpkg -i ../lirc-modules-*.deb
Template: lirc-modules-source/serial_type
Type: select
_Choices: ANIMAX, IRDEO, Other
Default: Other
_Description: What type of serial device should be supported?
The following list includes short descriptions of the different options
available:
.
ANIMAX: Anir Multimedia Magic
.
IRDEO: IRdeo
.
Other: Any other supported device.
.
If you don't know what the other devices are, you should probably choose
"Other".
Template: lirc-modules-source/serial_transmitter
Type: boolean
Default: true
_Description: Is your serial IR device a transmitter?
Template: lirc-modules-source/serial_softcarrier
Type: boolean
Default: false
_Description: Should the carrier signal be generated by software?
Template: lirc-modules-source/serial_port
Type: string
Default: 0x2f8
_Description: Which IO port is your IR serial device using?
Template: lirc-modules-source/serial_irq
Type: string
Default: 3
_Description: Which IRQ is your IR serial device using?
Template: lirc-modules-source/sir_type
Type: select
_Choices: ACTISYS_ACT200L, TEKRAM, Other
Default: Other
_Description: What type of SIR device should be supported?
The following lists are short descriptions of the options to show what
they mean.
.
ACTISYS_ACT200L: Actisys Act200L dongle.
.
TEKRAM: Tekram Irmate 210 (16x50 UART compatible serial port)
.
Other: Any other supported device.
Template: lirc-modules-source/sir_port
Type: string
Default: 0x2f8
_Description: Which IO port is your SIR device using?
Template: lirc-modules-source/sir_irq
Type: string
Default: 3
_Description: Which IRQ is your SIR device using?
Template: lirc-modules-source/parallel_port
Type: string
Default: 0x378
_Description: Which IO port is your parallel IR device using?
Template: lirc-modules-source/parallel_irq
Type: string
Default: 7
_Description: Which IRQ is your parallel IR device using?
Template: lirc-modules-source/parallel_timer
Type: string
Default: 65536
_Description: What timer should be used for your parallel IR device?
Template: lirc-modules-source/do-build
Type: boolean
Default: false
_Description: Should I try to automatically build the modules?
I can try to build and install your lirc kernel modules, as long as your
current kernel's source (and gcc) are present on your computer.
.
Even if you select "yes", you should build and install a binary 'kernel
modules' package so that the package manager can keep track of the files.
Template: lirc-modules-source/kernel-source
Type: string
Default: /usr/src/linux/
_Description: Where is your kernel source?
To build lirc kernel modules, I need the sources of the kernel you plan to
use them with.
Template: lirc-modules-source/kernel-source-not-found
Type: note
_Description: ${ksrc} is not a valid kernel source tree.
|