brintos

brintos / linux-shallow public Read only

0
0
Text · 587 B · fab3581 Raw
34 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3Opera firmware4==============5 6Author: Marco Gittler <g.marco@freenet.de>7 8To extract the firmware for the Opera DVB-S1 USB-Box9you need to copy the files:10 112830SCap2.sys122830SLoad2.sys13 14from the windriver disk into this directory.15 16Then run:17 18.. code-block:: none19 20	scripts/get_dvb_firmware opera121 22and after that you have 2 files:23 24dvb-usb-opera-01.fw25dvb-usb-opera1-fpga-01.fw26 27in here.28 29Copy them into /lib/firmware/ .30 31After that the driver can load the firmware32(if you have enabled firmware loading33in kernel config and have hotplug running).34