rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | The cx18 driver |
| 2 | =============== |
| 3 | |
| 4 | .. note:: |
| 5 | |
| 6 | This documentation is outdated. |
| 7 | |
| 8 | Some notes regarding the cx18 driver for the Conexant CX23418 MPEG |
| 9 | encoder chip: |
| 10 | |
| 11 | 1) Currently supported are: |
| 12 | |
| 13 | - Hauppauge HVR-1600 |
| 14 | - Compro VideoMate H900 |
| 15 | - Yuan MPC718 |
| 16 | - Conexant Raptor PAL/SECAM devkit |
| 17 | |
| 18 | 2) Some people have problems getting the i2c bus to work. |
| 19 | The symptom is that the eeprom cannot be read and the card is |
| 20 | unusable. This is probably fixed, but if you have problems |
| 21 | then post to the video4linux or ivtv-users mailing list. |
| 22 | |
| 23 | 3) VBI (raw or sliced) has not yet been implemented. |
| 24 | |
| 25 | 4) MPEG indexing is not yet implemented. |
| 26 | |
| 27 | 5) The driver is still a bit rough around the edges, this should |
| 28 | improve over time. |
| 29 | |
| 30 | |
| 31 | Firmware: |
| 32 | |
| 33 | You can obtain the firmware files here: |
| 34 | |
| 35 | http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz |
| 36 | |
| 37 | Untar and copy the .fw files to your firmware directory. |