ttusb-dec.rst 930 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .. SPDX-License-Identifier: GPL-2.0
  2. TechnoTrend/Hauppauge DEC USB Driver
  3. ====================================
  4. Driver Status
  5. -------------
  6. Supported:
  7. - DEC2000-t
  8. - DEC2450-t
  9. - DEC3000-s
  10. - Video Streaming
  11. - Audio Streaming
  12. - Section Filters
  13. - Channel Zapping
  14. - Hotplug firmware loader
  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. .. code-block:: none
  24. scripts/get_dvb_firmware dec2000t
  25. scripts/get_dvb_firmware dec2540t
  26. scripts/get_dvb_firmware dec3000s
  27. Hotplug Firmware Loading
  28. ------------------------
  29. Since 2.6 kernels, the firmware is loaded at the point that the driver module
  30. is loaded.
  31. Copy the three files downloaded above into the /usr/lib/hotplug/firmware or
  32. /lib/firmware directory (depending on configuration of firmware hotplug).