On 18/08/05, jonny Linux <[EMAIL PROTECTED]> wrote: > > > 2005-08-17 19:27:49.268 New DB connection, total: 1 > > > Total desktop width=1024, height=768, numscreens=1 > > > 2005-08-17 19:27:49.275 Using screen 0, 1024x768 at 0,0 > > > 2005-08-17 19:27:49.291 Switching to square mode (Myxer) > > > mythtv: could not connect to socket > > > mythtv: Connection refused > > > lirc_init failed for mythtv, see preceding messages > > > 2005-08-17 19:27:49.723 Joystick disabled. > > > 2005-08-17 19:28:11.137 New DB connection, total: 2 > > > 2005-08-17 19:28:11.141 New DB connection, total: 3 > > > 2005-08-17 19:28:17.361 DVB#0 DVB SI Table Parser Started > > > 2005-08-17 19:28:17.362 DVB#0 Using DVB card 0, with frontend DST DVB-T. > > > 2005-08-17 19:28:17.362 DVB#0 DVB Signal Monitor Starting > > > QMYSQLResult::data: column 1 out of range > > > > > > Does that help diagnose the problem? Any ideas how I can fix it? > > > > > Nope, that is an error with the lirc IR remote software. It tries to > > connect to it. Perhaps this should be more visible than just a > > "connectino refused" error. My $0.02 > > > > Jonathan > > Yes, you're probably right about the "conenction refused" bit - I'm > running a new kernel and I've not got round to recompiling lirc for it > yet, but the MySQL error is shown on the last line of that output: > QMYSQLResult::data: column 1 out of range > > I think the patch modified the database structure, but the setup > program is still expecting the old database structure. >
You'll need to debug it to find where the actual statement is. Either gdb or printfs (both work). I'd concentrate around areas which try to look up "radioservice" on the cardinput table. It's a while since I looked at the code or that patch. TBH I'd just wait until Martin gets his patch working. -- John _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
