On 2/18/06, <b class="gmail_sendername">Jarod Wilson</b> &lt;<a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Friday 17 February 2006 21:29, Michael Haan wrote:<br>&gt; On 2/17/06, Kevin Kuphal &lt;<a href="mailto:kuphal@dls.net">kuphal@dls.net</a>&gt; wrote:<br>&gt; &gt; Michael Haan wrote:<br>&gt; &gt; &gt; I go in and select Watch Live TV and *boom*:
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Bad page state at free_hot_cold_page (in process 'mythfrontend', page<br>&gt; &gt; &gt; ffff81000215d2c8)<br>&gt; &gt; &gt; flags:0x0100000000000414 mapping:0000000000000000 mapcount:0 count:0
<br>&gt; &gt; &gt; (Tainted: PF&nbsp;&nbsp; B)<br>&gt; &gt;<br>&gt; &gt; Kernel problems are caused by bad drivers, not Myth.<br>&gt;<br>&gt; Ok, so this is a kernel problem?&nbsp;&nbsp;Any reason to think I'm the only one<br>&gt; running whatever the offending driver is?&nbsp;&nbsp;What is the offending driver?
<br><br>Kevin trimmed out the likely relevant part:<br><br>&lt;ffffffff8817cda9&gt;{:snd_pcm:snd_pcm_common_ioctl1+3498}<br><br>snd_pcm would point to your sound card drivers. Could be a driver problem,<br>could be a hardware problem the driver doesn't know how to handle. Can't tell
<br>much more than that.<br><br>--<br>Jarod Wilson<br><a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a><br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br><br></blockquote></div><br>Right - just remember, this hardware has worked before.&nbsp; I'd really prefer to get the nforce3 sound card working, but that has proven elusive.&nbsp; Short of changing my 
modprobe.conf (listed below), what else might I need to modify?<br><br>[root@tibeaux ~]# more /etc/modprobe.conf<br>alias eth0 forcedeth<br>alias scsi_hostadapter sata_nv<br>alias snd-card-0 snd-cmipci<br>remove snd-cmipci { /usr/sbin/alsactl store 0 &gt;/dev/null 2&gt;&amp;1 || : ; }; /sbin/modprobe -r --ignore-remove snd-cmipci
<br>#options snd-intel8x0 index=0<br>#remove snd-intel8x0 { /usr/sbin/alsactl store 0 &gt;/dev/null 2&gt;&amp;1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0<br>alias char-major-81 ivtv<br>alias usb-controller ehci-hcd
<br>alias usb-controller1 ohci-hcd<br>alias ieee1394-controller ohci1394<br># nvidia kernel module<br>alias char-major-195 nvidia-1_0-8178<br>alias nvidia nvidia-1_0-8178<br># ivtv<br>alias char-major-81-0 ivtv<br><br>Please note, I have commented out some of the snd-intel8x0 stuff, and have yet to try this new config.
<br>