Blame view

Documentation/dvb/ttusb-dec.txt 1.15 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  TechnoTrend/Hauppauge DEC USB Driver
  ====================================
  
  Driver Status
  -------------
  
  Supported:
  	DEC2000-t
  	DEC2450-t
  	DEC3000-s
  	Linux Kernels 2.4 and 2.6
  	Video Streaming
  	Audio Streaming
  	Section Filters
  	Channel Zapping
  	Hotplug firmware loader under 2.6 kernels
  
  To Do:
  	Tuner status information
  	DVB network interface
  	Streaming video PC->DEC
  	Conax support for 2450-t
  
  Getting the Firmware
  --------------------
  To download the firmware, use the following commands:
  "get_dvb_firmware dec2000t"
  "get_dvb_firmware dec2540t"
  "get_dvb_firmware dec3000s"
  
  
  Compilation Notes for 2.4 kernels
  ---------------------------------
  For 2.4 kernels the firmware for the DECs is compiled into the driver itself.
  
  Copy the three files downloaded above into the build-2.4 directory.
  
  
  Hotplug Firmware Loading for 2.6 kernels
  ----------------------------------------
  For 2.6 kernels the firmware is loaded at the point that the driver module is
  loaded.  See linux/Documentation/dvb/firmware.txt for more information.
12e66f657   Ville Skytt\รค   V4L/DVB (3242): m...
43
44
  Copy the three files downloaded above into the /usr/lib/hotplug/firmware or
  /lib/firmware directory (depending on configuration of firmware hotplug).