From 89c7254d43e779e100c3722e75c90780997c72d9 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Wed, 2 Jan 2019 21:27:55 +0100 Subject: [PATCH] Further cleanup or rc_maps.cfg.j2 --- Manual.html | 1021 +++++++++---------- Manual.org | 31 +- roles/yavdr-remote/templates/rc_maps.cfg.j2 | 31 +- 3 files changed, 531 insertions(+), 552 deletions(-) diff --git a/Manual.html b/Manual.html index bbd49c2..4a43b33 100644 --- a/Manual.html +++ b/Manual.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Ansible Playbooks for yaVDR 0.7 @@ -240,270 +240,270 @@ for the JavaScript code in this tag.

Inhaltsverzeichnis

-
-

1 User Stories

+
+

1 User Stories

-
-

1.1 yavdr-full

+
+

1.1 yavdr-full

A User wants to install yaVDR without customization and relies on full automation. @@ -536,24 +536,24 @@ Several roles are used to tie everything together:

-
-

1.1.1 Using vdr, pulseaudio and xorg together

+
+

1.1.1 Using vdr, pulseaudio and xorg together

-
-

2 Introduction

+
+

2 Introduction

One of the major problems we faced with customized Ubuntu ISO files as installation media for prior yaVDR versions has been the limited hardware support and the time consuming process to create and update them. An interesting alternative to this approach is to enable the user to choose the installation medium by himself, so point releases, kernel versions and additional drivers can be chosen deliberately. After the basic setup is complete (and a working internet connection is available), a fully customizable install script completes the yaVDR installation.

-
-

3 Installing and configuring yaVDR with Ansible

+
+

3 Installing and configuring yaVDR with Ansible

This is an experimental feature which allows to set up a yaVDR installation based on a normal Ubuntu Server 16.04.x installation using Ansible. @@ -588,8 +588,8 @@ We use a callback to generate tags for all roles autmatically:

-
-

3.1 Install scripts for local usage

+
+

3.1 Install scripts for local usage

set -e
@@ -634,12 +634,12 @@ ansible-playbook yavdr07-headless.yml -b -i 'localhost_
 
-
-

4 Playbooks

+
+

4 Playbooks

-
-

4.1 yavdr07.yml

+
+

4.1 yavdr07.yml

The yavdr07.yml playbook sets up a fully-featured yaVDR installation: @@ -692,8 +692,8 @@ The yavdr07.yml playbook sets up a fully-featured yaVDR installatio

-
-

4.2 yavdr07-headless.yml

+
+

4.2 yavdr07-headless.yml

For a headless server installation yavdr07-headless.yml is a good choice @@ -731,8 +731,8 @@ For a headless server installation yavdr07-headless.yml is a good c

-
-

5 Hosts

+
+

5 Hosts

This playbook can either be used to run the installation on the localhost or any other PC in the network that can be accessed via ssh. Simply add the host names or IP addresses to the hosts file in the respective section: @@ -746,12 +746,12 @@ This playbook can either be used to run the installation on the localhost or any

-
-

6 Group Variables

+
+

6 Group Variables

-
-

6.1 PPAs

+
+

6.1 PPAs

---
@@ -769,8 +769,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.2 VDR user, directories, special configuration and plugins

+
+

6.2 VDR user, directories, special configuration and plugins

# properties of the user vdr and vdr-related options
@@ -796,8 +796,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.3 Media directories

+
+

6.3 Media directories

# dictionary of directories for (shared) files. Automatically exported via NFS and Samba if those roles are enabled
@@ -812,8 +812,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.4 NFS

+
+

6.4 NFS

nfs:
@@ -822,8 +822,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.5 Samba

+
+

6.5 Samba

samba:
@@ -833,8 +833,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.6 Additional packages

+
+

6.6 Additional packages

# additional packages you want to install
@@ -850,8 +850,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.7 System pre-configuration

+
+

6.7 System pre-configuration

frontend: vdr
@@ -865,8 +865,8 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

6.8 Serial IR

+
+

6.8 Serial IR

# Serial device to configure for a homebrew receiver.
@@ -878,20 +878,20 @@ This playbook can either be used to run the installation on the localhost or any
 
-
-

7 Roles

+
+

7 Roles

-
-

7.1 install-dependencies

+
+

7.1 install-dependencies

-
-

7.1.1 tasks

+
+

7.1.1 tasks

    -
  1. main.yml
    +
  2. main.yml
    ---
    @@ -910,19 +910,19 @@ This playbook can either be used to run the installation on the localhost or any
     
    -
    -

    7.2 nvidia experimental drivers

    +
    +

    7.2 nvidia experimental drivers

    install nvidia-396 from ppa:graphics-drivers/ppa

    -
    -

    7.2.1 tasks

    +
    +

    7.2.1 tasks

      -
    1. main.yml
      +
    2. main.yml
      ---
      @@ -951,15 +951,15 @@ install nvidia-396 from ppa:graphics-drivers/ppa
       
    -
    -

    7.3 yavdr-common

    +
    +

    7.3 yavdr-common

    This role is used to set up a basic yaVDR installation. It creates the directories, installs the vdr and other useful packages.

    -
    -

    7.3.1 default variables

    +
    +

    7.3.1 default variables

    This section is for reference only, please use the files in global_vars for customizations. @@ -972,7 +972,7 @@ This section is for reference only, please use the files in global_vars

      -
    1. Repositories
      +
    2. Repositories

      You can set a list of package repositories which provide the necessary packages. Feel free to use own PPAs if you need special customization to the VDR and it’s plugins. @@ -989,7 +989,7 @@ You can set a list of package repositories which provide the necessary packages.

  3. -
  4. Drivers
    +
  5. Drivers

    Automatically installed drivers can be very useful, but if you know you need a certain driver, you can simply set it’s value to true. If you don’t want a driver to be installed, set it’s value to false. @@ -1002,7 +1002,7 @@ Automatically installed drivers can be very useful, but if you know you need a c

