DvbSky-S952 firmware auto-download

This commit is contained in:
LuigiDC 2017-11-14 22:13:22 +01:00
parent 3dec24c10a
commit 45376bea14
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
# file roles/autoinstall-DVBSky-S952/tasks/main.yml
- name: Download firmware of DVBSky-S952 if detected to /lib/firmware
get_url:
url: https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-demod-m88rs6000.fw
dest: /lib/firmware/dvb-demod-m88rs6000.fw
when:
- "Multimedia video controller: Spin Master Ltd. Device 3038 (rev 01)" in pci
- version_compare('15.04', '>=') #driver only included since Kernel 3.19

View File

@ -25,6 +25,7 @@
- autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
- autoinstall-dvbsddevice # install vdr-plugin-dvbsddevice if a matching card is detected
- autoinstall-hardware-irmp # install yavdr-hardware-irmp if a matching usb device is detected
- autoinstall-dvbsky-S952 # Download firmware for supported DVBSky-S952
- kodi
- dvd # set up packages and a udev rule to allow kodi and other players
# to play and eject optical media