ttusb-dec.txt 1.1 KB

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