Hello all
Does anybody use a FlyVideo 3000 (PAL B) PC-TV capture board in Fedora
<snip>
Hello, mine looks like this, it detects ok, but no capturing, allthough it worked before and frequent kernel-panics:
Before where? FC1?
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
I would disable the pwc module and test to see wether you still have problems.
PS. you can trim down your /etc/modprobe.conf file alot by removing alias's that are already present in /etc/modprobe.conf.dist
-- Greg