Am Montag, 28. M�rz 2005 17.13 schrieb Nick Rosier: > On Sun, 27 Mar 2005 17:05:20 -0800 (PST), Michael Carland > <[EMAIL PROTECTED]> wrote: > > I think with a 2.6 kernel you need to create an /etc/modprobe.d/ivtv and > > put that options line in it. That's what works for me, but it complains > > about old format parameters. I think I need to read some more man pages, > > but give that a whirl. > > I just added debugging to the parameters and that seems to display the > message that it has switched to PAL-BG. > > $ dmesg | grep -i pal > tveeprom: tuner fmt = PAL(D/K) (eeprom = 0x74, v4l2 = 0x00400e17)
This is only a cosmetic Problem or how the Check is made in tveeprom.c. It checks in a loop for the different video standards and if it matches on, stores the pointer. Because the check for PAL (D/K) is the last witch is successful its the one we see in the Logfile. - Made a quick hack witch stores all the pointers to Successful test and then the Log shows all the different standards the Tuner is capabel of. So this is only a missinformation to the User and with no further consequence to the User. > tuner: type set to 38 (Philips PAL/SECAM multi (FM1216ME MK3)) by ivtv > i2c driver #0 > ivtv: Switching standard to PAL. > insmod fixup: PAL => PAL-BG > saa7115: decoder set norm PAL > saa7127: Set PAL Video Mode > saa7127: Selecting PAL video Standard > tveeprom: tuner fmt = PAL(D/K) (eeprom = 0x74, v4l2 = 0x00400e17) > tuner: type set to 58 (LG PAL TAPE-S001D) by ivtv i2c driver #1 > ivtv: Switching standard to PAL. > insmod fixup: PAL => PAL-BG > > N. > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > ivtv-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ivtv-devel > > Now i'm only having one problems with my PVR 150 which may is tuner related: Changing Channels with ptune-ui.pl works very well exept that I can not tune to Channels below around 120 MHz. Thanks for all the answers Marcel ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
