Thanks! That did the trick.<br><br>Nick<br><br><div><span class="gmail_quote">On 2/16/06, <b class="gmail_sendername">John Erickson</b> <<a href="mailto:jerickso@gmail.com">jerickso@gmail.com</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;">
On 2/16/06, Carl Fongheiser <<a href="mailto:carlfongheiser@gmail.com">carlfongheiser@gmail.com</a>> wrote:<br>> If you used the ebuild to install 0.19, your backend is now running as user<br>> "mythtv", rather than root. Make sure that that user has permission to open
<br>> /dev/v4l/video0. This would typically be done by adding that user to the<br>> "video" group.<br><br>While you're at it, make sure that the mythtv user has permission to<br>do all of the other things it needs to. Based on the fact that you're
<br>capturing on composite I'll guess that you're using a channel changing<br>script. So things to also check while you're at it:<br>- Permission to write to your recordings directory<br>- Permission to change channels, in my case the mythtv user needs to
<br>be in the tty group to write to the serial port<br>- Permission to capture audio, make mythtv a member of the audio group<br>(not needed for mpeg2 encoder cards)<br>- Permission to capture video, make mythtv a member of the video group
<br><br>You can check to see what groups mythtv is in by running the following:<br>groups mythtv<br><br>You can add mythtv to the needed groups by running:<br>usermod mythtv -G tty,audio,video,users<br><br>(If you don't list a group that the user is currently in, that group
<br>is removed from the user)<br><br>-John Erickson<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></blockquote></div><br>