> > Hello all > > > > Does anybody use a FlyVideo 3000 (PAL B) PC-TV capture board in Fedora core > > 2? > > if so, and if its functioning, would you be so kind to mail the > > modules.conf, modprobe.conf. > > > > I got it working at start, but it isn't functioning anymore after i modified > > the modules.conf or modprobe.conf. > > I would also be muched oblieged for a howto on installing this board for a > > 2.6 kernel. > > I have the same card, nothing special to setup. My old Flyvideo98/FM > used the bttv module but the newer ones use this saa7134 module. > > If it is not already in your /etc/modprobe.conf then you need the > following line. > > alias char-major-81 saa7134 > I left it auto-detect the card & tuner and everything works just fine. > Uee tvtime to watch TV without a hitch. > > > PS. /etc/modules.conf was used by the 2.4 kernels, you can remove that > if you only use 2.6. Hello, mine looks like this, it detects ok, but no capturing, allthough it worked before and frequent kernel-panics: alias parport_lowlevel parport_pc alias eth0 8139too alias usb-controller usb-uhci alias usb-controller1 ehci-hcd alias char-major-61-* lirc_serial alias usb-controller ehci-hcd alias usb-controller2 uhci-hcd alias char-major-108-* ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate alias char-major-116-* snd alias snd-card-0 snd-intel8x0 options snd major=116 cards_limit=1 options snd-intel8x0 index=0 id="ICH" alias char-major-14-* soundcore alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss alias ppp-compress-18 ppp_mppe alias net-pf-10 ipv6 alias char-major-81 saa7134 install pwc /sbin/modprobe --first-time --ignore-install pwc && { /sbin//sbin/modprobe --ignore-install --force /deamons/pwcx-8.2-gcc32/pwcx-gcc32.o >/dev/null 2>&1 || :; } install snd-card-0 /sbin/modprobe --first-time --ignore-install snd-card-0 && { /usr/sbin/alsactl restore >/dev/null 2>&1 || :; } install usb-controller /sbin/modprobe --first-time --ignore-install usb-controller && { modprobe printer; } install usb-controller1 /sbin/modprobe --first-time --ignore-install usb-controller1 && { modprobe printer; } remove snd-card-0 { /usr/sbin/alsactl store >/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time --ignore-remove snd-card-0