-
  • Additional Packages
    +
  • Additional Packages

    Add additional packages you would like to have on your installation to this list @@ -1016,7 +1016,7 @@ Add additional packages you would like to have on your installation to this list

  • -
  • VDR
    +
  • VDR

    This section allows you to set the recording directory, the user and group that runs the vdr and it’s home directory. @@ -1049,15 +1049,15 @@ This section allows you to set the recording directory, the user and group that

  • -
    -

    7.3.2 tasks

    +
    +

    7.3.2 tasks

    yavdr-common executes the following tasks:

      -
    1. main.yml
      +
    2. main.yml
      ---
      @@ -1075,7 +1075,7 @@ yavdr-common executes the following tasks:
       
        -
      1. Disable default installation of recommended packages
        +
      2. Disable default installation of recommended packages

        This task prevents apt to automatically install all recommended dependencies for packages: @@ -1092,7 +1092,7 @@ This task prevents apt to automatically install all recommended dependencies for

    -
  • Set up package repositories
    +
  • Set up package repositories
    - name: add PPAs
    @@ -1112,7 +1112,7 @@ This task prevents apt to automatically install all recommended dependencies for
     
  • -
  • Use bash instead of dash
    +
  • Use bash instead of dash
    - name: use bash instead of dash
    @@ -1124,15 +1124,15 @@ This task prevents apt to automatically install all recommended dependencies for
     
  • -
  • create user vdr
    +
  • create user vdr
  • -
  • Disable release-upgrade notifications
    +
  • Disable release-upgrade notifications
      -
    1. SOMEDAY move from lineinfile to template
      +
    2. SOMEDAY move from lineinfile to template
      - name: disable release-upgrade notifications
      @@ -1154,7 +1154,7 @@ This task prevents apt to automatically install all recommended dependencies for
       
  • -
  • Install essential packages
    +
  • Install essential packages
    - name: apt | install basic packages
    @@ -1185,7 +1185,7 @@ This task prevents apt to automatically install all recommended dependencies for
     
  • -
  • Install additional packages (user defined)
    +
  • Install additional packages (user defined)
    - name: apt | install extra packages
    @@ -1198,15 +1198,15 @@ This task prevents apt to automatically install all recommended dependencies for
     
  • -
  • create directories
    +
  • create directories
  • -
  • create sudoers drop-in for vdr
    +
  • create sudoers drop-in for vdr
  • -
  • basic scripts for standby support
    +
  • basic scripts for standby support

    Stop vdr before entering suspend and unload dvb modules, reverse this operation on resume @@ -1217,8 +1217,8 @@ Stop vdr before entering suspend and unload dvb modules, reverse this operation

  • -
    -

    7.3.3 templates

    +
    +

    7.3.3 templates

    {{ ansible_managed | comment('c') }}
    @@ -1229,7 +1229,7 @@ APT::Install-Suggests "0";
     
      -
    1. yavdr sudoers drop-in
      +
    2. yavdr sudoers drop-in

      Allow the vdr user to restart vdr.service and reboot the system @@ -1241,7 +1241,7 @@ Allow the vdr user to restart vdr.service and reboot the system

    -
  • suspend hooks
    +
  • suspend hooks
    #!/bin/bash
    @@ -1270,7 +1270,7 @@ Allow the vdr user to restart vdr.service and reboot the system
     
  • -
  • module-helper
    +
  • module-helper
    #!/usr/bin/env python3
    @@ -1357,12 +1357,12 @@ Allow the vdr user to restart vdr.service and reboot the system
     
     
    -
    -

    7.4 collect facts about the system with custom modules

    +
    +

    7.4 collect facts about the system with custom modules

    -
    -

    7.4.1 variables

    +
    +

    7.4.1 variables

    first_run: False
    @@ -1370,12 +1370,12 @@ Allow the vdr user to restart vdr.service and reboot the system
     
    -
    -

    7.4.2 tasks

    +
    +

    7.4.2 tasks

      -
    1. main.yml
      +
    2. main.yml
      - name: get information about usb and pci hardware and loaded kernel modules
      @@ -1424,16 +1424,16 @@ Allow the vdr user to restart vdr.service and reboot the system
       
    -
    -

    7.5 vdr

    +
    +

    7.5 vdr

    -
    -

    7.5.1 tasks

    +
    +

    7.5.1 tasks

      -
    1. install the basic vdr packages
      +
    2. install the basic vdr packages
      ---
      @@ -1451,7 +1451,7 @@ Allow the vdr user to restart vdr.service and reboot the system
       
    3. -
    4. Add svdrp/svdrp-disc to /etc/services
      +
    5. Add svdrp/svdrp-disc to /etc/services
      - name: add svdrp and svdrp-disc to /etc/services
      @@ -1466,7 +1466,7 @@ Allow the vdr user to restart vdr.service and reboot the system
       
    6. -
    7. Set up the recording directory for the vdr user
      +
    8. Set up the recording directory for the vdr user
      - name: create vdr recdir
      @@ -1501,7 +1501,7 @@ Allow the vdr user to restart vdr.service and reboot the system
       
    9. -
    10. Install additional vdr plugins
      +
    11. Install additional vdr plugins

      The additional plugins to install can be set in the variable {{vdr_plugins}} in the group variables @@ -1517,7 +1517,7 @@ The additional plugins to install can be set in the variable {{vdr_plugins

  • -
  • copy vdr configuration files (if they don’t exist yet)
    +
  • copy vdr configuration files (if they don’t exist yet)
    - name: ensure vdr is stopped
    @@ -1548,7 +1548,7 @@ The additional plugins to install can be set in the variable {{vdr_plugins
     
  • -
  • start vdr after network-online.target
    +
  • start vdr after network-online.target
    - name: create directory for vdr.service systemd drop-in files
    @@ -1569,8 +1569,8 @@ The additional plugins to install can be set in the variable {{vdr_plugins
     
     
    -
    -

    7.5.2 templates

    +
    +

    7.5.2 templates

    Start after network-online.target @@ -1582,12 +1582,12 @@ Start after network-online.target

    -
    -

    7.5.3 files

    +
    +

    7.5.3 files

      -
    1. remote.conf
      +
    2. remote.conf
      LIRC.Up KEY_UP
      @@ -1722,7 +1722,7 @@ XKeySym.Next       XF86AudioNext
       
    3. -
    4. keymacros.conf
      +
    5. keymacros.conf
      # Remote control key macros for VDR
      @@ -1748,12 +1748,12 @@ User0     @osdteletext
       
    -
    -

    7.6 STARTED yavdr-network

    +
    +

    7.6 STARTED yavdr-network

    -
    -

    7.6.1 default variables

    +
    +

    7.6.1 default variables

    install_avahi: true
    @@ -1761,8 +1761,8 @@ User0     @osdteletext
     
    -
    -

    7.6.2 tasks

    +
    +

    7.6.2 tasks

    ---
    @@ -1831,17 +1831,17 @@ User0     @osdteletext
     
    -
    -

    7.7 nfs-server

    +
    +

    7.7 nfs-server

    -
    -

    7.7.1 TODO avahi-services für NFS beim Stoppen des nfs-kernel-servers depublizieren, beim Start wieder announcen

    +
    +

    7.7.1 TODO avahi-services für NFS beim Stoppen des nfs-kernel-servers depublizieren, beim Start wieder announcen

    -
    -

    7.7.2 tasks

    +
    +

    7.7.2 tasks

    ---
    @@ -1869,12 +1869,12 @@ User0     @osdteletext
     
    -
    -

    7.7.3 templates

    +
    +

    7.7.3 templates

      -
    1. /etc/exports
      +
    2. /etc/exports
      /srv *(rw,fsid=0,sync,no_subtree_check,all_squash,anongid={{ vdr.gid }},anonuid={{ vdr.uid }})
      @@ -1885,7 +1885,7 @@ User0     @osdteletext
       
    3. -
    4. avahi services
      +
    5. avahi services
      <?xml version="1.0" standalone='no'?>
      @@ -1907,15 +1907,15 @@ User0     @osdteletext
       
      -
      -

      7.8 STARTED yavdr-remote

      +
      +

      7.8 STARTED yavdr-remote

      The role yavdr-remote sets up the foundation for using eventlircd, lircd2uinput and the pre-configuration for remote receivers which can be detected by udev.

      -
      -

      7.8.1 default variables

      +
      +

      7.8.1 default variables

      lircd0_socket: /var/run/lirc/lircd0
      @@ -1923,8 +1923,8 @@ The role yavdr-remote sets up the foundation for using eventlircd,
       
      -
      -

      7.8.2 tasks

      +
      +

      7.8.2 tasks

      ---
      @@ -1995,12 +1995,12 @@ The role yavdr-remote sets up the foundation for using eventlircd,
       
      -
      -

      7.8.3 templates

      +
      +

      7.8.3 templates

        -
      1. Systemd Drop-in to start vdr with lirc support
        +
      2. Systemd Drop-in to start vdr with lirc support
        {% if frontend != 'kodi' %}
        @@ -2011,7 +2011,7 @@ The role yavdr-remote sets up the foundation for using eventlircd,
         
      3. -
      4. Systemd Drop-in to start lircd2uinput with lircd
        +
      5. Systemd Drop-in to start lircd2uinput with lircd
        [Service]
        @@ -2021,7 +2021,7 @@ The role yavdr-remote sets up the foundation for using eventlircd,
         
      6. -
      7. create /etc/rc_maps.cfg
        +
      8. create /etc/rc_maps.cfg
        {{ ansible_managed | comment }}
        @@ -2057,29 +2057,21 @@ The role yavdr-remote sets up the foundation for using eventlircd,
         # devices supported by the linux kernel
         
         #driver table                    file
        +ite-cir     rc-rc6-mce          /lib/udev/rc_keymaps/rc-rc6-mce
        +nuvoton-cir rc-rc6-mce          /lib/udev/rc_keymaps/rc-rc6-mce
        +serial_ir   rc-rc6-mce          /lib/udev/rc_keymaps/rc-rc6-mce
        +mceusb      rc-rc6-mce          /lib/udev/rc_keymaps/HOPLOrc6
        +
         # Hauppauge PVR 350
         ir-kbd-i2c  rc-hauppauge        /lib/udev/rc_keymaps/rc-hauppauge
         
         # imon-pad
        -imon        rc-imon-pad         /lib/udev/rc_keymaps/rc-imon-pad
         imon        rc-imon-mce         /lib/udev/rc_keymaps/rc-imon-mce
        +imon        rc-imon-pad         /lib/udev/rc_keymaps/rc-imon-pad
         
         # TT-1500/1501
        -*           rc-tt-1500          /lib/udev/rc_keymaps/rc-tt-1500
         budget_ci   rc-tt-1500          /lib/udev/rc_keymaps/rc-tt-1501
         
        -# CIR
        -ite-cir     rc-rc6-mce          /lib/udev/rc_keymaps/rc-rc6-mce
        -nuvoton-cir rc-rc6-mce          /lib/udev/rc_keymaps/rc-rc6-mce
        -
        -# serial ir (e.g. Atric V5)
        -serial_ir   rc-rc6-mce          /lib/udev/rc_keymaps/rc-rc6-mce
        -
        -# mceusb
        -mceusb      rc-rc6-mce          /lib/udev/rc_keymaps/HOPLOrc6
        -
        -# other devices using rc-rc6-mce
        -*           rc-rc6-mce          /lib/udev/rc_keymaps/rc-rc6-mce
         
         # Skystarhd2
         mantis_core * /lib/udev/rc_keymaps/skystarhd2
        @@ -2089,7 +2081,7 @@ ati_remote    rc-medion-x10              /lib/udev/rc_keymaps/rc-medion-x10
         ati_remote    rc-medion-x10-or2x         /lib/udev/rc_keymaps/rc-medion-x10-or2x
         ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digitainer
         
        -# other devices (which still need a customized keymap for yaVDR)
        +# other devices (which still mostly need a customized keymap for yaVDR)
         *       rc-adstech-dvb-t-pci     adstech_dvb_t_pci
         *       rc-alink-dtu-m           alink_dtu_m
         *       rc-anysee                anysee
        @@ -2135,9 +2127,9 @@ ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digi
         *       rc-gadmei-rm008z         gadmei_rm008z
         *       rc-genius-tvgo-a11mce    genius_tvgo_a11mce
         *       rc-gotview7135           gotview7135
        -*       rc-hauppauge             hauppauge
        -#*      rc-imon-mce              imon_mce
        -#*      rc-imon-pad              imon_pad
        +*       rc-hauppauge             /lib/udev/rc_keymaps/rc-hauppauge
        +*       rc-imon-mce              /lib/udev/rc_keymaps/rc-imon-mce
        +*       rc-imon-pad              /lib/udev/rc_keymaps/rc-imon-pad
         *       rc-iodata-bctv7e         iodata_bctv7e
         *       rc-it913x-v1             it913x_v1
         *       rc-it913x-v2             it913x_v2
        @@ -2171,6 +2163,7 @@ ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digi
         *       rc-proteus-2309          proteus_2309
         *       rc-purpletv              purpletv
         *       rc-pv951                 pv951
        +*       rc-rc6-mce               /lib/udev/rc_keymaps/rc-rc6-mce
         *       rc-real-audio-220-32-keys real_audio_220_32_keys
         *       rc-reddo                 reddo
         *       rc-snapstream-firefly    snapstream_firefly
        @@ -2189,7 +2182,7 @@ ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digi
         *       rc-total-media-in-hand-02 total_media_in_hand_02
         *       rc-total-media-in-hand   total_media_in_hand
         *       rc-trekstor              trekstor
        -*       rc-tt-1500               tt_1500
        +*       rc-tt-1500          /lib/udev/rc_keymaps/rc-tt-1500
         *       rc-twinhan-dtv-cab-ci    twinhan_dtv_cab_ci
         *       rc-twinhan1027           twinhan_vp1027_dvbs
         *       rc-videomate-k100        videomate_k100
        @@ -2219,19 +2212,19 @@ ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digi
         
      -
      -

      7.8.4 files

      +
      +

      7.8.4 files

      -
      -

      7.9 pulseaudio

      +
      +

      7.9 pulseaudio

      -
      -

      7.9.1 tasks

      +
      +

      7.9.1 tasks

      ---
      @@ -2253,8 +2246,8 @@ ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digi
       
      -
      -

      7.9.2 templates

      +
      +

      7.9.2 templates

      # Use PulseAudio by default
      @@ -2277,12 +2270,12 @@ ati_remote    rc-medion-x10-digitainer   /lib/udev/rc_keymaps/rc-medion-x10-digi
       
      -
      -

      7.10 yavdr-xorg

      +
      +

      7.10 yavdr-xorg

      -
      -

      7.10.1 About the GUI session

      +
      +

      7.10.1 About the GUI session

      The X-Server is started by using the two systemd units xlogin@.service and x@.service provided by the package xlogin. The former is enabled (and started) for the vdr user - which results (using the default settings for the user vdr with the uid 666) in the activation of xlogin@vdr.service when reaching the graphical.target. To simplify starting and stopping the X-server and the desktop session a yavdr-xorg.service is provided by the package yavdr-xorg, which depends on the two units mentioned before. @@ -2311,8 +2304,8 @@ In order to achive a clean shutdown of the session, x@t7.service is

      -
      -

      7.10.2 default variables

      +
      +

      7.10.2 default variables

      first_run: False
      @@ -2335,12 +2328,12 @@ In order to achive a clean shutdown of the session, x@t7.service is
       
      -
      -

      7.10.3 tasks

      +
      +

      7.10.3 tasks

        -
      1. main.yml
        +
      2. main.yml
        ---
        @@ -2353,7 +2346,7 @@ In order to achive a clean shutdown of the session, x@t7.service is
         
      3. -
      4. setup-xorg.yml
        +
      5. setup-xorg.yml
        ---
        @@ -2465,7 +2458,7 @@ In order to achive a clean shutdown of the session, x@t7.service is
         
      6. -
      7. detect-xorg.yml
        +
      8. detect-xorg.yml
        ---
        @@ -2625,7 +2618,7 @@ In order to achive a clean shutdown of the session, x@t7.service is
         
      9. -
      10. intel.yml
        +
      11. intel.yml

        KMS drivers (like for intel (i915) and amd (radeon)) require additional configuration beneath a customized xorg.conf - for a „static“ output configuration (which works if the TV or AV receiver is not turned on) we need to force loading the display(s) EDID early during the boot process. @@ -2672,12 +2665,12 @@ Please note that rescanning the connected displays works only after removing the

      -
      -

      7.10.4 templates

      +
      +

      7.10.4 templates

        -
      1. grub
        +
      2. grub
        {% set output_flag = 'D' if ("HDMI" in xorg.primary.connector or "DVI" in xorg.primary.connector or "DP" in xorg.primary.connector) else 'e' %} 
        @@ -2687,11 +2680,11 @@ Please note that rescanning the connected displays works only after removing the
         
      3. -
      4. xorg
        +
      5. xorg
          -
        1. x-verbose@.service
          +
        2. x-verbose@.service
          # file: roles/yavdr-xorg/templates/systemd/system/x-verbose@.service.j2
          @@ -2707,7 +2700,7 @@ Please note that rescanning the connected displays works only after removing the
           
        3. -
        4. Drop-in snippet for x@.service
          +
        5. Drop-in snippet for x@.service
          [Unit]
          @@ -2733,7 +2726,7 @@ Please note that rescanning the connected displays works only after removing the
           
        6. -
        7. Drop-in snippet for vdr.service
          +
        8. Drop-in snippet for vdr.service
          {{ ansible_managed | comment }}
          @@ -2745,7 +2738,7 @@ Please note that rescanning the connected displays works only after removing the
           
        9. -
        10. xorg.conf snippets
          +
        11. xorg.conf snippets
          {{ ansible_managed | comment }}
          @@ -2759,7 +2752,7 @@ EndSection
           
        12. -
        13. xorg.conf
          +
        14. xorg.conf
          Section "Device"
          @@ -3085,7 +3078,7 @@ EndSection
           
      6. -
      7. vdr
        +
      8. vdr

        Set environment variables for system locale and user session on startup @@ -3101,12 +3094,12 @@ Set environment variables for system locale and user session on startup

      -
      -

      7.10.5 files

      +
      +

      7.10.5 files

        -
      1. initramfs EDID hook
        +
      2. initramfs EDID hook
        #!/bin/bash
        @@ -3132,16 +3125,16 @@ manual_add_modules i915 radeon
         
        -
        -

        7.11 yavdr-desktop

        +
        +

        7.11 yavdr-desktop

        -
        -

        7.11.1 Tasks

        +
        +

        7.11.1 Tasks

          -
        1. main.yml
          +
        2. main.yml
          ---
          @@ -3308,16 +3301,16 @@ manual_add_modules i915 radeon
           
        -
        -

        7.11.2 Templates

        +
        +

        7.11.2 Templates

          -
        1. xorg configuration
          +
        2. xorg configuration
            -
          1. .Xresources
            +
          2. .Xresources
            xterm*background: Black
            @@ -3340,7 +3333,7 @@ XTerm.vt100.font: 7x13
             
          3. -
          4. .xinitrc
            +
          5. .xinitrc
            #!/bin/bash
            @@ -3352,11 +3345,11 @@ XTerm.vt100.font: 7x13
             
        3. -
        4. openbox
          +
        5. openbox
            -
          1. autostart
            +
          2. autostart
            # forward environment variables to an environment file and the systemd user session
            @@ -3392,7 +3385,7 @@ systemctl --user isolate yavdr-desktop.target
             
          3. -
          4. rc.xml
            +
          5. rc.xml
            <?xml version="1.0" encoding="UTF-8"?>
            @@ -4218,7 +4211,7 @@ systemctl --user isolate yavdr-desktop.target
             
          6. -
          7. rc2.xml
            +
          8. rc2.xml
            <?xml version="1.0" encoding="UTF-8"?>
            @@ -5047,11 +5040,11 @@ systemctl --user isolate yavdr-desktop.target
             
        6. -
        7. Systemd User Session
          +
        8. Systemd User Session
            -
          1. yavdr-desktop.target
            +
          2. yavdr-desktop.target
            [Unit]
            @@ -5064,7 +5057,7 @@ systemctl --user isolate yavdr-desktop.target
             
          3. -
          4. detect-second-display
            +
          5. detect-second-display
            #!/bin/bash
            @@ -5093,7 +5086,7 @@ systemctl --user isolate yavdr-desktop.target
             
          6. -
          7. switch-displays
            +
          8. switch-displays

            This script exchanges the primary and secondary screen. It needs access to the systemd user session. @@ -5112,7 +5105,7 @@ frontend-dbus-send start

      3. -
      4. openbox-second.service
        +
      5. openbox-second.service
        [Unit]
        @@ -5134,7 +5127,7 @@ frontend-dbus-send start
         
      6. -
      7. osd2web.service
        +
      8. osd2web.service
        [Unit]
        @@ -5157,7 +5150,7 @@ frontend-dbus-send start
         
      9. -
      10. tmux.service
        +
      11. tmux.service
        [Unit]
        @@ -5176,7 +5169,7 @@ frontend-dbus-send start
         
      12. -
      13. wm-exit.service
        +
      14. wm-exit.service
        [Unit]
        @@ -5195,7 +5188,7 @@ frontend-dbus-send start
         
    6. -
    7. irexec
      +
    8. irexec

      irexec.service starts irexec for the user session @@ -5229,12 +5222,12 @@ end

    -
    -

    7.12 samba-install

    +
    +

    7.12 samba-install

    -
    -

    7.12.1 tasks

    +
    +

    7.12.1 tasks

    ---
    @@ -5255,12 +5248,12 @@ end
     
    -
    -

    7.13 samba-config

    +
    +

    7.13 samba-config

    -
    -

    7.13.1 tasks

    +
    +

    7.13.1 tasks

    ---
    @@ -5285,16 +5278,16 @@ end
     
    -
    -

    7.13.2 templates

    +
    +

    7.13.2 templates

      -
    1. smb.conf
      +
    2. smb.conf
        -
      1. global settings
        +
      2. global settings
        {{ ansible_managed | comment }}
        @@ -5380,7 +5373,7 @@ end
         
      3. -
      4. media directories
        +
      5. media directories
        {% for name, path in media_dirs.iteritems() %}
        @@ -5402,7 +5395,7 @@ end
         
      6. -
      7. include custom samba exports
        +
      8. include custom samba exports
        include = /etc/samba/smb.conf.custom
        @@ -5415,15 +5408,15 @@ end
         
    -
    -

    7.14 STARTED autoinstall-drivers

    +
    +

    7.14 STARTED autoinstall-drivers

    It would be nice to be able to detect if it is suitable to install those drivers:

    -
    -

    7.14.1 TODO sundtek for Sundtek devices (local or network connection)

    +
    +

    7.14.1 TODO sundtek for Sundtek devices (local or network connection)

    Vendor-IDs: @@ -5434,7 +5427,7 @@ Vendor-IDs:

      -
    1. planned packages
      +
    2. planned packages
      • yavdr-hardware-sundtek
      • @@ -5445,8 +5438,8 @@ Vendor-IDs:
    -
    -

    7.14.2 TODO drivers for TT S2-6400 FF

    +
    +

    7.14.2 TODO drivers for TT S2-6400 FF

    https://github.com/s-moch/linux-saa716x - kann man den relevanten Teil als dkms-Paket bauen? @@ -5454,15 +5447,15 @@ Vendor-IDs:

    -
    -

    7.15 autoinstall-ubuntu-drivers

    +
    +

    7.15 autoinstall-ubuntu-drivers

    The tool ubuntu-drivers is used to install the matching driver version for nvidia graphics cards, virtualbox guest additions and Intel and AMD microcode updates.

    -
    -

    7.15.1 tasks

    +
    +

    7.15.1 tasks

    ---
    @@ -5485,8 +5478,8 @@ The tool ubuntu-drivers is used to install the matching driver version for nvidi
     
    -
    -

    7.16 autoinstall-virtualbox-guest

    +
    +

    7.16 autoinstall-virtualbox-guest

    This role installs the guest additions for virtualbox guests on Ubuntu 16.04 @@ -5535,12 +5528,12 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04

    -
    -

    7.17 autoinstall-atric-usb

    +
    +

    7.17 autoinstall-atric-usb

    -
    -

    7.17.1 dependencies

    +
    +

    7.17.1 dependencies

    ---
    @@ -5552,8 +5545,8 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
     
    -
    -

    7.17.2 tasks

    +
    +

    7.17.2 tasks

    ---
    @@ -5595,8 +5588,8 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
     
    -
    -

    7.17.3 templates

    +
    +

    7.17.3 templates

    {{ ansible_managed | comment }}
    @@ -5625,12 +5618,12 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
     
    -
    -

    7.18 autoinstall-yausbir

    +
    +

    7.18 autoinstall-yausbir

    -
    -

    7.18.1 dependencies

    +
    +

    7.18.1 dependencies

    ---
    @@ -5641,8 +5634,8 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
     
    -
    -

    7.18.2 tasks

    +
    +

    7.18.2 tasks

    ---
    @@ -5684,8 +5677,8 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
     
    -
    -

    7.18.3 templates

    +
    +

    7.18.3 templates

    {{ ansible_managed | comment }}
    @@ -5713,15 +5706,15 @@ This role installs the guest additions for virtualbox guests on Ubuntu 16.04
     
    -
    -

    7.19 autoinstall-satip

    +
    +

    7.19 autoinstall-satip

    If a Sat>IP Server responds to a discovery request, the package vdr-plugin-satip is installed.

    -
    -

    7.19.1 tasks

    +
    +

    7.19.1 tasks

    ---
    @@ -5746,12 +5739,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.20 autoinstall-targavfd

    +
    +

    7.20 autoinstall-targavfd

    -
    -

    7.20.1 tasks

    +
    +

    7.20.1 tasks

    ---
    @@ -5767,12 +5760,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.21 autoinstall-imonlcd

    +
    +

    7.21 autoinstall-imonlcd

    -
    -

    7.21.1 tasks

    +
    +

    7.21.1 tasks

    ---
    @@ -5788,12 +5781,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.22 autoinstall-libcecdaemon

    +
    +

    7.22 autoinstall-libcecdaemon

    -
    -

    7.22.1 tasks

    +
    +

    7.22.1 tasks

    ---
    @@ -5809,12 +5802,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.23 autoinstall-pvr350

    +
    +

    7.23 autoinstall-pvr350

    -
    -

    7.23.1 tasks

    +
    +

    7.23.1 tasks

    ---
    @@ -5830,8 +5823,8 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.24 autoinstall-hauppauge-pvr

    +
    +

    7.24 autoinstall-hauppauge-pvr

    ---
    @@ -5846,12 +5839,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.25 autoinstall-firmware

    +
    +

    7.25 autoinstall-firmware

    -
    -

    7.25.1 dependencies

    +
    +

    7.25.1 dependencies

    ---
    @@ -5862,8 +5855,8 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.25.2 tasks

    +
    +

    7.25.2 tasks

    ---
    @@ -5904,12 +5897,12 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.26 autoinstall-dvbsky-firmware

    +
    +

    7.26 autoinstall-dvbsky-firmware

    -
    -

    7.26.1 dependencies

    +
    +

    7.26.1 dependencies

    ---
    @@ -5920,8 +5913,8 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.26.2 defaults

    +
    +

    7.26.2 defaults

    ---
    @@ -5931,8 +5924,8 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.26.3 tasks

    +
    +

    7.26.3 tasks

    ---
    @@ -5982,15 +5975,15 @@ If a Sat>IP Server responds to a discovery request, the package vdr-plugin-sa
     
    -
    -

    7.27 TODO autoinstall-dvbhddevice

    +
    +

    7.27 TODO autoinstall-dvbhddevice

    Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware sollte in yavdr-firmware stecken

    -
    -

    7.27.1 dependencies

    +
    +

    7.27.1 dependencies

    ---
    @@ -6001,8 +5994,8 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
     
    -
    -

    7.27.2 tasks

    +
    +

    7.27.2 tasks

    ---
    @@ -6019,12 +6012,12 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
     
    -
    -

    7.28 autoinstall-dvbsddevice

    +
    +

    7.28 autoinstall-dvbsddevice

    -
    -

    7.28.1 dependencies

    +
    +

    7.28.1 dependencies

    ---
    @@ -6035,8 +6028,8 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
     
    -
    -

    7.28.2 tasks

    +
    +

    7.28.2 tasks

    ---
    @@ -6054,12 +6047,12 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
     
    -
    -

    7.29 autoinstall-hardware-irmp

    +
    +

    7.29 autoinstall-hardware-irmp

    -
    -

    7.29.1 dependencies

    +
    +

    7.29.1 dependencies

    ---
    @@ -6070,8 +6063,8 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
     
    -
    -

    7.29.2 tasks

    +
    +

    7.29.2 tasks

    ---
    @@ -6087,19 +6080,19 @@ Problem: woher kommt der Treiber (AFAIK noch nicht im Kernel)? Die Firmware soll
     
    -
    -

    7.30 Serial IR Receivers

    +
    +

    7.30 Serial IR Receivers

    This role preconfigures the system for serial „homebrew“ receivers. Newer kernel versions provide serial_ir which acts as a rc-core driver, so we don’t need lircd - eventlircd can use the device directly.

    -As configured in the role yavdr-remote (/etc/rc_maps.cfg) a keytable for a RC-6 MCE remote is loaded by default. You can choose a different keymap which may also use another ir-protocol. +As configured in the role yavdr-remote (/etc/rc_maps.cfg) a keytable for a RC-6 MCE remote is loaded by default. You can choose a different keymap which may also use another ir-protocol.

    -
    -

    7.30.1 defaults

    +
    +

    7.30.1 defaults

    --- 
    @@ -6111,8 +6104,8 @@ As configured in the role yavdr-remote (/etc/rc_maps.cfg
     
    -
    -

    7.30.2 tasks

    +
    +

    7.30.2 tasks

    -
    -

    7.30.3 templates

    +
    +

    7.30.3 templates

      -
    1. load serial_ir on startup
      +
    2. load serial_ir on startup
      {{ ansible_managed | comment }}
      @@ -6155,7 +6148,7 @@ serial_ir
       
    3. -
    4. serial_ir module options
      +
    5. serial_ir module options
      {{ ansible_managed | comment }}
      @@ -6174,7 +6167,7 @@ install serial_ir setserial /dev/{{setserial options
      +
    6. setserial options
      {{ ansible_managed | comment }}
      @@ -6193,21 +6186,21 @@ install serial_ir setserial /dev/{{
      -

      7.31 kodi

      +
      +

      7.31 kodi

      -
      -

      7.31.1 tasks

      +
      +

      7.31.1 tasks

        -
      1. Install KODI
        +
      2. Install KODI
          -
        • main.yml
          -
          +
        • main.yml
          +
          - import_tasks: install-kodi.yml
             tags:
          @@ -6223,7 +6216,7 @@ install serial_ir setserial /dev/{{install-kodi.yml
          +
        • install-kodi.yml
          ---
          @@ -6254,7 +6247,7 @@ install serial_ir setserial /dev/{{configure-kodi.yml
          +
        • configure-kodi.yml
          - name: create kodi.service for the user session
          @@ -6303,12 +6296,12 @@ install serial_ir setserial /dev/{{
          -

          7.31.2 templates

          +
          +

          7.31.2 templates

            -
          1. kodi.service
            +
          2. kodi.service

            This systemd unit for the user session starts (and stops) kodi. @@ -6333,15 +6326,15 @@ This systemd unit for the user session starts (and stops) kodi.

          -
          -

          7.31.3 files

          +
          +

          7.31.3 files

          Those configuration files provide a preconfiguration for kodi which overrides the system wide configuration

            -
          1. Lircmap.xml
            +
          2. Lircmap.xml

            This file allows to map keys sent by remotes via eventlircd (which uses the name devinput) to kodi key names. @@ -6412,14 +6405,14 @@ This file allows to map keys sent by remotes via eventlircd (which uses the name

        • -
        • keymaps
          +
        • keymaps

          This file maps the keys defined in Lircmap.xml to actions within kodi.

            -
          1. remote.xml
            +
          2. remote.xml
            <?xml version="1.0" encoding="UTF-8"?>
            @@ -6971,17 +6964,17 @@ This file maps the keys defined in Lircmap.xml to actions within kodi.
             
        • -
          -

          7.32 dvd

          +
          +

          7.32 dvd

          -
          -

          7.32.1 tasks

          +
          +

          7.32.1 tasks

            -
          • install libdvd-pkg, allow programs to eject optical media
            -
            +
          • install libdvd-pkg, allow programs to eject optical media
            +
            ---
             # file: roles/dvd/tasks/main.yml
            @@ -7020,17 +7013,17 @@ This file maps the keys defined in Lircmap.xml to actions within kodi.
             
          -
          -

          7.33 install-sundtek

          +
          +

          7.33 install-sundtek

          -
          -

          7.33.1 variables

          +
          +

          7.33.1 variables

          -
          -

          7.33.2 tasks

          +
          +

          7.33.2 tasks

          ---
          @@ -7079,12 +7072,12 @@ This file maps the keys defined in Lircmap.xml to actions within kodi.
           
          -
          -

          7.33.3 templates

          +
          +

          7.33.3 templates

            -
          1. Overrides for systemd unit sundtek.service
            +
          2. Overrides for systemd unit sundtek.service
            • [ ] wait for network
            • @@ -7092,7 +7085,7 @@ This file maps the keys defined in Lircmap.xml to actions within kodi.
          3. -
          4. /etc/systemd/system/sundtek.service
            +
          5. /etc/systemd/system/sundtek.service
            {{ ansible_managed | comment }}
            @@ -7112,7 +7105,7 @@ This file maps the keys defined in Lircmap.xml to actions within kodi.
             
          6. -
          7. /etc/sundtek.conf
            +
          8. /etc/sundtek.conf
            # ----- GLOBAL SECTION -----
            @@ -7220,8 +7213,8 @@ This file maps the keys defined in Lircmap.xml to actions within kodi.
             
          -
          -

          7.34 template-test

          +
          +

          7.34 template-test

          ---
          @@ -7462,12 +7455,12 @@ EndSection
           
          -
          -

          7.35 wakeup

          +
          +

          7.35 wakeup

          -
          -

          7.35.1 defaults

          +
          +

          7.35.1 defaults

          ---
          @@ -7477,8 +7470,8 @@ EndSection
           
          -
          -

          7.35.2 tasks

          +
          +

          7.35.2 tasks

          ---
          @@ -7499,8 +7492,8 @@ EndSection
           
          -
          -

          7.35.3 templates

          +
          +

          7.35.3 templates

          {{ ansible_managed | comment }}
          @@ -7526,12 +7519,12 @@ ACPI_START_AHEAD=5
           
          -
          -

          7.36 grub-config

          +
          +

          7.36 grub-config

          -
          -

          7.36.1 default variables

          +
          +

          7.36.1 default variables

          system:
          @@ -7543,8 +7536,8 @@ ACPI_START_AHEAD=5
           
          -
          -

          7.36.2 tasks

          +
          +

          7.36.2 tasks

          ---
          @@ -7569,8 +7562,8 @@ ACPI_START_AHEAD=5
           
          -
          -

          7.36.3 templates

          +
          +

          7.36.3 templates

          #!/bin/sh
          @@ -7593,8 +7586,8 @@ menuentry "PowerOff" 
          -

          7.36.4 handlers

          +
          +

          7.36.4 handlers

          ---
          @@ -7617,15 +7610,15 @@ menuentry "PowerOff" 
          -

          8 Modules

          +
          +

          8 Modules

          This section contains custom modules for the yaVDR Playbooks. They are used to collect facts about the system and configure applications and daemons.

          -
          -

          8.1 hardware_facts.py

          +
          +

          8.1 hardware_facts.py

          # This Module collects the vendor- and device ids for USB- and PCI(e)-devices and currently loaded kernel modules.
          @@ -7803,8 +7796,8 @@ This section contains custom modules for the yaVDR Playbooks. They are used to c
           
          -
          -

          8.2 pci_facts.py

          +
          +

          8.2 pci_facts.py

          @@ -7880,8 +7873,8 @@ This section contains custom modules for the yaVDR Playbooks. They are used to c
           
          -
          -

          8.3 satip_facts.py

          +
          +

          8.3 satip_facts.py

          DOCUMENTATION = '''
          @@ -8005,8 +7998,8 @@ This section contains custom modules for the yaVDR Playbooks. They are used to c
           
          -
          -

          8.4 xrandr_facts.py

          +
          +

          8.4 xrandr_facts.py

          • [ ] support multiple screens (-d :0.0 .. :0.n)
          • @@ -8294,8 +8287,8 @@ This section contains custom modules for the yaVDR Playbooks. They are used to c
          -
          -

          9 Handlers

          +
          +

          9 Handlers

          - name: Reconfigure unattended upgrades with dpkg
          @@ -8388,7 +8381,7 @@ This section contains custom modules for the yaVDR Playbooks. They are used to c
           

          Autor: Alexander Grothe <seahawk1986@gmx.de>

          -

          Created: 2019-01-02 Mi 21:17

          +

          Created: 2019-01-02 Mi 21:27

          Validate

          diff --git a/Manual.org b/Manual.org index 4cdc90c..e2f8698 100644 --- a/Manual.org +++ b/Manual.org @@ -1545,29 +1545,21 @@ ExecStopPost=/usr/bin/lircd2uinput-remove /var/run/lirc/lircd0 # devices supported by the linux kernel #driver table file +ite-cir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce +nuvoton-cir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce +serial_ir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce +mceusb rc-rc6-mce /lib/udev/rc_keymaps/HOPLOrc6 + # Hauppauge PVR 350 ir-kbd-i2c rc-hauppauge /lib/udev/rc_keymaps/rc-hauppauge # imon-pad -imon rc-imon-pad /lib/udev/rc_keymaps/rc-imon-pad imon rc-imon-mce /lib/udev/rc_keymaps/rc-imon-mce +imon rc-imon-pad /lib/udev/rc_keymaps/rc-imon-pad # TT-1500/1501 -,* rc-tt-1500 /lib/udev/rc_keymaps/rc-tt-1500 budget_ci rc-tt-1500 /lib/udev/rc_keymaps/rc-tt-1501 -# CIR -ite-cir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce -nuvoton-cir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce - -# serial ir (e.g. Atric V5) -serial_ir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce - -# mceusb -mceusb rc-rc6-mce /lib/udev/rc_keymaps/HOPLOrc6 - -# other devices using rc-rc6-mce -,* rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce # Skystarhd2 mantis_core * /lib/udev/rc_keymaps/skystarhd2 @@ -1577,7 +1569,7 @@ ati_remote rc-medion-x10 /lib/udev/rc_keymaps/rc-medion-x10 ati_remote rc-medion-x10-or2x /lib/udev/rc_keymaps/rc-medion-x10-or2x ati_remote rc-medion-x10-digitainer /lib/udev/rc_keymaps/rc-medion-x10-digitainer -# other devices (which still need a customized keymap for yaVDR) +# other devices (which still mostly need a customized keymap for yaVDR) ,* rc-adstech-dvb-t-pci adstech_dvb_t_pci ,* rc-alink-dtu-m alink_dtu_m ,* rc-anysee anysee @@ -1623,9 +1615,9 @@ ati_remote rc-medion-x10-digitainer /lib/udev/rc_keymaps/rc-medion-x10-digi ,* rc-gadmei-rm008z gadmei_rm008z ,* rc-genius-tvgo-a11mce genius_tvgo_a11mce ,* rc-gotview7135 gotview7135 -,* rc-hauppauge hauppauge -#* rc-imon-mce imon_mce -#* rc-imon-pad imon_pad +,* rc-hauppauge /lib/udev/rc_keymaps/rc-hauppauge +,* rc-imon-mce /lib/udev/rc_keymaps/rc-imon-mce +,* rc-imon-pad /lib/udev/rc_keymaps/rc-imon-pad ,* rc-iodata-bctv7e iodata_bctv7e ,* rc-it913x-v1 it913x_v1 ,* rc-it913x-v2 it913x_v2 @@ -1659,6 +1651,7 @@ ati_remote rc-medion-x10-digitainer /lib/udev/rc_keymaps/rc-medion-x10-digi ,* rc-proteus-2309 proteus_2309 ,* rc-purpletv purpletv ,* rc-pv951 pv951 +,* rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce ,* rc-real-audio-220-32-keys real_audio_220_32_keys ,* rc-reddo reddo ,* rc-snapstream-firefly snapstream_firefly @@ -1677,7 +1670,7 @@ ati_remote rc-medion-x10-digitainer /lib/udev/rc_keymaps/rc-medion-x10-digi ,* rc-total-media-in-hand-02 total_media_in_hand_02 ,* rc-total-media-in-hand total_media_in_hand ,* rc-trekstor trekstor -,* rc-tt-1500 tt_1500 +,* rc-tt-1500 /lib/udev/rc_keymaps/rc-tt-1500 ,* rc-twinhan-dtv-cab-ci twinhan_dtv_cab_ci ,* rc-twinhan1027 twinhan_vp1027_dvbs ,* rc-videomate-k100 videomate_k100 diff --git a/roles/yavdr-remote/templates/rc_maps.cfg.j2 b/roles/yavdr-remote/templates/rc_maps.cfg.j2 index 3de21f8..d4eaf06 100644 --- a/roles/yavdr-remote/templates/rc_maps.cfg.j2 +++ b/roles/yavdr-remote/templates/rc_maps.cfg.j2 @@ -31,29 +31,21 @@ # devices supported by the linux kernel #driver table file +ite-cir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce +nuvoton-cir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce +serial_ir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce +mceusb rc-rc6-mce /lib/udev/rc_keymaps/HOPLOrc6 + # Hauppauge PVR 350 ir-kbd-i2c rc-hauppauge /lib/udev/rc_keymaps/rc-hauppauge # imon-pad -imon rc-imon-pad /lib/udev/rc_keymaps/rc-imon-pad imon rc-imon-mce /lib/udev/rc_keymaps/rc-imon-mce +imon rc-imon-pad /lib/udev/rc_keymaps/rc-imon-pad # TT-1500/1501 -* rc-tt-1500 /lib/udev/rc_keymaps/rc-tt-1500 budget_ci rc-tt-1500 /lib/udev/rc_keymaps/rc-tt-1501 -# CIR -ite-cir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce -nuvoton-cir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce - -# serial ir (e.g. Atric V5) -serial_ir rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce - -# mceusb -mceusb rc-rc6-mce /lib/udev/rc_keymaps/HOPLOrc6 - -# other devices using rc-rc6-mce -* rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce # Skystarhd2 mantis_core * /lib/udev/rc_keymaps/skystarhd2 @@ -63,7 +55,7 @@ ati_remote rc-medion-x10 /lib/udev/rc_keymaps/rc-medion-x10 ati_remote rc-medion-x10-or2x /lib/udev/rc_keymaps/rc-medion-x10-or2x ati_remote rc-medion-x10-digitainer /lib/udev/rc_keymaps/rc-medion-x10-digitainer -# other devices (which still need a customized keymap for yaVDR) +# other devices (which still mostly need a customized keymap for yaVDR) * rc-adstech-dvb-t-pci adstech_dvb_t_pci * rc-alink-dtu-m alink_dtu_m * rc-anysee anysee @@ -109,9 +101,9 @@ ati_remote rc-medion-x10-digitainer /lib/udev/rc_keymaps/rc-medion-x10-digi * rc-gadmei-rm008z gadmei_rm008z * rc-genius-tvgo-a11mce genius_tvgo_a11mce * rc-gotview7135 gotview7135 -* rc-hauppauge hauppauge -#* rc-imon-mce imon_mce -#* rc-imon-pad imon_pad +* rc-hauppauge /lib/udev/rc_keymaps/rc-hauppauge +* rc-imon-mce /lib/udev/rc_keymaps/rc-imon-mce +* rc-imon-pad /lib/udev/rc_keymaps/rc-imon-pad * rc-iodata-bctv7e iodata_bctv7e * rc-it913x-v1 it913x_v1 * rc-it913x-v2 it913x_v2 @@ -145,6 +137,7 @@ ati_remote rc-medion-x10-digitainer /lib/udev/rc_keymaps/rc-medion-x10-digi * rc-proteus-2309 proteus_2309 * rc-purpletv purpletv * rc-pv951 pv951 +* rc-rc6-mce /lib/udev/rc_keymaps/rc-rc6-mce * rc-real-audio-220-32-keys real_audio_220_32_keys * rc-reddo reddo * rc-snapstream-firefly snapstream_firefly @@ -163,7 +156,7 @@ ati_remote rc-medion-x10-digitainer /lib/udev/rc_keymaps/rc-medion-x10-digi * rc-total-media-in-hand-02 total_media_in_hand_02 * rc-total-media-in-hand total_media_in_hand * rc-trekstor trekstor -* rc-tt-1500 tt_1500 +* rc-tt-1500 /lib/udev/rc_keymaps/rc-tt-1500 * rc-twinhan-dtv-cab-ci twinhan_dtv_cab_ci * rc-twinhan1027 twinhan_vp1027_dvbs * rc-videomate-k100 videomate_k100