Mailing List archive

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

[linux-dvb] 2.6 and firmware?



Hello,

I have patched my 2.6.0 with the 12 patches from
CVS/dvb-kernel/patches-2.6 and I have the
/usr/lib/hotplug/firmware/dvb-ttpci-01.fw

Everything seems to works, BUT:
ls /sys/class/firmware/ has only timeout in, nothing about my
2 Hauppauge DVB-s rev 1.3, why ?
Is that because of hotplug or because it don't use the
firmware or ??? I am a bit lost ;-)

I have an init script that load the DVB driver which has:

        modprobe videodev
        modprobe dvb-core
        modprobe alps_bsrv2
        modprobe v4l1-compat
        modprobe v4l2-common
        modprobe video-buf
        modprobe saa7146
        modprobe saa7146_vv
        modprobe dvb-ttpci hw_sections=0;

And then fvwm2 runs at boot:

sudo xterm -bg black -fg white +ls -fn "-adobe-courier-medium-*-*-*-*-*-*-*-*-*-*" -geometry 10x20-0+431 -e /usr/local/bin/SVDR &

The SVDR is:

#!/bin/tcsh

while 1
VDR
end

And VDR is:

#!/bin/tcsh
setenv DVDCSS_METHOD key
cd /usr/local/bin
killall vdr
killall xawtv
killall kvdr
killall vdr-1.1
killall kdvb-fe
killall -KILL vdr
killall -KILL xawtv
killall -KILL kvdr
killall -KILL vdr-1.1
killall -KILL kdvb-fe
        rmmod dvb-ttpci ttpci_eeprom saa7146_vv saa7146 video_buf alps_bsrv2
        rmmod dvb-ttpci alps_bsrv2 saa7146_vv saa7146 video-buf v4l2-common v4l1-compat dvb-core videodev ttpci_eeprom
        killall vdr
        killall xawtv
        killall kvdr
        killall vdr-1.1
        killall kdvb-fe
        killall -KILL vdr
        killall -KILL xawtv
        killall -KILL kvdr
        killall -KILL vdr-1.1
        killall -KILL kdvb-fe
        modprobe videodev
        modprobe dvb-core
        modprobe alps_bsrv2
        modprobe v4l1-compat
        modprobe v4l2-common
        modprobe video-buf
        modprobe saa7146
        modprobe saa7146_vv
        modprobe dvb-ttpci hw_sections=0;
xawtv -c /dev/video0 -geometry 770x580-0-0 -xvport 51 &
perl -pi -e 's/\:16387$/\:0/' /video0/channels.conf
nice -10 vdr-1.1 -Pbitstreamout -Pdvd -Pmp3 -Pmplayer -P 'osdteletext -r' -s /usr/local/bin/HALT

And vdr-1.1 is a symlink to vdr-1.2.6-KPb

Is there a better way to do things?

Thank you very much,

	Grégoire
________________________________________________________________________
http://magma.epfl.ch/greg ICQ:16624071 mailto:Gregoire.Favre@freesurf.ch


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



Home | Main Index | Thread Index