Sergei Haller writes: > > high! > > All the time using the driver (since August this year) I was wondering why > the driver didnt tune to pro7 or n-tv when loaded... > > last week I looked into driver/dvb.c and added one line: > ============================== > --- dvb.c.orig Tue Nov 17 23:09:38 2001 > +++ dvb.c Wed Dec 5 01:05:29 2001 > @@ -2576,6 +2576,7 @@ > para.u.ofdm.HierarchyInformation=HIERARCHY_NONE; > break; > } > + SetDiSEqC(dvb, 1); // by SH > tune(dvb, ¶); > SetVolume(dvb, 0xff, 0xff); > > ============================== > > I don't know what would happen to people don't using DiSEqC, but on my > box now the channel is set properly when the driver is loaded. >
The tuning at loading time really is more for getting an immediate feedback that the driver works when developing, so it is set to some channel we know we should get. We don't account for all possibilities. Actually, there should not be any tuning before an application uses the devices, but we left the staying-tuned-after-device-is-closed option in for convenience. So it is quite possible that you won't get a picture at startup, if your LNB or disqc settings are different. Marcus -- --------------------------------------------------------------------- Dr. Marcus Metzler [EMAIL PROTECTED] http://www.metzlerbros.de [EMAIL PROTECTED] http://www.convergence.de Convergence Integrated Media GmbH Rosenthaler Str. 51 D-10178 Berlin --------------------------------------------------------------------- -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
