[mythtv-users] Ceton card not being found

Ronald Frazier ron at ronfrazier.net
Thu Jan 17 03:11:46 UTC 2013


On Wed, Jan 16, 2013 at 8:29 PM, brendan kearney <bpk678 at gmail.com> wrote:
> 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.
>
> this what i did to setup the /dev/ceton/blah files...
>
> [root at desktop dev]# cd /dev
> [root at desktop dev]# mkdir ceton
> [root at desktop dev]# cd ceton
> [root at desktop ceton]# for dev in `ls ../ctn*`
>> do
>> ln -s $dev .
>> done
> [root at desktop ceton]# ll
> total 0
> lrwxrwxrwx 1 root root 15 Jan 16 20:24 ctn91xx_ctl0 -> ../ctn91xx_ctl0
> lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_0 ->
> ../ctn91xx_filter0_0
> lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_1 ->
> ../ctn91xx_filter0_1
> lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_2 ->
> ../ctn91xx_filter0_2
> lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_3 ->
> ../ctn91xx_filter0_3
> lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_4 ->
> ../ctn91xx_filter0_4
> lrwxrwxrwx 1 root root 20 Jan 16 20:24 ctn91xx_filter0_5 ->
> ../ctn91xx_filter0_5
> lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_0 -> ../ctn91xx_mpeg0_0
> lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_1 -> ../ctn91xx_mpeg0_1
> lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_2 -> ../ctn91xx_mpeg0_2
> lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_3 -> ../ctn91xx_mpeg0_3
> lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_4 -> ../ctn91xx_mpeg0_4
> lrwxrwxrwx 1 root root 18 Jan 16 20:24 ctn91xx_mpeg0_5 -> ../ctn91xx_mpeg0_5
> [root at desktop ceton]# ll ../ctn*
> crw-rw-rw- 1 root root 231,  0 Jan  8 03:26 ../ctn91xx_ctl0
> crw-rw-rw- 1 root root 231,  7 Jan  8 03:26 ../ctn91xx_filter0_0
> crw-rw-rw- 1 root root 231,  8 Jan  8 03:26 ../ctn91xx_filter0_1
> crw-rw-rw- 1 root root 231,  9 Jan  8 03:26 ../ctn91xx_filter0_2
> crw-rw-rw- 1 root root 231, 10 Jan  8 03:26 ../ctn91xx_filter0_3
> crw-rw-rw- 1 root root 231, 11 Jan  8 03:26 ../ctn91xx_filter0_4
> crw-rw-rw- 1 root root 231, 12 Jan  8 03:26 ../ctn91xx_filter0_5
> crw-rw-rw- 1 root root 231,  1 Jan  8 03:26 ../ctn91xx_mpeg0_0
> crw-rw-rw- 1 root root 231,  2 Jan  8 03:26 ../ctn91xx_mpeg0_1
> crw-rw-rw- 1 root root 231,  3 Jan  8 03:26 ../ctn91xx_mpeg0_2
> crw-rw-rw- 1 root root 231,  4 Jan  8 03:26 ../ctn91xx_mpeg0_3
> crw-rw-rw- 1 root root 231,  5 Jan  8 03:26 ../ctn91xx_mpeg0_4
> crw-rw-rw- 1 root root 231,  6 Jan  8 03:26 ../ctn91xx_mpeg0_5
>


That looks fine, but again, you were correct earlier when you said the
problem is with connecting to the web interface.

My current suspicion is that something is odd in your network
configuration, but that's only a guess. Are you by any chance running
a firewall or a proxy service?

What OS/version are you running?
What version of myth?
What version of Qt?
What version of the Ceton driver?
What version of the Ceton firmware?


I want you to try a very simple test. Try using the nc or netcat program:
nc 192.168.200.1 80

When you start it you will get a blank prompt. Send the following:

GET /get_var.json?i=0&s=diag&v=Host_IP_Address

and press enter. You should get back the following response:

1c
{ "result": "192.168.200.1" }
0




-- 
Ron Frazier


More information about the mythtv-users mailing list