On Tue, Apr 18, 2006 at 07:57:08AM -0400, ?????? wrote: > I am trying to configure ivtv-0.6.1, but whenever I set video input > and audio input using ivtvctl, > > it allways set to 0 (tuner1). > > that is, > > #>./ivtvctl -p --set-input=2 > #> video input set to 0
Either use '-p' or '--set-input', not both. It is just going with the first one, which since there is no parameter it assumes is zero. Run it like this: ivtvctl -p2 or like this: ivtvctl --set-input=2 -- Tyler Trafford _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
