Stefan Bayer wrote:
> now everything was ok. Booting the new kernel worked and compiling saa7134 > module worked, but after loading videodevX and doing a > modprobe saa7134 I get following error: > > /lib/modules/2.4.19-rc3/kernel/drivers/media/video/videodev1.o.old: \ > init_module: Input/output error > Hint: insmod errors can be caused by incorrect module parameters, including \ > invalid IO or IRQ parameters > /lib/modules/2.4.19-rc3/kernel/drivers/media/video/videodev1.o.old: insmod \ > /lib/modules/2.4.19-rc3/kernel/drivers/media/video/videodev1.o.old failed > /lib/modules/2.4.19-rc3/kernel/drivers/media/video/videodev1.o.old: insmod \ > saa7134 failed > > Doesn't it recognize my card? Maybe because other devices use the same > interrupt (is it allowed to share interrupts)? Probably you just need an entry in /etc/modules.conf, like I use: pre-install saa7134 modprobe -k tuner;modprobe -k tda9887 post-remove saa7134 modprobe -r tuner;modprobe -r tda9887 options saa7134 irq_debug=1 core_debug=1 video_nr=1 ts_nr=1 vbi_nr=1 radio_nr=1 card=2 mixer_nr=3 dsp_nr=4 audio_debug=1 oss_debug=1 (most importantly the card=2 for FlyVideo 3000, but maybe the tda9887 as well?) -- Bill Eldridge Radio Free Asia [EMAIL PROTECTED] _______________________________________________ Video4linux-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/video4linux-list
