avermedia.rst 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .. SPDX-License-Identifier: GPL-2.0
  2. ======================================
  3. Avermedia DVB-T on BT878 Release Notes
  4. ======================================
  5. February 14th 2006
  6. .. note::
  7. Several other Avermedia devices are supported. For a more
  8. broader and updated content about that, please check:
  9. https://linuxtv.org/wiki/index.php/AVerMedia
  10. The Avermedia DVB-T
  11. ~~~~~~~~~~~~~~~~~~~
  12. The Avermedia DVB-T is a budget PCI DVB card. It has 3 inputs:
  13. * RF Tuner Input
  14. * Composite Video Input (RCA Jack)
  15. * SVIDEO Input (Mini-DIN)
  16. The RF Tuner Input is the input to the tuner module of the
  17. card. The Tuner is otherwise known as the "Frontend" . The
  18. Frontend of the Avermedia DVB-T is a Microtune 7202D. A timely
  19. post to the linux-dvb mailing list ascertained that the
  20. Microtune 7202D is supported by the sp887x driver which is
  21. found in the dvb-hw CVS module.
  22. The DVB-T card is based around the BT878 chip which is a very
  23. common multimedia bridge and often found on Analogue TV cards.
  24. There is no on-board MPEG2 decoder, which means that all MPEG2
  25. decoding must be done in software, or if you have one, on an
  26. MPEG2 hardware decoding card or chipset.
  27. Getting the card going
  28. ~~~~~~~~~~~~~~~~~~~~~~
  29. At this stage, it has not been able to ascertain the
  30. functionality of the remaining device nodes in respect of the
  31. Avermedia DVBT. However, full functionality in respect of
  32. tuning, receiving and supplying the MPEG2 data stream is
  33. possible with the currently available versions of the driver.
  34. It may be possible that additional functionality is available
  35. from the card (i.e. viewing the additional analogue inputs
  36. that the card presents), but this has not been tested yet. If
  37. I get around to this, I'll update the document with whatever I
  38. find.
  39. To power up the card, load the following modules in the
  40. following order:
  41. * modprobe bttv (normally loaded automatically)
  42. * modprobe dvb-bt8xx (or place dvb-bt8xx in /etc/modules)
  43. Insertion of these modules into the running kernel will
  44. activate the appropriate DVB device nodes. It is then possible
  45. to start accessing the card with utilities such as scan, tzap,
  46. dvbstream etc.
  47. The frontend module sp887x.o, requires an external firmware.
  48. Please use the command "get_dvb_firmware sp887x" to download
  49. it. Then copy it to /usr/lib/hotplug/firmware or /lib/firmware/
  50. (depending on configuration of firmware hotplug).
  51. Known Limitations
  52. ~~~~~~~~~~~~~~~~~
  53. At present I can say with confidence that the frontend tunes
  54. via /dev/dvb/adapter{x}/frontend0 and supplies an MPEG2 stream
  55. via /dev/dvb/adapter{x}/dvr0. I have not tested the
  56. functionality of any other part of the card yet. I will do so
  57. over time and update this document.
  58. There are some limitations in the i2c layer due to a returned
  59. error message inconsistency. Although this generates errors in
  60. dmesg and the system logs, it does not appear to affect the
  61. ability of the frontend to function correctly.
  62. Further Update
  63. ~~~~~~~~~~~~~~
  64. dvbstream and VideoLAN Client on windows works a treat with
  65. DVB, in fact this is currently serving as my main way of
  66. viewing DVB-T at the moment. Additionally, VLC is happily
  67. decoding HDTV signals, although the PC is dropping the odd
  68. frame here and there - I assume due to processing capability -
  69. as all the decoding is being done under windows in software.
  70. Many thanks to Nigel Pearson for the updates to this document
  71. since the recent revision of the driver.