On 2/18/06, <b class="gmail_sendername">Jarod Wilson</b> <<a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a>> 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>> On 2/17/06, Kevin Kuphal <<a href="mailto:kuphal@dls.net">kuphal@dls.net</a>> wrote:<br>> > Michael Haan wrote:<br>> > > I go in and select Watch Live TV and *boom*:
<br>> > ><br>> > > Bad page state at free_hot_cold_page (in process 'mythfrontend', page<br>> > > ffff81000215d2c8)<br>> > > flags:0x0100000000000414 mapping:0000000000000000 mapcount:0 count:0
<br>> > > (Tainted: PF B)<br>> ><br>> > Kernel problems are caused by bad drivers, not Myth.<br>><br>> Ok, so this is a kernel problem? Any reason to think I'm the only one<br>> running whatever the offending driver is? What is the offending driver?
<br><br>Kevin trimmed out the likely relevant part:<br><br><ffffffff8817cda9>{: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. I'd really prefer to get the nforce3 sound card working, but that has proven elusive. 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 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-cmipci
<br>#options snd-intel8x0 index=0<br>#remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&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>