So far I've been using yum to update my drivers, vs compiling from source. You are right though, I did have the wrong msp3400 driver loaded. From the mythTv list the following steps were recommended, which worked fine:
Go into /lib/modules/$KVER/kernel/drivers/media/video and rename msp3400.ko to msp3400.ko.orig Next, go to /lib/modules/$KVER/updates/drivers/media/video and copy msp3400-ivtv.ko to msp3400.ko Run depmod -a Now reload the module modprobe -r ivtv modprobe -r msp3400 modprobe ivtv Thanks Brian, happy holidays to all... --- Brian Foddy <[EMAIL PROTECTED]> wrote: > On Friday 23 December 2005 08:21 pm, korebantic wrote: > > I've upgraded my system as indicated in the subject, but now sound from my > > PVR350 no longer works. I tested sound in other ways, such as playing an > > AVI file, and it works fine. > > > > Any suggestions? > > > > Thanks... > > I'm only at .4.1 and have a 500 vs a 350, but sounds like you may have > the wrong msp3400 module loaded. Which kernel are you at? > 2.6.15 has the updated patches, less and you need to get the module > from the ivtv directory. > > If its < 2.6.15, on the make install it would have given you some > recommended mv commands, followed by a depmod -a. Double > check those are done. > > Brian > > _______________________________________________ > ivtv-devel mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-devel > __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
