Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / Documentation / admin-guide / media / opera-firmware.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 Opera firmware
4 ==============
5
6 Author: Marco Gittler <g.marco@freenet.de>
7
8 To extract the firmware for the Opera DVB-S1 USB-Box
9 you need to copy the files:
10
11 2830SCap2.sys
12 2830SLoad2.sys
13
14 from the windriver disk into this directory.
15
16 Then run:
17
18 .. code-block:: none
19
20         scripts/get_dvb_firmware opera1
21
22 and after that you have 2 files:
23
24 dvb-usb-opera-01.fw
25 dvb-usb-opera1-fpga-01.fw
26
27 in here.
28
29 Copy them into /lib/firmware/ .
30
31 After that the driver can load the firmware
32 (if you have enabled firmware loading
33 in kernel config and have hotplug running).