This line:<br>
<br>
&gt; install lirc_i2c /sbin/modprobe lirc_i2c; /sbin/modprobe --ignore-install lirc_i2c<br>
<br>
Is what's causing your hang.&nbsp; It should be more like this:<br>
<br>
--&gt; install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c<br>
<br>
The way you have it will cause modprobe to loop forever trying to load lirc_i2c.<br>
<br>
Carl Fongheiser<br><br>
<br>