On Tue, Apr 24, 2001 at 08:00:45PM +0200, Gebauer Lukas wrote: > Hello! > > > > If I use card=0, I must specify other parameters like pll. > > You can put that into the tvcards array too. > > Is anywhere description about ALL configuraton fields in TVCARD array? No. Well, the source code. And it shouldn't be that hard to guess from the names... > I found only description about some sound parameters in sound-faq. :-( > > Please...:-) video_inputs - # of video inputs the card has audio_inputs - historical cruft, not used any more. tuner - which input is the tuner svhs - which input is svhs (all others are labled composite) muxsel - video mux, input->registervalue mapping pll - same as pll= insmod option tuner_type - same as tuner= insmod option *_modulename - hint whenever some card needs this or that audio module loaded to work properly. If some config item is specified both from the tvcards array and as insmod option, the insmod option takes precedence. Gerd