-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 104076 b: refs/heads/master c: 3a682fb h: refs/heads/master v: v3
- Loading branch information
David S. Miller
committed
Jul 21, 2008
1 parent
f008fdf
commit cbe459f
Showing
634 changed files
with
10,309 additions
and
56,815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: ae0645a451b02ad35c520b01177b70ebd59c91ab | ||
refs/heads/master: 3a682fbd732d3d27bec722a923952b0938e8a404 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,36 @@ | ||
Some notes regarding the cx18 driver for the Conexant CX23418 MPEG | ||
encoder chip: | ||
|
||
1) Currently supported are: | ||
1) The only hardware currently supported is the Hauppauge HVR-1600 | ||
card and the Compro VideoMate H900 (note that this card only | ||
supports analog input, it has no digital tuner!). | ||
|
||
- Hauppauge HVR-1600 | ||
- Compro VideoMate H900 | ||
- Yuan MPC718 | ||
- Conexant Raptor PAL/SECAM devkit | ||
|
||
2) Some people have problems getting the i2c bus to work. | ||
2) Some people have problems getting the i2c bus to work. Cause unknown. | ||
The symptom is that the eeprom cannot be read and the card is | ||
unusable. This is probably fixed, but if you have problems | ||
then post to the video4linux or ivtv-users mailinglist. | ||
unusable. | ||
|
||
3) The audio from the analog tuner is mono only. Probably caused by | ||
incorrect audio register information in the datasheet. We are | ||
waiting for updated information from Conexant. | ||
|
||
3) VBI (raw or sliced) has not yet been implemented. | ||
4) VBI (raw or sliced) has not yet been implemented. | ||
|
||
4) MPEG indexing is not yet implemented. | ||
5) MPEG indexing is not yet implemented. | ||
|
||
5) The driver is still a bit rough around the edges, this should | ||
6) The driver is still a bit rough around the edges, this should | ||
improve over time. | ||
|
||
|
||
Firmware: | ||
|
||
You can obtain the firmware files here: | ||
The firmware needs to be extracted from the Windows Hauppauge HVR-1600 | ||
driver, available here: | ||
|
||
http://hauppauge.lightpath.net/software/install_cd/hauppauge_cd_3.4d1.zip | ||
|
||
http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz | ||
Unzip, then copy the following files to the firmware directory | ||
and rename them as follows: | ||
|
||
Untar and copy the .fw files to your firmware directory. | ||
Drivers/Driver18/hcw18apu.rom -> v4l-cx23418-apu.fw | ||
Drivers/Driver18/hcw18enc.rom -> v4l-cx23418-cpu.fw | ||
Drivers/Driver18/hcw18mlC.rom -> v4l-cx23418-dig.fw |
Oops, something went wrong.