Mailing List archive

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

[vdr] Re: automatic startup of vdr



Hi Christoph,

You wrote:
> With an earlyer version of vdr i had it started trough inittab with a 
> line like:
> 
> vdr:4:respawn:/usr/local/bin/vdr --terminal=/dev/tty1 -v /opt/video
> 
> this is IMHO the most elegant way. the problem is: how to load the DVB 
> drivers? Following lines in /etc/modules.conf used to work:
> 
> alias char-major-81     videodev
> alias char-major-81-0   dvb
> alias char-major-250    dvb
> options dvb             init_chan=2 pids_off=0
> options saa7146_core    mode=0
> below saa7146_core     tuner tda8083 L64781 stv0299 VES1893 VES1820
> above saa7146_core     saa7146_v4l
> 
> unfortunately this seems to be broken. lsmod shows that all drivers are 
> loaded, but when the firmware should get started and tune to ntv the 
> screen stays black.
> 
> Can somebody please help me?
> 

I'm using

alias char-major-250 dvb 

alias /dev/ost/* dvb 

options dvb init_chan=2 pids_off=0 

options SP8870 debug=1 

options saa7146_core mode=0 

below saa7146_core tuner stv0299 tda8083 SP8870 L64781 VES1820 VES1893 

below dvb saa7146_v4l

and this works fine on my system (I'm using devfs; maybe this makes a 
difference)

Best regards, Ronald.



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



Home | Main Index | Thread Index