Folgende Patch
Code: Alles auswählen
--- saa7126_core.c.~1.35.~ 2003-12-17 18:17:42.000000000 +0100
+++ saa7126_core.c 2003-12-17 20:36:22.000000000 +0100
@@ -326,7 +326,7 @@
encoder->reg_2d = 0x08; // 00001000 CVBS only, RGB DAC's off (high impedance mode) !!!
break;
case SAA_MODE_SVIDEO:
- encoder->reg_2d = 0xff; // 11111111 croma -> R, luma -> CVBS + G + B
+ encoder->reg_2d = 0xbf; // 10111111 croma -> R, luma -> G
break;
case SAA_MODE_YUV_V:
encoder->reg_2d = 0x4f; // reg 2D = 01001111, all DAC's on, RGB + VBS
Für Warmduscher habe ich ein Binary als http://www.bengt-martensson.de/dbox2/saa7126.o abgelegt. Zum reinschmeissen in /lib/modules/2.4.22-dbox2/misc/.
Bie Erfolgs/Mißerfolgsmeldungen, bitte Boxtype und switchtype (z.B. CXA2092, wird von dem switch-Befehl ausgegeben) angeben. (Bei mir: Nokia, CXA2092.)
Barf