DvbSky-S952 firmware auto-download
This commit is contained in:
parent
3dec24c10a
commit
45376bea14
10
roles/autoinstall-dvbsky-S952/tasks/main.yml
Normal file
10
roles/autoinstall-dvbsky-S952/tasks/main.yml
Normal 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
|
@ -25,6 +25,7 @@
|
|||||||
- autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
|
- 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-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-hardware-irmp # install yavdr-hardware-irmp if a matching usb device is detected
|
||||||
|
- autoinstall-dvbsky-S952 # Download firmware for supported DVBSky-S952
|
||||||
- kodi
|
- kodi
|
||||||
- dvd # set up packages and a udev rule to allow kodi and other players
|
- dvd # set up packages and a udev rule to allow kodi and other players
|
||||||
# to play and eject optical media
|
# to play and eject optical media
|
||||||
|
Loading…
Reference in New Issue
Block a user