Mailing List archive

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

[linux-dvb] What's wrong with 2.6 kernel and dvb-modules?



Hello,

I use since dvb-kernel under 2.4.? a script to run VDR and in case of
VDR exit a small script:

#!/bin/bash
export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/usr/games:/usr/local/games:.

export DVDCSS_METHOD=key
cd /usr/local/bin
killall vdr-1.1
rmmod dvb_ttpci
rmmod saa7146_vv
rmmod video_buf
rmmod saa7146
rmmod ttpci_eeprom
modprobe video-buf
modprobe saa7146
modprobe saa7146_vv
modprobe dvb-ttpci hw_sections=0;
/usr/bin/xawtv -c /dev/video0 -geometry 770x580-0-0 -xvport 51 &
/usr/bin/perl -pi -e 's/\:16387$/\:0/' /video0/channels.conf
/bin/nice -n -17 ./vdr-1.1  -Pbitstreamout -Pdvd -Pmp3 -Pmplayer -Posdpip -s /usr/local/bin/HALT

This script worked very well till 2.6.0 on which I applied the 12
patches :-( (for example under 2.6.0t9-bk16 there wasn't any problem).

Since 2.6.0+12 patches, it don't go further than rmmod dvb_ttpci and I
have to kill the xterm in which it runs and then at the second
execution, it reloads the driver perfectly and reload VDR...

Same problem if I try to manualy rmmod dvb_ttpci: the shell don't come
back...

I have tried with firmware hotplug and with firmware compiled in.
I am now under 2.6.1-rc1-mm2 and still same problem...

I have two Hauppauge DVB-s rev 1.3, lsmod gives:
Module                  Size  Used by
dvb_ttpci             312072  9 
ttpci_eeprom            2560  1 dvb_ttpci
saa7146_vv             45184  2 dvb_ttpci
saa7146                15652  2 dvb_ttpci,saa7146_vv
video_buf              17796  1 saa7146_vv
lp                      9280  0 
parport_pc             37692  1 
parport                36712  2 lp,parport_pc
evdev                   7808  0 
hci_usb                 9856  0 
bluetooth              42980  1 hci_usb

Any idea?

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