Friday, May 20, 2005, 9:51:36 AM:
AV> I cannot force to work a tuner "Yuan mpg600" correctly.
AV> Tuner: Yuan mpg600 Smart VDO EZ DVD, saa7115, cx23416, FI1256 MK2/PH
AV> System: Linux, kernel 2.6.9, ivtv 0.3.4y
I have solved this problem so (change address 0x61 to 0x60):
=======8<=======
--- ivtv-0.3.5d/driver/tuner.c 2005-05-12 17:04:38.000000000 +0400
+++ ivtv-0.3.5d.patched/driver/tuner.c 2005-05-24 12:27:54.000000000 +0400
@@ -18,7 +18,7 @@
/* Addresses to scan */
static unsigned short normal_i2c[] = { I2C_CLIENT_END };
-static unsigned short normal_i2c_range[] = { 0x61, 0x6f, I2C_CLIENT_END };
+static unsigned short normal_i2c_range[] = { 0x60, 0x6f, I2C_CLIENT_END };
I2C_CLIENT_INSMOD;
=======8<=======
Also has put PAL instead of SECAM and has corrected a file
/etc/modprobe.conf:
=======8<=======
alias char-major-89 i2c-dev
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias tveeprom tveeprom-ivtv
alias msp3400 msp3400-ivtv
options i2c_algo_bit i2c_debug=1
options saa7115 debug=1
options tveeprom debug=1
options ivtv ivtv_debug=1 ivtv_std=2 tuner=23
=======8<=======
Now all works
-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel