<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<style>.hmmessage P{margin:0px;padding:0px}body.hmmessage{FONT-SIZE: 10pt;FONT-FAMILY:Tahoma}</style>Can anyone please help with this? I have a PVR-350 in my master backend running Feisty Fawn Ubuntu. It uses Mythtv 20.2-fixes. I get a bunch of errors in dmesg like this<br>[958989.631007] ivtv0: All encoder MPEG stream buffers are full. Dropping data.<br>[958989.631011] ivtv0: Cause: the application is not reading fast enough.<br>[959650.647559] ivtv0: All encoder MPEG stream buffers are full. Dropping data.<br>[959650.647563] ivtv0: Cause: the application is not reading fast enough.<br><br>I read on the Mythtv wiki for PVR-350 that I am suppose to add some options for ivtv module to increase the buffers but it's not working. I added the options to /etc/modprobe.conf because the wiki says to add the options to /etc/mythtv/modules/ivtv but that file doesn't exist on ubuntu. So I added them to /etc/modprobe.conf and restarted the system. Now dmesg has the below listed errors and ivtv module isn't even being loaded at all after the machine reboot so obviously my card won't be there in mythweb.<br>at first it was this:<br>ivtv: Unknown parameter `yuv_buffers'<br>then I didn't think I needed the yuv_buffers so I removed that but now it's this:<br>ivtv: Unknown parameter `mpg_buffers'<br><br><br>here's the contents of /etc/modprobe.conf<br>alias char-major-61 lirc_serial<br>options lirc_serial irq=3 io=0x2f8<br>install lirc_serial /bin/setserial /dev/ttyS0 uart none ;\<br>/sbin/modprobe --ignore-install lirc_serial<br>options ivtv yuv_buffers=32 mpg_buffers=16 vbi_buffers=16 pcm_buffers=16 dec_osd_buffers=2<br><br>please help<br><br>Daniel</body>
</html>