[clug] mythtv-0.20, TinyUSB2 (Beetle) (firmware vp7045), SuSE 10.2, DiSEqCDevTree issue

Tony Breeds tony at bakeyournoodle.com
Tue Aug 7 04:09:36 GMT 2007


On Mon, Aug 06, 2007 at 08:44:40PM -0700, on tour wrote:
> 
> Oh! I've had enough of this challenge.
> I've had mythtv-0.18 work with the beetle and SuSE
> 10.1
> Now trying to do with mythtv-0.20
> 
> I know the beetle works (used dvbscan; tzap and
> mplayer combination)
> 
> It seems my USB receiver has to have DiSEqCDevTree
> (satellite related) parameter set.  
> 
> Tried LNL (the simplest) without success (on advice
> from a post somewhere).
> 
> HISTORY
> Successfully compiled and installed mythtv-0.20 using
> following optons
> 
> linux-5zdy:/usr/local # ./configure --enable-dvb
> --dvb-path=/usr/include  --enable-proc-opt 
> --disable-lirc   --disable-joystick-menu
> 
> mySQL is working and being updated when running
> “mythtv-setup”
> 
> Inside mythtv-setup
> In Main:
> 	2 Capture Card: Card type:
> 		DVB DTV Capture Card (v3.0)
> 		Twinhan VP7045/446 USB DVB-T Subtype: DVB-T
> 	4 Input Connections:
> 		Scan Type: Failed to open card
> 
> Can't scan frequencies
> 
> Following is the snip from the Konsole:
> --- snip start ---
> linux-5zdy:/home/gorcon # mythtv-setup
> 2007-08-07 13:12:11.457 Using runtime prefix =
> /usr/local
> 2007-08-07 13:12:11.494 DPMS is active.
> 2007-08-07 13:12:11.506 New DB connection, total: 1
> 2007-08-07 13:12:11.511 Connected to database
> 'mythconverg' at host: localhost
> 2007-08-07 13:12:11.512 Total desktop dim: 1440x900,
> with 1 screen[s].
> 2007-08-07 13:12:11.513 Using screen 0, 1440x900 at
> 0,0
> 2007-08-07 13:12:11.524 Current Schema Version: 1158
> 2007-08-07 13:12:11.534 Total desktop dim: 1440x900,
> with 1 screen[s].
> 2007-08-07 13:12:11.535 Using screen 0, 1440x900 at
> 0,0
> 2007-08-07 13:12:11.536 Switching to square mode
> (G.A.N.T.)
> 2007-08-07 13:12:11.546 Using the Qt painter
> 2007-08-07 13:12:12.084 Loading from:
> /usr/local/share/mythtv/themes/G.A.N.T./base.xml
> 2007-08-07 13:12:12.112 Loading from:
> /usr/local/share/mythtv/themes/default/base.xml
> 2007-08-07 13:12:37.988 New DB connection, total: 2
> 2007-08-07 13:12:37.989 Connected to database
> 'mythconverg' at host: localhost
> 2007-08-07 13:12:37.989 DiSEqCDevTree, Warning: No
> device tree for cardid 1
> 2007-08-07 13:12:37.991 New DB connection, total: 3
> 2007-08-07 13:12:37.991 Connected to database
> 'mythconverg' at host: localhost
> 2007-08-07 13:12:37.994 New DB connection, total: 4
> 2007-08-07 13:12:37.994 Connected to database
> 'mythconverg' at host: localhost
> 2007-08-07 13:12:37.995 New DB connection, total: 5
> 2007-08-07 13:12:37.995 Connected to database
> 'mythconverg' at host: localhost
> 2007-08-07 13:14:41.505 DiSEqCDevTree, Warning: No
> device tree for cardid 1
> 2007-08-07 13:14:41.514 DiSEqCDevTree, Warning: No
> device tree for cardid 1
> linux-5zdy:/home/gorcon #         
> --- snip end ---
> 
> 2007-08-07 13:12:37.989	relates to 2 Capture Card:
> Card type:
> 2007-08-07 13:14:41.505	relates to 4 Input
> Connections:
> 
> Done a bit of googling but nothing useful!!

Your frontend is probably trying to conenct with the wrong password.

Do something like:
find / -name mysql.txt -print

I'm guessing /usr/local/etc/mythtv ?

then make sure that the mysql password for the mythtv user matches what
it's trying to connect with.

Of course you shoudl make sure that you can connect to the database as
root.  something like:

# mysql -u root -p mysql
mysql> show databases;
mysql> connect mythconverg;
mysql> quit;
# 

Yours Tony

  linux.conf.au        http://linux.conf.au/ || http://lca2008.linux.org.au/
  Jan 28 - Feb 02 2008 The Australian Linux Technical Conference!



More information about the linux mailing list