[mythtv-users] can't add Capture Card in setup

rat szczur at malinablue.punkt.pl
Sun Nov 13 09:40:07 EST 2005


Dnia 11-11-2005, pią o godzinie 22:47 +0100, rat napisał(a):
> 	Hi
> 
> After select my card DVB-S STV0299 (SkyStar2) and hit Finish, I got
> again "New caoture card" and noting else.
> 
> In terminal log is:
> #
> 2005-11-11 22:34:52.443
> DB Error (simpledbstorage update):
> Query was:
> #
> 
> 	Can We help me?
> 
> I have gentoo with mysql-4.1.14 and mythtv-0.18.1-r1.

Mike reply me:
And no query? 

but I don't get this message :( anyway I response: no query.

In attach I send output from mysql table capturecard and output from
terminal after run mythtv-setup.

> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
-------------- next part --------------
# mysql -u root -p  mythconverg
Enter password:

mysql> select * from capturecard ;
+--------+-------------+-------------+-----------+----------+--------------+----------------+------------+--------------+--------------+--------------+-----------------------+------------------+------------------+-------------+---------------+
| cardid | videodevice | audiodevice | vbidevice | cardtype | defaultinput |audioratelimit | hostname   | dvb_swfilter | dvb_recordts | dvb_sat_type |dvb_wait_for_seqstart | dvb_dmx_buf_size | dvb_pkt_buf_size | skipbtaudio |dvb_on_demand |
+--------+-------------+-------------+-----------+----------+--------------+----------------+------------+--------------+--------------+--------------+-----------------------+------------------+------------------+-------------+---------------+
|      1 | 0           |             |           | DVB      | DVBInput     | NULL | malinablue |            0 |         0 |            0 |1 |             8192 |             8192 |           0 |             0 |
|      2 | NULL        | /dev/dsp    | NULL      | V4L      | Television   |0 | malinablue |            0 |         0 |            0 |1 |             8192 |             8192 |           0 |             0 |
|      3 | 0           |             |           | DVB      | DVBInput     |NULL | malinablue |            0 |         0 |            0 |1 |             8192 |             8192 |           0 |             0 |
|      4 | 0           |             |           | DVB      | DVBInput     |NULL | malinablue |            0 |         0 |            0 |1 |             8192 |             8192 |           0 |             0 |
|      5 | 0           |             |           | DVB      | DVBInput     |NULL | malinablue |            0 |         0 |            0 |1 |             8192 |             8192 |           0 |             0 |
+--------+-------------+-------------+-----------+----------+--------------+----------------+------------+--------------+--------------+--------------+-----------------------+------------------+------------------+-------------+---------------+
5 rows in set (0.01 sec)
-------------- next part --------------
2005-11-13 15:36:37.948 New DB connection, total: 1
Total desktop width=1152, height=864, numscreens=1
2005-11-13 15:36:37.966 Using screen 0, 1152x864 at 0,0
2005-11-13 15:36:37.970 Setting Lock for Database Schema upgrade. If you see
a long pause here it means the Schema is already locked and is being
upgraded by another Myth process.
2005-11-13 15:36:37.983 New DB connection, total: 2
2005-11-13 15:36:37.984 Told to create a NEW database schema, but the
database
already has 16 tables.
If you are sure this is a good mythtv database, verify
that the settings table has the DBSchemaVer variable.

2005-11-13 15:36:37.988 Database Schema upgrade FAILED, unlocking.
2005-11-13 15:36:38.162 Switching to square mode (blue)
DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'UP', 'Up Arrow', 'Up', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'DOWN', 'Down Arrow', 'Down', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'LEFT', 'Left Arrow', 'Left', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'RIGHT', 'Right Arrow', 'Right', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'SELECT', 'Select', 'Return,Enter,Space', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'ESCAPE', 'Escape', 'Esc', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'MENU', 'Pop-up menu', 'M', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'INFO', 'More information', 'I', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'PAGEUP', 'Page Up', 'PgUp', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'PAGEDOWN', 'Page Down', 'PgDown', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'PREVVIEW', 'Previous View', 'Home', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'NEXTVIEW', 'Next View', 'End', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', 'HELP', 'Help', 'F1', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '0', '0', '0', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Qumythtv: could not connect to socket
mythtv: Połączenie odrzucone
lirc_init failed for mythtv, see preceding messages
ery was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '1', '1', '1', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '2', '2', '2', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '3', '3', '3', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '4', '4', '4', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '5', '5', '5', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '6', '6', '6', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '7', '7', '7', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '8', '8', '8', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'Global', '9', '9', '9', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'Language' AND hostname = 'malinablue' ;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

DB Error (Save new setting):
Query was:
INSERT settings ( value, data, hostname ) VALUES ( 'Language', 'EN',
'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

DB Error (Clear setting):
Query was:
DELETE FROM settings WHERE value = 'Language' AND hostname = 'malinablue' ;
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

DB Error (Save new setting):
Query was:
INSERT settings ( value, data, hostname ) VALUES ( 'Language', 'EN',
'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.settings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'qt', 'DELETE', 'Delete', 'D', 'malinablue' );
Driver error was [2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (Insert Keybinding):
Query was:
INSERT INTO keybindings (context, action, description, keylist, hostname)
VALUES ( 'qt', 'EDIT', 'Edit', 'E', 'malinablue' );Driver error was
[2/1146]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.keybindings' doesn't exist

DB Error (simpledbstorage update):
Query was:
2005-11-13 15:36:57.586
2005-11-13 15:36:57.661
2005-11-13 15:36:57.698
If this is the master backend server:
Now, please run 'mythfilldatabase' to populate the database
with channel information.


More information about the mythtv-users mailing list