Hugo van der Kooij wrote:
On Sat, 29 Jan 2005, Paul Bender wrote:


I had the same problem. I ended up doing the following to get it to
work. I doubt that all the steps are needed, but I am not sure which
one(s) actually did the trick for the sound.

Adjusted kernel modules:
(1) cd /lib/modules/2.6.10-1.741_FC3smp/kernel/drivers/media/video/  ; \
    mv msp3400.ko msp3400.ko.orig
(2) cd /lib/modules/2.6.10-1.741_FC3smp/updates/drivers/media/video/ ; \
    mv msp3400.ko msp3400.ko.orig ; \
    cp msp3400-ivtv.ko msp3400.ko
(3) cd /lib/modules/2.6.10-1.741_FC3smp/updates/drivers/media/video/ ; \
    mv tveeprom.ko tveeprom.ko.orig \
    cp tveeprom-ivtv.ko tveeprom.ko


Sounds like a single line in /etc/modprobe.conf will do as well:
alias msp3400 msp3400-ivtv

I agree, However, when I tried that, for some reason when I would modprobe ivtv, it would still load msp3400 and tveeprom rather than msp3400-ivtv and tveeprom-ivtv. I was too lazy to figure out why so I moved the files.
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to