Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2010 18:27:14 +0100
From:      Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: MythTV 0.23.1 and PVR-500
Message-ID:  <20101229182714.e748f5fd.torfinn.ingolfsen@broadpark.no>
In-Reply-To: <6f6f7613876ccf17faee8b769c22c622@bluelife.at>
References:  <20101209140056.4c1d98c0.torfinn.ingolfsen@broadpark.no> <30b41900556a2d54a8dd02d41fc6a1ec@bluelife.at> <4527be32dde950f11e72018cb92bcb30@bluelife.at> <20101211001804.28803f87.torfinn.ingolfsen@broadpark.no> <6f6f7613876ccf17faee8b769c22c622@bluelife.at>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 15 Dec 2010 21:14:15 +0100
Bernhard Froehlich <decke@bluelife.at> wrote:

> 
>  I've googled a bit about it and the output looks like a 
>  misconfiguration. Can you try that all with a new mythtv database setup? 
>  It were probably a bit too much changes at once for mythtv.

Ok, testing this now. First a backup of the database:
mysqldump -u mythtv -p --databases mythconverg > /storage/mythtv-0.23/video/mythconverg-20101229.sql

Then I drop the current mythconverg database:
tingo@kg-fil$ mysql -u root -p mysql
Enter password: 
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.0.90 FreeBSD port: mysql-server-5.0.90_2

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> drop database mythconverg;
Query OK, 60 rows affected (0.01 sec)

mysql> exit;
Bye

and install a new (blank) database:
mysql -uroot -p < /usr/local/share/mythtv/database/mc.sql

Verify that I can connect to the new database:
tingo@kg-fil$ mysql -u mythtv -p mythconverg;
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 7
Server version: 5.0.90 FreeBSD port: mysql-server-5.0.90_2

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> exit;
Bye
tingo@kg-fil$ 

And so I start mythtv-setup.
Unfortunately, when I get to the "input connections" screen, it stays blank.
And in the shell that I started mythtv-setup from, I can see messages like this:
Could not query inputs.
eno: Inappropriate ioctl for device (25)

And I'm stuck again.
HTH
-- 
Regards,
Torfinn Ingolfsen




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101229182714.e748f5fd.torfinn.ingolfsen>