blob: 84fc2199dc2969b4846e03e682189294da3ac76d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001TechnoTrend/Hauppauge DEC USB Driver
2====================================
3
4Driver Status
5-------------
6
7Supported:
Mauro Carvalho Chehabd91b11b2016-07-17 13:49:09 -03008
9 - DEC2000-t
10 - DEC2450-t
11 - DEC3000-s
12 - Video Streaming
13 - Audio Streaming
14 - Section Filters
15 - Channel Zapping
16 - Hotplug firmware loader
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
18To Do:
Mauro Carvalho Chehabd91b11b2016-07-17 13:49:09 -030019
20 - Tuner status information
21 - DVB network interface
22 - Streaming video PC->DEC
23 - Conax support for 2450-t
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
25Getting the Firmware
26--------------------
27To download the firmware, use the following commands:
Mauro Carvalho Chehabd91b11b2016-07-17 13:49:09 -030028
29.. code-block:: none
30
31 scripts/get_dvb_firmware dec2000t
32 scripts/get_dvb_firmware dec2540t
33 scripts/get_dvb_firmware dec3000s
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
35
Mauro Carvalho Chehabd91b11b2016-07-17 13:49:09 -030036Hotplug Firmware Loading
37------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
Mauro Carvalho Chehabd91b11b2016-07-17 13:49:09 -030039Since 2.6 kernels, the firmware is loaded at the point that the driver module
40is loaded.
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
Ville Skytt\รค12e66f62006-01-09 15:25:38 -020042Copy the three files downloaded above into the /usr/lib/hotplug/firmware or
43/lib/firmware directory (depending on configuration of firmware hotplug).