ttusb-dec.rst 893 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. TechnoTrend/Hauppauge DEC USB Driver
  2. ====================================
  3. Driver Status
  4. -------------
  5. Supported:
  6. - DEC2000-t
  7. - DEC2450-t
  8. - DEC3000-s
  9. - Video Streaming
  10. - Audio Streaming
  11. - Section Filters
  12. - Channel Zapping
  13. - Hotplug firmware loader
  14. To Do:
  15. - Tuner status information
  16. - DVB network interface
  17. - Streaming video PC->DEC
  18. - Conax support for 2450-t
  19. Getting the Firmware
  20. --------------------
  21. To download the firmware, use the following commands:
  22. .. code-block:: none
  23. scripts/get_dvb_firmware dec2000t
  24. scripts/get_dvb_firmware dec2540t
  25. scripts/get_dvb_firmware dec3000s
  26. Hotplug Firmware Loading
  27. ------------------------
  28. Since 2.6 kernels, the firmware is loaded at the point that the driver module
  29. is loaded.
  30. Copy the three files downloaded above into the /usr/lib/hotplug/firmware or
  31. /lib/firmware directory (depending on configuration of firmware hotplug).