[mythtv-users] Help with Lirc installation

jose rubio debian at nc.rr.com
Tue Oct 21 09:38:01 EDT 2003


On Mon, 2003-10-20 at 22:08, Nick Deng wrote:
> I have follow Jarod's step by step instruction to set up the linux box. I have video captured with
> sound. Then, I went ahead to install lirc. The problems appear and this is what I got.
> 
> 
> #sbin/depmod -ae
> depmod: *** Unresolved symbols in /lib/modules/2.4.20-20_29.rh9.at/drivers/media/video/ivtv-fb.o
> depmod:         pte_offset
> 
> #sbin/modprobe lirc_i2c
> modprobe: Can't locate module lirc_i2c
> 
> 
> #/sbin/modprobe lirc_dev
> modprobe: Can't locate module lirc_dev
> 
> 
> 
Are you using a pvr-350 for output?  that's what the ivtv-fb module is
for.  If not, I think you can ignore the unresolved symbol.

The last two errors are telling you ... well, that modprobe can't locate
those particular modules.  Where are they?  try this if you can't find
them:

as root:
#updatedb

as a regular user:
$locate lirc_i2c.o
$locate lirc_dev.o

if you can't find them then you did not build them.  The config files I
did not look at and they could be right or wrong but if modprobe can't
find the modules then it is irrelevant what the major/minor assignment
is.


-jose-



More information about the mythtv-users mailing list