Mauro Carvalho Chehab | ba9f270 | 2016-07-17 17:20:26 -0300 | [diff] [blame] | 1 | The cx18 driver |
| 2 | =============== |
| 3 | |
| 4 | .. note:: |
| 5 | |
| 6 | This documentation is outdated. |
| 7 | |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 8 | Some notes regarding the cx18 driver for the Conexant CX23418 MPEG |
| 9 | encoder chip: |
| 10 | |
Hans Verkuil | 86d674a | 2008-06-28 14:57:30 -0300 | [diff] [blame] | 11 | 1) Currently supported are: |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 12 | |
Hans Verkuil | 86d674a | 2008-06-28 14:57:30 -0300 | [diff] [blame] | 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. |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 19 | The symptom is that the eeprom cannot be read and the card is |
Hans Verkuil | 86d674a | 2008-06-28 14:57:30 -0300 | [diff] [blame] | 20 | unusable. This is probably fixed, but if you have problems |
Matt LaPlante | 19f5946 | 2009-04-27 15:06:31 +0200 | [diff] [blame] | 21 | then post to the video4linux or ivtv-users mailing list. |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 22 | |
Hans Verkuil | 86d674a | 2008-06-28 14:57:30 -0300 | [diff] [blame] | 23 | 3) VBI (raw or sliced) has not yet been implemented. |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 24 | |
Hans Verkuil | 86d674a | 2008-06-28 14:57:30 -0300 | [diff] [blame] | 25 | 4) MPEG indexing is not yet implemented. |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 26 | |
Hans Verkuil | 86d674a | 2008-06-28 14:57:30 -0300 | [diff] [blame] | 27 | 5) The driver is still a bit rough around the edges, this should |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 28 | improve over time. |
| 29 | |
| 30 | |
| 31 | Firmware: |
| 32 | |
Hans Verkuil | 1a3932e | 2008-06-28 20:57:30 -0300 | [diff] [blame] | 33 | You can obtain the firmware files here: |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 34 | |
Hans Verkuil | 1a3932e | 2008-06-28 20:57:30 -0300 | [diff] [blame] | 35 | http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 36 | |
Hans Verkuil | 1a3932e | 2008-06-28 20:57:30 -0300 | [diff] [blame] | 37 | Untar and copy the .fw files to your firmware directory. |