brintos

brintos / linux-shallow public Read only

0
0
Text · 930 B · 516bbab Raw
46 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3TechnoTrend/Hauppauge DEC USB Driver4====================================5 6Driver Status7-------------8 9Supported:10 11	- DEC2000-t12	- DEC2450-t13	- DEC3000-s14	- Video Streaming15	- Audio Streaming16	- Section Filters17	- Channel Zapping18	- Hotplug firmware loader19 20To Do:21 22	- Tuner status information23	- DVB network interface24	- Streaming video PC->DEC25	- Conax support for 2450-t26 27Getting the Firmware28--------------------29To download the firmware, use the following commands:30 31.. code-block:: none32 33	scripts/get_dvb_firmware dec2000t34	scripts/get_dvb_firmware dec2540t35	scripts/get_dvb_firmware dec3000s36 37 38Hotplug Firmware Loading39------------------------40 41Since 2.6 kernels, the firmware is loaded at the point that the driver module42is loaded.43 44Copy the three files downloaded above into the /usr/lib/hotplug/firmware or45/lib/firmware directory (depending on configuration of firmware hotplug).46