with 2.5.48 I'm not able to load any modules, the kernel module loader interface seems to be changed. I'll wait some days until the updated tools found their way into debian/unstable.
Holger
Gregoire Favre wrote:
Hello, still the same :-((To reproduce, I have this to load the modules before X (needed to have xv support): #!/bin/tcsh setenv x `uname -r | sed -e "s/2.//"` cd /usr/src rm linux ln -s linux-2.$x:r linux if ($x:r == 4) then ... endif if ($x:r == 5) then modprobe alps_bsrv2 modprobe dvb-ttpci alsactl restore endif And at fvwm2 initialisation, it runs: #!/bin/tcsh 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 setenv x `uname -r | sed -e "s/2.//"` if ($x:r == 4) then cd /usr/src/DVB-`uname -r`/driver/ make reload endif if ($x:r == 5) then rmmod dvb-ttpci rmmod alps_bsrv2 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 alps_bsrv2 modprobe dvb-ttpci endif setenv DVDCSS_METHOD key xawtv -c /dev/video0 -geometry 770x580-0-0 -xvport 51 & xawtv -c /dev/video1 -noxv -shift 1 -geometry 154x116+1395+241 & cd /usr/local/bin /usr/local/bin/vdr-1.1 -v /video0 -P dvd -P tetris -P teletext -P status -s usr/local/bin/HALT And then the Oops :-(( I put .config and console logs under: http://ulima.unil.ch/greg/linux/2.5.48-config-without-devfs http://ulima.unil.ch/greg/linux/2.5.48-without-devfs What should I say more? I'll be more than happy to help debugging it ;-) Thank you very much, Gr�goire ________________________________________________________________ http://ulima.unil.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]
-- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
