On Tue, May 04, 2004 at 08:31:15PM +0200, Gregoire Favre wrote: > On Tue, May 04, 2004 at 08:16:40PM +0200, Johannes Stezenbach wrote: > > > pids_off is also available as a module parameter. > > How?
try 'modinfo dvb-ttpci' > > > -static int dvb_shutdown_timeout = 0; > > > +static int dvb_shutdown_timeout = 5; > > > > This is available as a module parameter, too. But I'm not sure > > how this would lead to the UPT errors. > > I also don't know, what's important for me, is that it works :-) > And there should be some option to set those for non module also... Now that we branched for 2.4 we can convert CVS HEAD to use module_param() instead of MODULE_PARM(). This takes care of non-module parameters automatically. Patches welcome :-) http://lwn.net/Articles/22197/ > And as it works, I should have a VES1X93 :-) OK, with dvb_shutdown_timeout==0 dvb_frontend_internal_ioctl (frontend, FE_INIT, NULL); is called without prior dvb_frontend_internal_ioctl (&fe->frontend, FE_SLEEP, NULL); Shouldn't make a difference, though. Johannes -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
