Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

latest svn: how to disable "Select default backend server"

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


derliebegott at gmail

Sep 18, 2007, 1:10 PM

Post #1 of 8 (972 views)
Permalink
latest svn: how to disable "Select default backend server"

Hi,

I compiled today mythtv from SVN and everything is working great.

But ... when I run mythfrontend, a window opens before mythfrontend,
which asks me to select default backend server.

The problem is that lirc does not work for me in this window, so I am
not able to turn it off and I cannot come to mythfrontend at all. I
have no keyboard on my mythbox and I do not want to choose "default
backend server" every time.

Any ideas how to solve this?

Thanks.

M.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


david at thegeorges

Sep 18, 2007, 1:20 PM

Post #2 of 8 (972 views)
Permalink
Re: latest svn: how to disable "Select default backend server" [In reply to]

On 09/18/2007 04:10 PM, Ma Begaj wrote:
> Hi,
>
> I compiled today mythtv from SVN and everything is working great.
>
> But ... when I run mythfrontend, a window opens before mythfrontend,
> which asks me to select default backend server.
>
> The problem is that lirc does not work for me in this window, so I am
> not able to turn it off and I cannot come to mythfrontend at all. I
> have no keyboard on my mythbox and I do not want to choose "default
> backend server" every time.
>
> Any ideas how to solve this?
>
>
If you go into mythtv-setup on your backend then General you can set the
PIN code to 0000 to allow all frontends to connect without a PIN. I was
able to get rid of the message on the frontend by doing this.

--
David


_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


ben at inspiredtechs

Sep 18, 2007, 1:24 PM

Post #3 of 8 (961 views)
Permalink
Re: latest svn: how to disable "Select default backend server" [In reply to]

On 9/18/07, Ma Begaj <derliebegott [at] gmail> wrote:
> Hi,
>
> I compiled today mythtv from SVN and everything is working great.
>
> But ... when I run mythfrontend, a window opens before mythfrontend,
> which asks me to select default backend server.
>
> The problem is that lirc does not work for me in this window, so I am
> not able to turn it off and I cannot come to mythfrontend at all. I
> have no keyboard on my mythbox and I do not want to choose "default
> backend server" every time.
>
> Any ideas how to solve this?
>
> Thanks.
>
> M.

Quote from Nigel Pearson:

"For now, you could roll back main.cpp. e.g.:
svn update -r14491 programs/mythfrontend/main.cpp"

From this tread on the devel list:
http://www.gossamer-threads.com/lists/mythtv/dev/290361#290361

HTH
Ben
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


vitaminjoe at gmail

Sep 18, 2007, 3:06 PM

Post #4 of 8 (954 views)
Permalink
Re: latest svn: how to disable "Select default backend server" [In reply to]

On 9/18/07, Ma Begaj <derliebegott [at] gmail> wrote:
> The problem is that lirc does not work for me in this window, so I am
> not able to turn it off and I cannot come to mythfrontend at all. I
> have no keyboard on my mythbox and I do not want to choose "default
> backend server" every time.
>
> Any ideas how to solve this?

It's also possible that your firewall is blocking the multicast
packets. If you allow access using iptables, it should work for you.
Something like this might help:

iptables -I INPUT -p udp -d 239.255.255.250 -s <IPADDR OF MYTHBOX>
--dport 1900 -j ACCEPT

--
Joe Ripley
vitaminjoe [at] gmail
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


derliebegott at gmail

Sep 18, 2007, 10:44 PM

Post #5 of 8 (952 views)
Permalink
Re: latest svn: how to disable "Select default backend server" [In reply to]

> If you go into mythtv-setup on your backend then General you can set the
> PIN code to 0000 to allow all frontends to connect without a PIN. I was
> able to get rid of the message on the frontend by doing this.
I am not talking about PIN ... PIN is already disabled in the setup.


>
> "For now, you could roll back main.cpp. e.g.:
> svn update -r14491 programs/mythfrontend/main.cpp"
>
> From this tread on the devel list:
> http://www.gossamer-threads.com/lists/mythtv/dev/290361#290361

Thanks Ben, I thought that might be the only solution. You saved me a
lot of time.


But how do others use it? Or anyone with latest SVN have keyboard?
I would not mind this window if I could click on OK with my remote.


> It's also possible that your firewall is blocking the multicast
> packets. If you allow access using iptables, it should work for you.
> Something like this might help:
>
> iptables -I INPUT -p udp -d 239.255.255.250 -s <IPADDR OF MYTHBOX>
> --dport 1900 -j ACCEPT

No firewall or anything else. Backend = frontend, they are both
running on the same box.

M.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mythtv2008 at bdam

Sep 19, 2007, 4:05 AM

Post #6 of 8 (953 views)
Permalink
Re: latest svn: how to disable "Select default backend server" [In reply to]

On 9/19/07, Ma Begaj <derliebegott [at] gmail> wrote:

> But how do others use it? Or anyone with latest SVN have keyboard?
> I would not mind this window if I could click on OK with my remote.

I switched back to an older revision, my remote frontend just didn't
want to see the backend. It looks like the wireless rt2500 installed
on my backend doesn't really support multicast (I don't see the
backend-ip on ping 224.0.0.1.

By the way, David committed a patch yesterday to temporally bypass the
autodiscovery functionality by using mythfrontend -d

Adam
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


roo.watt at gmail

Sep 19, 2007, 4:09 AM

Post #7 of 8 (953 views)
Permalink
Re: latest svn: how to disable "Select default backend server" [In reply to]

On 19/09/2007, Ma Begaj <derliebegott [at] gmail> wrote:
> > If you go into mythtv-setup on your backend then General you can set the
> > PIN code to 0000 to allow all frontends to connect without a PIN. I was
> > able to get rid of the message on the frontend by doing this.
> I am not talking about PIN ... PIN is already disabled in the setup.
>
>
> >
> > "For now, you could roll back main.cpp. e.g.:
> > svn update -r14491 programs/mythfrontend/main.cpp"

See http://svn.mythtv.org/trac/changeset/14507. This adds the ability
to disable autodiscovery, should be what you are looking for.

HTH,

Roo.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


derliebegott at gmail

Sep 19, 2007, 5:50 AM

Post #8 of 8 (951 views)
Permalink
Re: latest svn: how to disable "Select default backend server" [In reply to]

> > > "For now, you could roll back main.cpp. e.g.:
> > > svn update -r14491 programs/mythfrontend/main.cpp"
>
> See http://svn.mythtv.org/trac/changeset/14507. This adds the ability
> to disable autodiscovery, should be what you are looking for.

I found this a few hours ago. great.

>> But how do others use it? Or anyone with latest SVN have keyboard?
>> I would not mind this window if I could click on OK with my remote.

> I switched back to an older revision, my remote frontend just didn't
> want to see the backend. It looks like the wireless rt2500 installed
> on my backend doesn't really support multicast (I don't see the
> backend-ip on ping 224.0.0.1.

Mythfrontend shows my backend but I am not able to select it, because
lirc does not work in this window.


> By the way, David committed a patch yesterday to temporally bypass the
> autodiscovery functionality by using mythfrontend -d

I saw it a few hours ago. Nice :)

M.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.