I had this problem and it was a driver loading issue. Restarting
just the backend on boot fixed it for me. Had to add
/sbin/service to my /etc/sudoers file as well.<br>
<br>
[mythtv@jules ~]$ cat .kde/Autostart/myth-load.sh<br>
#!/bin/bash<br>
# Load nVidia driver custom settings<br>
#nvidia-settings --load-config-only &<br>
# Restore audio settings<br>
/usr/sbin/alsactl restore<br>
# Launch irexec for myth power button stop/start<br>
irexec &<br>
# Launch myth frontend<br>
<span style="font-weight: bold;">sudo /sbin/service mythbackend restart</span><br style="font-weight: bold;">
mythfrontend >~/mythfrontend.log 2>&1 &<br>
exit<br>
<br><br><div><span class="gmail_quote">On 10/9/05, <b class="gmail_sendername">Alberto Alonso</b> <<a href="mailto:sp-23856721@ggsys.net">sp-23856721@ggsys.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I just tried running both the backend and frontend as root. The<br>problem still persists.<br><br>There are some more messages related to "prebuffering pause"<br>but nothing that would indicate what the problem actually is.
<br><br>Any other suggestions?<br><br>Thanks,<br><br>Alberto<br><br><br>On Sun, 2005-10-09 at 00:33 -0400, Stewart wrote:<br>> There is also an option for using "priority threads". Disabling this is<br>> a second option, but running the backend as root is the better choice.
<br>><br>><br>> Stewart Larsen<br>><br>> It is the first responsibility of every citizen to question authority.<br>> ~ Ben Franklin<br>><br>> Hackers do for love what others wouldn't do for money.<br>
><br>> If you think technology will solve your security problems, you don't<br>> understand the technology and you don't understand the problems.<br>> ~Bruce Schneier<br>><br>><br>> George Nincehelser wrote:
<br>> > I had this problem. However, it went away when I started running<br>> > mythfrontend as root instead as of a user.<br>> ><br>> > I figure it must be a problem with permissions.<br>> >
<br>> > George<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>_______________________________________________<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></blockquote></div><br>