[mythtv-users] still no sound - the sequel...
David George
david at thegeorges.us
Tue Aug 31 14:29:38 EDT 2004
On 8/31/2004 1:43 PM, James Pifer wrote:
>[root at mythtv driver]# make install
>cp ../utils/videodev2.h .
>mkdir -p //lib/modules/2.4.20-31.9/kernel/drivers/media/video
>install -m 0644 msp3400.o saa7115.o tveeprom.o ivtv.o saa7127.o
>ivtv-fb.o //lib/modules/2.4.20-31.9/kernel/drivers/media/video
>You appear to have a
>/lib/modules/2.4.20-31.9/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.20-31.9/kernel/drivers/media/video/msp3400.o.
>After that run depmod again.
>[root at mythtv driver]# updatedb
>[root at mythtv driver]# locate msp3400.o
>/usr/src/ivtv-0.1.10-pre2-ck99e/driver/msp3400.o
>/usr/src/ivtv-0.1.10-pre2-ck99e/driver/.msp3400.o.cmd
>/lib/modules/2.4.20-31.9/kernel/drivers/media/video/msp3400.o
>[root at mythtv driver]#
>
>Even if I remove the only msp3400.o I can find and then make install, it
>still gives me the same warning.
>
>
Wierd. I use kernel 2.6.7 so my install is a little different, but I
just looked at the 2.4 Makefile to see what it was doing. Yes, it will
still give you the warning. This is because the makefile for 2.4 copies
the ivtv .o files to kernel/drivers/media/video and then checks to see
if msp3400.o exists (it should check first). Anyway it is finding the
ivtv version that it just copied there, so don't move or rename it even
though the makefile tells you to. Then run depmod. You can also
install by hand by typing the following:
install -m 0644 msp3400.o saa7115.o tveeprom.o ivtv.o saa7127.o
/lib/modules/2.4.20-31.9/kernel/drivers/media/video
depmod -aq
Let me know if it still doesn't work.
--
David
More information about the mythtv-users
mailing list