LinHES Forums
http://forums.linhes.org/

error in set_ivtv_params
http://forums.linhes.org/viewtopic.php?f=1&t=400
Page 1 of 1

Author:  wlemmers [ Sun Jan 04, 2004 6:34 am ]
Post subject:  error in set_ivtv_params

There is a small error in set_ivtv_params that only hurts for pal users:

/etc/init.d/set_ivtv_params (partly):
-------
case $IVTV_DF in # was $IVTV _TYPE
("") IVTV_TYPE=0x3000 ;;
(NTSC) IVTV_TYPE=0x3000 ;;
(PAL) IVTV_TYPE=0xff ;;
esac
-------

The 'case $IVTV_TYPE' had to be changed to 'case $IVTV_DF' the default was always picked and works for NTCS and not for PAL.

\wim.

Author:  Dale [ Sat Jan 10, 2004 7:11 pm ]
Post subject: 

I think there is a misunderstanding. I believe the way it is supposed to work is that if you have an ivtv device and you wish to use something other than NTSC by default, you can copy the /etc/sysconfig/ivtv/Readme file to /etc/sysconfig/ivtv/cfg-0 if your device is for /dev/video0, as that Readme says. Then make a line (near the bottom) that says IVTV_TYPE='PAL'.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/