Hello all,<br><br>Got the issue resolved. It was hardware all along. The card looked ok, and worked previously, but I opened up the box and installed a WIFI card right next to it and must have bumped it. Wierd thing is, it was still detected by lspci, but it locked the system as soon as I tried to do anything with it.
<br><br>Lesson learned: Always check the hardware first!<br><br>Dan<br><br><br><div><span class="gmail_quote">On 3/7/07, <b class="gmail_sendername">Dan Buijs</b> &lt;<a href="mailto:dbuijs@gmail.com">dbuijs@gmail.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">After some tinkering (actually LOTS of tinkering), it seems like this is a problem with udev and/or the new ivtv-firmware.
<br><br>I can get my machine to actually boot without ivtv blacklisted now, by commenting out the following line in /etc/udev/rules.d/05_udev-
early.rules:<br><br><pre>ACTION==&quot;add&quot;, SUBSYSTEM==&quot;firmware&quot;, ENV{FIRMWARE}==&quot;*&quot;, RUN=&quot;/sbin/firmware_helper&quot;, OPTIONS=&quot;last_rule&quot;<br><br><span style="font-family: arial,sans-serif;">

</span></pre><span>I can now modprobe ivtv without locking up the whole system, but it&#39;s still not working properly. /dev/video is not being created. More details to follow. <br><span class="sg"><br>Dan<br></span></span>
<div><span class="e" id="q_1112d633779b0875_3"><br><br><br><br><div>
<span class="gmail_quote">On 3/3/07, <b class="gmail_sendername">Dale Christ</b> &lt;<a href="mailto:grosserhund@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">grosserhund@gmail.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Here&#39;s mine (I have the same MB - I&#39;m running an X2-4600) - This one fr the most part works (LIRC too)<br><br>alias char-major-61 lirc_i2c<br><br># ivtv modules setup<span><br>alias char-major-81 videodev
<br>alias char-major-81-0 ivtv
<br><br></span><span>alias eth0 forcedeth<br>alias scsi_hostadapter sata_nv<br></span>options ndiswrapper if_name=eth1&nbsp; <br>alias eth1 ndiswrapper<span><br>alias snd-card-0 snd-hda-intel<br><br>options snd-card-0 index=0&nbsp; 
<br>options snd-hda-intel index=0&nbsp; 
<br>remove snd-hda-intel { /usr/sbin/alsactl store 0 &gt;/dev/null 2&gt;&amp;1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel<br></span>install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c
<div><span><br>
<br><br><div><span class="gmail_quote">On 3/3/07, <b class="gmail_sendername">Dan Buijs</b> &lt;<a href="mailto:dbuijs@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">dbuijs@gmail.com</a>

&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br><br>/etc/modprobe.conf:<br><br>alias eth0 forcedeth<br>alias scsi_hostadapter sata_nv<br>alias scsi_hostadapter1 usb-storage<br>alias eth1 bcm43xx<br>alias snd-card-0 snd-hda-intel<br>options snd-card-0 index=0<br>


options snd-hda-intel index=0
<br>remove snd-hda-intel { /usr/sbin/alsactl store 0 &gt;/dev/null 2&gt;&amp;1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel<br>alias snd-card-1 snd-mpu401<br>options snd-card-1 index=1<br>options snd-mpu401 index=1
<br>remove snd-mpu401 { /usr/sbin/alsactl store 1 &gt;/dev/null 2&gt;&amp;1 || : ; }; /sbin/modprobe -r --ignore-remove snd-mpu401<br># nvidia kernel module<br>alias char-major-195 nvidia-1_0-9746<br>alias nvidia nvidia-1_0-9746
<br>#ivtv modules setup<br>alias char-major-81 videodev<br>alias char-major-81-0 ivtv<div><span><br><br><br><div><span class="gmail_quote">On 3/3/07, <b class="gmail_sendername">Dale Christ
</b> &lt;<a href="mailto:grosserhund@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
grosserhund@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">what does your modprobe.conf look like?<br><br><div>



<div><span><span class="gmail_quote">On 3/3/07, <b class="gmail_sendername">Dan Buijs</b> &lt;<a href="mailto:dbuijs@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
dbuijs@gmail.com</a>&gt; wrote:</span></span></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><span>

Hello,<br><br>I&#39;m having the following problem:<br><br>I&#39;ve followed the HOWTO on Wilsonet (<a href="http://wilsonet.com/mythtv/fcmyth.php" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://wilsonet.com/mythtv/fcmyth.php
</a>) and when I modprobe ivtv, my machine locks up. No messages in dmesg or /var/log/messages. A reboot gets me to udev startup and then the machine locks up again. The only way I can&nbsp; get the thing to boot again is boot off a live cd and add &quot;blacklist ivtv&quot; to /etc/modprobe.d/blacklist.
<br><br>Here are the relevant details:<br><br>kernel-2.6.19-1.2911.6.4.fc6.i686<br><a href="http://ivtv-0.10.1-126.fc6.at" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ivtv-0.10.1-126.fc6.at</a>




<br><a href="http://ivtv-firmware-20070217-13.at" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ivtv-firmware-20070217-13.at
</a><br><a href="http://ivtv-kmdl-2.6.19-1.2911.6.4.fc6-0.10.1-126.fc6.at" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ivtv-kmdl-2.6.19-1.2911.6.4.fc6-0.10.1-126.fc6.at</a><br>nvidia driver 1.0-9746




<br>X 7.1.1<br><br>AMD Athlon64 3500<br>Hauppage PVR-150<br>ASUS M2NPV-VM integrated Nvidia video
<br>ASUS M2NPV-VM integrated sound<br><br>Here&#39;s the interesting thing: I had this working (or at least not locking up) two weeks ago. I wiped and restarted with a fresh install because I was having problems with lirc. So it&#39;s a recent change in one of these packages, most likely either the kernel or ivtv. Anyone have any thoughts?
<br><span><br>DB<br><br>
</span><br></span></div>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv-users@mythtv.org
</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br></blockquote></div><br>
<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv-users@mythtv.org</a>


<br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br></blockquote></div><br>
</span></div><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv-users@mythtv.org
</a>
<br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br></blockquote>


</div><br>
</span></div><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv-users@mythtv.org
</a>
<br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br></blockquote>

</div><br>
</span></div></blockquote></div><br>