spangledog
November 5th, 2009, 09:09 PM
Just figured this one out after installing a new generic parallel port type LCD setup on Mythbuntu 9.10
After installing LCDproc and getting the LCD to display the server info, upon launching mythfrontend, the mythtv screeens were not changing, just showing the time. LCDproc was indicating a client connecting and screens available, just not responding to the mythmenu.
Checking the mythfrontend log indicates several tries to connect to the mythlcd server
2009-10-18 21:57:50.610 Connecting to lcd server: localhost:6545 (try 1 of 10)
this keeps trying up to 10 then gives out. Seems it does not like the name localhost, needs to see the actual name of the box.
Solution is to ADD a record to the settings table in mythconverg thus...
insert into settings (value, data, hostname) values ('LCDHostServer', '127.0.0.1', 'NAME_OF_SERVER');
substituting the name of your mythbox in NAME_OF SERVER
After a reboot - all good!!:D
After installing LCDproc and getting the LCD to display the server info, upon launching mythfrontend, the mythtv screeens were not changing, just showing the time. LCDproc was indicating a client connecting and screens available, just not responding to the mythmenu.
Checking the mythfrontend log indicates several tries to connect to the mythlcd server
2009-10-18 21:57:50.610 Connecting to lcd server: localhost:6545 (try 1 of 10)
this keeps trying up to 10 then gives out. Seems it does not like the name localhost, needs to see the actual name of the box.
Solution is to ADD a record to the settings table in mythconverg thus...
insert into settings (value, data, hostname) values ('LCDHostServer', '127.0.0.1', 'NAME_OF_SERVER');
substituting the name of your mythbox in NAME_OF SERVER
After a reboot - all good!!:D