Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1.. SPDX-License-Identifier: GPL-2.0
2
3TechnoTrend/Hauppauge DEC USB Driver
4====================================
5
6Driver Status
7-------------
8
9Supported:
10
11 - DEC2000-t
12 - DEC2450-t
13 - DEC3000-s
14 - Video Streaming
15 - Audio Streaming
16 - Section Filters
17 - Channel Zapping
18 - Hotplug firmware loader
19
20To Do:
21
22 - Tuner status information
23 - DVB network interface
24 - Streaming video PC->DEC
25 - Conax support for 2450-t
26
27Getting the Firmware
28--------------------
29To download the firmware, use the following commands:
30
31.. code-block:: none
32
33 scripts/get_dvb_firmware dec2000t
34 scripts/get_dvb_firmware dec2540t
35 scripts/get_dvb_firmware dec3000s
36
37
38Hotplug Firmware Loading
39------------------------
40
41Since 2.6 kernels, the firmware is loaded at the point that the driver module
42is loaded.
43
44Copy the three files downloaded above into the /usr/lib/hotplug/firmware or
45/lib/firmware directory (depending on configuration of firmware hotplug).