[ATrpms-users] Interesting Lirc_i2c Problem

Chris Harvey chris at can.co.nz
Sun Feb 20 01:26:46 CET 2005


Hi

I have finally got a (mostly) successful build of Myth going via atrpms.

The main problem I am having now is Lirc_i2c.

[root at localhost mythtv]# /sbin/modprobe lirc_i2c
FATAL: Module lirc_i2 not found.
FATAL: Error running install command for lirc_i2c

is the error I get.

in dmesg, I get the following error:

ivtv: i2c client addr: 0x43 not found!

I have added the following to modprobe.conf:

alias char-major-61 lirc_i2c
.
.
alias tveeprom tveeprom-ivtv
alias msp3400 msp3400-ivtv
install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb
install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2

I have tried adding the following to force it to /etc/rc.d/rc.local

ln -s /dev/lirc0 /dev/lirc
/sbin/depmod -a
/sbin/modprobe ivtv
/sbin/depmod -a
/sbin/modprobe lirc_i2c

with no luck and also tried Jarod's /etc/udev/rules.d/lirc.rules hack.

S-Video in works, as does the tuner.  Card is a known good worker, having
installed ok on win xp.

Any ideas?

Chris




More information about the atrpms-users mailing list