because i have been having issues with myth, i only run it manually.  i do not have the backend start automatically on boot.  once i get it working, i plan on having it auto start.<br><br>this what i did to setup the /dev/ceton/blah files...<br>
<br>[root@desktop dev]# cd /dev<br>[root@desktop dev]# mkdir ceton<br>[root@desktop dev]# cd ceton<br>[root@desktop ceton]# for dev in `ls ../ctn*`<br>&gt; do<br>&gt; ln -s $dev .<br>&gt; done<br>[root@desktop ceton]# ll<br>
total 0<br>lrwxrwxrwx 1 root root 15 Jan 16 20:24 ctn91xx_ctl0 -&gt; ../ctn91xx_ctl0<br>lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_0 -&gt; ../ctn91xx_filter0_0<br>lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_1 -&gt; ../ctn91xx_filter0_1<br>
lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_2 -&gt; ../ctn91xx_filter0_2<br>lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_3 -&gt; ../ctn91xx_filter0_3<br>lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_4 -&gt; ../ctn91xx_filter0_4<br>
lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_5 -&gt; ../ctn91xx_filter0_5<br>lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_0 -&gt; ../ctn91xx_mpeg0_0<br>lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_1 -&gt; ../ctn91xx_mpeg0_1<br>
lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_2 -&gt; ../ctn91xx_mpeg0_2<br>lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_3 -&gt; ../ctn91xx_mpeg0_3<br>lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_4 -&gt; ../ctn91xx_mpeg0_4<br>
lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_5 -&gt; ../ctn91xx_mpeg0_5<br>[root@desktop ceton]# ll ../ctn*<br>crw-rw-rw- 1 root root 231,  0 Jan  8 03:26 ../ctn91xx_ctl0<br>crw-rw-rw- 1 root root 231,  7 Jan  8 03:26 ../ctn91xx_filter0_0<br>
crw-rw-rw- 1 root root 231,  8 Jan  8 03:26 ../ctn91xx_filter0_1<br>crw-rw-rw- 1 root root 231,  9 Jan  8 03:26 ../ctn91xx_filter0_2<br>crw-rw-rw- 1 root root 231, 10 Jan  8 03:26 ../ctn91xx_filter0_3<br>crw-rw-rw- 1 root root 231, 11 Jan  8 03:26 ../ctn91xx_filter0_4<br>
crw-rw-rw- 1 root root 231, 12 Jan  8 03:26 ../ctn91xx_filter0_5<br>crw-rw-rw- 1 root root 231,  1 Jan  8 03:26 ../ctn91xx_mpeg0_0<br>crw-rw-rw- 1 root root 231,  2 Jan  8 03:26 ../ctn91xx_mpeg0_1<br>crw-rw-rw- 1 root root 231,  3 Jan  8 03:26 ../ctn91xx_mpeg0_2<br>
crw-rw-rw- 1 root root 231,  4 Jan  8 03:26 ../ctn91xx_mpeg0_3<br>crw-rw-rw- 1 root root 231,  5 Jan  8 03:26 ../ctn91xx_mpeg0_4<br>crw-rw-rw- 1 root root 231,  6 Jan  8 03:26 ../ctn91xx_mpeg0_5<br><br><br><br><div class="gmail_quote">
On Wed, Jan 16, 2013 at 5:40 PM, David Engel <span dir="ltr">&lt;<a href="mailto:david@istwok.net" target="_blank">david@istwok.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Jan 16, 2013 at 05:13:04PM -0500, Ronald Frazier wrote:<br>
&gt; On Wed, Jan 16, 2013 at 4:57 PM, brendan kearney &lt;<a href="mailto:bpk678@gmail.com">bpk678@gmail.com</a>&gt; wrote:<br>
&gt; &gt; i tried symlinking /dev/ceton/blah to the files in /dev, and started the<br>
&gt; &gt; backend.  still no go.  logs are still indicating an issue with the IP (see<br>
&gt; &gt; below).<br>
&gt;<br>
&gt; You didn&#39;t respond to one of my earlier posts. Have you tried<br>
&gt; restarting mythbackend manually after you&#39;ve already booted up and<br>
&gt; confirmed that you can reach the ceton web interface using your<br>
&gt; browser? Just want to make sure you aren&#39;t doing a reboot each time,<br>
&gt; because it could be possible that myth is starting up and initializing<br>
&gt; before the ceton is ready.<br>
<br>
</div>Also, check the permissions on the entries in /dev/ceton.  mythbackend<br>
needs to have read/write access to them.  Unless you run mythbackend<br>
as root, which isn&#39;t recommended, you probably need to have udev rules<br>
change the permissions from root:roo/600 to something else.  For<br>
example, I use root:video/660 and run mythbackend as user mythtv which<br>
is part of the video group.<br>
<span class="HOEnZb"><font color="#888888"><br>
David<br>
--<br>
David Engel<br>
<a href="mailto:david@istwok.net">david@istwok.net</a><br>
</font></span><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>