Hi Josu,<div><br></div><div>I think you are experiencing the same problem as I had. As far as I can understand it, the command doesn&#39;t work when the card is being used, thats why I moved the command to /etc/rc.local. That way the command will be run on startup BEFORE the mythfrontend is started. It worked for me at least.</div>
<div><br></div><div>I just added : <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> echo 32768 &gt; /proc/asound/card1/pcm7p/sub0/</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">prealloc to my rc.local ABOVE the exit 0 statement.</span></div>
<div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Regards,</span></div>
<div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Andréas</span></div>
<div><br><br><div class="gmail_quote">2013/1/6 Josu Lazkano <span dir="ltr">&lt;<a href="mailto:josu.lazkano@gmail.com" target="_blank">josu.lazkano@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2013/1/6 Andréas Kühne &lt;<a href="mailto:andreas@kuhne.se">andreas@kuhne.se</a>&gt;:<br>
<div><div class="h5">&gt; Thanks Igor,<br>
&gt;<br>
&gt; I move the setting to /etc/rc.local (which is always run after startup) and<br>
&gt; now it is set to the max value, just as yours is.<br>
&gt;<br>
&gt; // Andréas<br>
&gt;<br>
&gt;<br>
&gt; 2013/1/5 Igor Cicimov &lt;<a href="mailto:icicimov@gmail.com">icicimov@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Jan 6, 2013 at 9:44 AM, Andréas Kühne &lt;<a href="mailto:andreas@kuhne.se">andreas@kuhne.se</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I checked now again.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I tried to set the max value (as you indicated below), but after setting<br>
&gt;&gt;&gt; the value and then trying to read the value again, it doesn&#39;t work. The<br>
&gt;&gt;&gt; default value is reset.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I am also using Mythbuntu (version 12.04, myth 0.26)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; // Andréas<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; This is what mine is set to atm:<br>
&gt;&gt;<br>
&gt;&gt; igorc@mythtv:~$ cat /proc/asound/card1/pcm3p/sub0/prealloc<br>
&gt;&gt; 32768<br>
&gt;&gt;<br>
&gt;&gt; This is mine startup script, sorry I was wrong it is not set in the user<br>
&gt;&gt; login but as system init script:<br>
&gt;&gt;<br>
&gt;&gt; igorc@mythtv:~$ cat /etc/init.d/sound_card_buffer_prealloc<br>
&gt;&gt; #!/bin/bash<br>
&gt;&gt;<br>
&gt;&gt; [ -f /proc/asound/card1/pcm3p/sub0/prealloc ] &amp;&amp; echo 32768 &gt;<br>
&gt;&gt; /proc/asound/card1/pcm3p/sub0/prealloc<br>
&gt;&gt; [ -f /proc/asound/card0/pcm3p/sub0/prealloc ] &amp;&amp; echo 32768 &gt;<br>
&gt;&gt; /proc/asound/card0/pcm3p/sub0/prealloc<br>
&gt;&gt; [ -f /proc/asound/card2/pcm3p/sub0/prealloc ] &amp;&amp; echo 32768 &gt;<br>
&gt;&gt; /proc/asound/card2/pcm3p/sub0/prealloc<br>
&gt;&gt;<br>
&gt;&gt; I have to check for 3 devices since ALSA constantly changes my device<br>
&gt;&gt; order (still no idea why).<br>
&gt;&gt;<br>
&gt;&gt; This is the structure and permissions on my sound directory:<br>
&gt;&gt;<br>
&gt;&gt; igorc@mythtv:~$ ls -l /proc/asound/<br>
&gt;&gt; total 0<br>
&gt;&gt; dr-xr-xr-x 7 root root 0 Jan  6 09:51 card0<br>
&gt;&gt; dr-xr-xr-x 3 root root 0 Jan  6 09:51 card1<br>
&gt;&gt; dr-xr-xr-x 3 root root 0 Jan  6 09:51 card2<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:51 cards<br>
&gt;&gt; lrwxrwxrwx 1 root root 5 Jan  6 09:51 CX8811 -&gt; card2<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:51 devices<br>
&gt;&gt; lrwxrwxrwx 1 root root 5 Jan  6 09:51 Generic -&gt; card1<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:51 hwdep<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:51 modules<br>
&gt;&gt; dr-xr-xr-x 2 root root 0 Jan  6 09:51 oss<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:51 pcm<br>
&gt;&gt; lrwxrwxrwx 1 root root 5 Jan  6 09:51 SB -&gt; card0<br>
&gt;&gt; dr-xr-xr-x 2 root root 0 Jan  6 09:51 seq<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:51 timers<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:51 version<br>
&gt;&gt; igorc@mythtv:~$ ls -l /proc/asound/card1<br>
&gt;&gt; total 0<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:51 codec#0<br>
&gt;&gt; -rw-r--r-- 1 root root 0 Jan  6 09:51 eld#0.0<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:51 id<br>
&gt;&gt; dr-xr-xr-x 3 root root 0 Jan  6 09:51 pcm3p<br>
&gt;&gt; igorc@mythtv:~$ ls -l /proc/asound/card1/pcm3p/<br>
&gt;&gt; total 0<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:52 info<br>
&gt;&gt; dr-xr-xr-x 2 root root 0 Jan  6 09:52 sub0<br>
&gt;&gt; igorc@mythtv:~$ ls -l /proc/asound/card1/pcm3p/sub0/<br>
&gt;&gt; total 0<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:52 hw_params<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:52 info<br>
&gt;&gt; -rw-r--r-- 1 root root 0 Jan  6 09:52 prealloc<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:52 prealloc_max<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:52 status<br>
&gt;&gt; -r--r--r-- 1 root root 0 Jan  6 09:52 sw_params<br>
&gt;&gt;<br>
&gt;&gt;  I&#39;m using the HDMI output to Sony 32&quot; HD TV, card1 device3.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2013/1/5 Igor Cicimov &lt;<a href="mailto:icicimov@gmail.com">icicimov@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Sun, Jan 6, 2013 at 9:20 AM, Andréas Kühne &lt;<a href="mailto:andreas@kuhne.se">andreas@kuhne.se</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I have tried setting the following as well, however the setting never<br>
&gt;&gt;&gt;&gt;&gt; changes. Also, how would I set it so that the change is permanent after each<br>
&gt;&gt;&gt;&gt;&gt; restart?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Regards,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Andréas<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hmmm works for me in Mythbuntu. I have it in startup script after ALSA<br>
&gt;&gt;&gt;&gt; gets initiated and the mythtv user gets auto logged in. I set it to 32768<br>
&gt;&gt;&gt;&gt; though which is the max value for my device (found in<br>
&gt;&gt;&gt;&gt; /proc/asound/card0/pcm0p/sub0/max_prealloc file)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; 2013/1/5 Igor Cicimov &lt;<a href="mailto:icicimov@gmail.com">icicimov@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; On Sun, Jan 6, 2013 at 8:47 AM, Igor Cicimov &lt;<a href="mailto:icicimov@gmail.com">icicimov@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; On 06/01/2013 7:51 AM, &quot;Stephen Robertson&quot;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &lt;<a href="mailto:stephengrobertson@gmail.com">stephengrobertson@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; Hi all,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; I&#39;m getting this error when watching live TV.  I don&#39;t think I ever<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; see this watching recorded or in progress recordings.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; I&#39;ve searched the archives and found references to this but they<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; seem<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; to be from some time ago so I&#39;m not sure whether this is a known<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; problem or whether it was thought to be fixed.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; As far as I can tell it seems to happen a few minutes after the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; program has changed (Not the channel, this happens with no user<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; action).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; This is on a standalone FE connected via gigabit ethernet<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; Any thoughts/suggestions welcome.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; Stephen<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Is the problem showing on all channels or only SD or only HD? All<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; stations or one specific? Looks like sound decoding error causing the video<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; playback to back off waiting for the sound.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; Logs at:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; <a href="http://pastebin.com/nCzZAdcy" target="_blank">http://pastebin.com/nCzZAdcy</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; <a href="http://pastebin.com/0WbCRLBi" target="_blank">http://pastebin.com/0WbCRLBi</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; MythTV Version : v0.26.0-55-g09ac5b2<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; MythTV Branch : fixes/0.26<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; Network Protocol : 75<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; Library API : 0.26.20120822-1<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; QT Version : 4.8.1<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; Options compiled in:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt;  linux profile use_hidesyms using_alsa using_oss using_pulse<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_pulseoutput using_backend using_bindings_perl<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_bindings_python using_bindings_php using_crystalhd using_dvb<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_firewire using_frontend using_hdhomerun using_ceton<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_hdpvr<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_iptv using_ivtv using_joystick_menu using_libcec<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_libcrypto<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_libdns_sd using_libxml2 using_lirc using_mheg<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_opengl_video<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_qtwebkit using_qtscript using_qtdbus using_v4l2 using_x11<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_xrandr using_xv using_bindings_perl using_bindings_python<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_bindings_php using_mythtranscode using_opengl using_vaapi<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_vdpau using_ffmpeg_threads using_live using_mheg using_libass<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; using_libxml2<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; mythtv-users mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; CoreContext audio/audiooutputalsa.cpp:242 (IncPreallocBufferSize)<br>
&gt;&gt;&gt;&gt;&gt;&gt; ALSA: Try to manually increase audio buffer with: echo 128 | sudo tee<br>
&gt;&gt;&gt;&gt;&gt;&gt; /proc/asound/card0/pcm0p/sub0/prealloc<br>
&gt;&gt;&gt;&gt;&gt;&gt; Jan  5 10:38:58 revo01 mythlogserver: mythfrontend[1714]: I<br>
&gt;&gt;&gt;&gt;&gt;&gt; CoreContext mythpainter_ogl.cpp:62 (ClearCache) Clearing OpenGL painter<br>
&gt;&gt;&gt;&gt;&gt;&gt; cache.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Yeah have seen this before the sound buffer is set too low. Do as the<br>
&gt;&gt;&gt;&gt;&gt;&gt; error message say:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; $ echo 4096 | sudo tee /proc/asound/card0/pcm0p/sub0/prealloc<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; with 4096 instead 128 to be on the safe side and see if the error goes<br>
&gt;&gt;&gt;&gt;&gt;&gt; away.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt; mythtv-users mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; mythtv-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; mythtv-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; vänliga hälsningar,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Andréas<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Upplandsgatan 93 . 113 44 . Stockholm<br>
&gt;&gt;&gt; Mobil <a href="tel:076%20543%208825" value="+46765438825">076 543 8825</a><br>
&gt;&gt;&gt; <a href="mailto:andreas@kuhne.se">andreas@kuhne.se</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; mythtv-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt;&gt;&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; mythtv-users mailing list<br>
&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt;&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;<br>
<br>
</div></div>Hello, I have same problem with buffers. I have this message on the<br>
mythfrontend log:<br>
<br>
Jan  6 00:19:58 telemedia  mythfrontend[3192]: E CoreContext<br>
<div class="im">audio/audiooutputalsa.cpp:242 (IncPreallocBufferSize) ALSA: Try to<br>
manually increase audio buffer with: echo 128 | sudo tee<br>
</div>/proc/asound/card1/pcm7p/sub0/prealloc<br>
<br>
<br>
I add to mythtv user on sudoers file:<br>
<br>
mythuser ALL=(ALL) NOPASSWD:/usr/bin/tee /proc/asound/card1/pcm7p/sub0/prealloc<br>
<br>
The problem is that when I execute the command there is no change on<br>
the prealloc file:<br>
<br>
$ cat /proc/asound/card1/pcm7p/sub0/prealloc<br>
64<br>
$ echo 128 | sudo tee /proc/asound/card1/pcm7p/sub0/prealloc<br>
128<br>
$ cat /proc/asound/card1/pcm7p/sub0/prealloc<br>
64<br>
<br>
I try with this, but nothing:<br>
<br>
# echo 128 &gt; /proc/asound/card1/pcm7p/sub0/prealloc<br>
<br>
Do this command really change the prealloc file?<br>
<br>
Thanks and best regards.<br>
<br>
--<br>
Josu Lazkano<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br></div>