Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Problems with DVB



On Thursday 14 August 2003 20:48, Dennis schwerdel wrote:
> Am Donnerstag, 14. August 2003 14:15 schrieb Oliver Endriss:
> > On Wednesday 13 August 2003 19:39, Dennis schwerdel wrote:
> > > Starting DVB on boot :
> > >
> > > Aug 13 16:19:37 linux kernel: Linux video capture interface: v1.00
> > > Aug 13 16:19:37 linux kernel: DVB: registering new adapter
> > > (Technotrend/Hauppauge PCI rev2.1 or 2.2). Aug 13 16:19:39 linux kernel:
> > > DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app 80002600
> >
> >                                                                            
> >                      ^^^^^^^^ This is *not* the firmware of the current
> > driver!
> > Please use this driver:
> > http://linuxtv.org/download/dvb/linuxtv-dvb-1.0.0.tar.gz
> 
> I compiled the new driver but it still says 240009.

Your mail client garbled my message:
I marked the 'app' code 80002600.
The current firmware has 8000261a.

> Perhaps there is something wrong :
> cd /usr/src/dvb/linux...dvb/driver
> make
> make insmod
> make install
> /etc/init.d/dvb start

Hm, this will probably start the driver of your distribution.
Maybe you created a funny mix of different driver versions.

Try the following:
cd /usr/local/src (or whereever you want your driver)
tar xfz linuxtv-dvb-1.0.0.tar.gz
ln -s linuxtv-dvb-1.0.0 DVB
cd DVB/driver
make
make insmod

For a short time you should see the convergence logo on your tv set.
Check your syslog. The ARM must not crash.

Then install core vdr:
cd /usr/local/src (same directory as above)
tar xfj vdr-1.2.2.tar.bz2
cd vdr-1.2.2
make
./runvdr

Now you should see the keyboard learning dialog on your tv set.

Oliver


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index