cx18.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Some notes regarding the cx18 driver for the Conexant CX23418 MPEG
  2. encoder chip:
  3. 1) The only hardware currently supported is the Hauppauge HVR-1600
  4. card and the Compro VideoMate H900 (note that this card only
  5. supports analog input, it has no digital tuner!).
  6. 2) Some people have problems getting the i2c bus to work. Cause unknown.
  7. The symptom is that the eeprom cannot be read and the card is
  8. unusable.
  9. 3) The audio from the analog tuner is mono only. Probably caused by
  10. incorrect audio register information in the datasheet. We are
  11. waiting for updated information from Conexant.
  12. 4) VBI (raw or sliced) has not yet been implemented.
  13. 5) MPEG indexing is not yet implemented.
  14. 6) The driver is still a bit rough around the edges, this should
  15. improve over time.
  16. Firmware:
  17. The firmware needs to be extracted from the Windows Hauppauge HVR-1600
  18. driver, available here:
  19. http://hauppauge.lightpath.net/software/install_cd/hauppauge_cd_3.4d1.zip
  20. Unzip, then copy the following files to the firmware directory
  21. and rename them as follows:
  22. Drivers/Driver18/hcw18apu.rom -> v4l-cx23418-apu.fw
  23. Drivers/Driver18/hcw18enc.rom -> v4l-cx23418-cpu.fw
  24. Drivers/Driver18/hcw18mlC.rom -> v4l-cx23418-dig.fw