This line:

> install lirc_i2c /sbin/modprobe lirc_i2c; /sbin/modprobe --ignore-install lirc_i2c

Is what's causing your hang.  It should be more like this:

--> install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c

The way you have it will cause modprobe to loop forever trying to load lirc_i2c.

Carl Fongheiser


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to