rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | Opera firmware |
| 2 | ============== |
| 3 | |
| 4 | Author: Marco Gittler <g.marco@freenet.de> |
| 5 | |
| 6 | To extract the firmware for the Opera DVB-S1 USB-Box |
| 7 | you need to copy the files: |
| 8 | |
| 9 | 2830SCap2.sys |
| 10 | 2830SLoad2.sys |
| 11 | |
| 12 | from the windriver disk into this directory. |
| 13 | |
| 14 | Then run: |
| 15 | |
| 16 | .. code-block:: none |
| 17 | |
| 18 | scripts/get_dvb_firmware opera1 |
| 19 | |
| 20 | and after that you have 2 files: |
| 21 | |
| 22 | dvb-usb-opera-01.fw |
| 23 | dvb-usb-opera1-fpga-01.fw |
| 24 | |
| 25 | in here. |
| 26 | |
| 27 | Copy them into /lib/firmware/ . |
| 28 | |
| 29 | After that the driver can load the firmware |
| 30 | (if you have enabled firmware loading |
| 31 | in kernel config and have hotplug running). |