[mythtv-users] msp3400.o conflict

Travis Kelley rhatguy at comcast.net
Sun Aug 29 18:33:49 EDT 2004


You have two versions of msp3400 in your modules directory.  In some
cases this can cause you to loose sound on your recordings.  Basically
you just need to 

rm /lib/modules/2.4.22-1.2174.nptl/kernel/drivers/media/video/msp3400.o

or maybe just move it somewhere to be safe so it will use the version
that was compiled with ivtv.  You can see where both of the modules
reside using this command

find /lib/moduels/2.4.22-1.2174.nptl | grep msp3400

If its not causing you any problem though and you don't mind the error
you could just leave it there.  Just be warned if you ever stop getting
sound i your recordings, this could be why.
 

On Sun, 2004-08-29 at 17:24, Fa Yoeu wrote:
> When I do a make install it complains with the following message.  I
> have been ignoring it and it doesn't seem to hurt anything.  An md5sum
> shows that this version is the same as the one in the ivtv subdir. 
> Can someone explain this?  Thanks.
> 
> [root at localhost driver]# make install
> cp ../utils/videodev2.h .
> mkdir -p //lib/modules/2.4.22-1.2174.nptl/kernel/drivers/media/video
> install -m 0644 msp3400.o saa7115.o tveeprom.o ivtv.o saa7127.o
> ivtv-fb.o //lib/modules/2.4.22-1.2174.nptl/kernel/drivers/media/video
> You appear to have a
> /lib/modules/2.4.22-1.2174.nptl/kernel/drivers/media/video/msp3400.o.
> That can cause a conflict with the msp3400.o from ivtv.
> It is wise to remove
> /lib/modules/2.4.22-1.2174.nptl/kernel/drivers/media/video/msp3400.o.
> After that run depmod again.
> [root at localhost driver]# md5sum msp3400.o
> 1cd12e15ad02927cbbc475521bae3fb4  msp3400.o
> [root at localhost driver]# md5sum
> /lib/modules/2.4.22-1.2174.nptl/kernel/drivers/media/video/msp3400.o
> 1cd12e15ad02927cbbc475521bae3fb4 
> /lib/modules/2.4.22-1.2174.nptl/kernel/drivers/media/video/msp3400.o
> 
> ______________________________________________________________________
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list