[mythtv-users] basic mythvideo question

2005-10-30 Thread Paul McKellar
So i have everything working.  But i'm confused as to the intent of
mythvideo.  Is it meant to stream files to multiple FEs or just play
whatever you have locally.

http://www.mythtv.org/docs/mythtv-HOWTO-18.html

is the official documentation and doesn't really have any good
statement of intent.

I wanted to have my file server on my backend.  are people using NFS
or Samba mounted to allow you to read other files?  I like hte idea of
the smallest frontend possible.

Paul
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] frontend connects to localhost not what mysql specifies

2005-10-29 Thread Paul McKellar
In short, my remote frontend connect to mysql but do not use the ip
information contained.

---

i have two frontends and they both do the same thing.  i can't watch
tv or watch recorded videos because it asks if the ip is correct in
the setup program.  I set the ip in the setup program to 192.168.1.4
and looked in mythconverg.settings and found as such.

mysql select * from settings where data = 192.168.1.4;
+-+-+--+
| value   | data| hostname |
+-+-+--+
| MasterServerIP  | 192.168.1.4 | tvbox|
| BackendServerIP | 192.168.1.4 | tvbox|
+-+-+--+
2 rows in set (0.03 sec)

the ip is actually 1.4  as shown here:

[EMAIL PROTECTED]:~# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:50:8D:34:0C:25
  inet addr:192.168.1.4  Bcast:255.255.255.255  Mask:255.255.255.0

the frontends are mac and knoppmyth on x86.  the mac prints out this. 
knoppmyth shows the error but i haven't run it front a terminal to
find what error it shows.

2005-10-29 15:31:26.434 Connecting to backend server: localhost:6543
(try 1 of 5)
Connection timed out.

Both frontends are obviously connecting to the backend to get mysql
information including programing guide info.  There is a third
frontend running on the backend which works perfectly.  And it shows
itself connecting to the right ip.  or 192.168.1.4  in the consol when
run.  Why would the local frontend get a different ip that the remote
frontend.  I've rebooted all machines involved and deleted ~/.mythtv/
on the remote frontends but not the local frontends because they work
: )

thanks for any help.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] frontend connects to localhost not what mysql specifies

2005-10-29 Thread Paul McKellar
yes, they can connect to the mysql database.  the laptop has
192.168.1.6   the knoppmyth frontend is not on right now.  Both were
able to get the program guide from teh mysql database so i would
assume hte network is not at fault.

i've done the networking things for mysql.  i can connect to mysql
from the laptop using
./mysql -u mythtv -p mythconverg -h 192.168.1.4

and see the remote database.  the frontend also appears to connect
because it doesn't give me any errors.  is it when it tried to connect
to the mythbackend daemon that it appears to fail. The ip which it is
using is localhost istead of what is in mysql.

Paul

On 10/29/05, Nick [EMAIL PROTECTED] wrote:
 On 29/10/05, Paul McKellar [EMAIL PROTECTED] wrote:
  In short, my remote frontend connect to mysql but do not use the ip
  information contained.
 
  ---
 
  i have two frontends and they both do the same thing.  i can't watch
  tv or watch recorded videos because it asks if the ip is correct in
  the setup program.  I set the ip in the setup program to 192.168.1.4
  and looked in mythconverg.settings and found as such.
 
  mysql select * from settings where data = 192.168.1.4;
  +-+-+--+
  | value   | data| hostname |
  +-+-+--+
  | MasterServerIP  | 192.168.1.4 | tvbox|
  | BackendServerIP | 192.168.1.4 | tvbox|
  +-+-+--+
  2 rows in set (0.03 sec)
 
  the ip is actually 1.4  as shown here:
 
  [EMAIL PROTECTED]:~# ifconfig
  eth0  Link encap:Ethernet  HWaddr 00:50:8D:34:0C:25
inet addr:192.168.1.4  Bcast:255.255.255.255  Mask:255.255.255.0
 
  the frontends are mac and knoppmyth on x86.  the mac prints out this.
  knoppmyth shows the error but i haven't run it front a terminal to
  find what error it shows.
 
  2005-10-29 15:31:26.434 Connecting to backend server: localhost:6543
  (try 1 of 5)
  Connection timed out.
 
  Both frontends are obviously connecting to the backend to get mysql
  information including programing guide info.  There is a third
  frontend running on the backend which works perfectly.  And it shows
  itself connecting to the right ip.  or 192.168.1.4  in the consol when
  run.  Why would the local frontend get a different ip that the remote
  frontend.  I've rebooted all machines involved and deleted ~/.mythtv/
  on the remote frontends but not the local frontends because they work
  : )

 Can you clarify whether each machine has a different IP address and
 that each has access to the mythconverg database (which I understand
 is on the master backend machine). Each machine will obviously need a
 different IP address and access to the database from that address.

 Nick
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] frontend connects to localhost not what mysql specifies

2005-10-29 Thread Paul McKellar
there are bunch of people posting about this here

http://mysettopbox.tv/phpBB2/viewtopic.php?t=6618highlight=samba+boot

everyone is getting it confused with newbies asking why they can't
connect to backend because mysql is not setup for networking or
non-local ips.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] frontend connects to localhost not what mysql specifies

2005-10-29 Thread Paul McKellar
that forum has a solution on page 5 that fixed it for me.  null has to
be written in to a hostname for some reason.  i don't get it but who
cares i can stream!

s happy. so happy.

On 10/29/05, Paul McKellar [EMAIL PROTECTED] wrote:
 there are bunch of people posting about this here

 http://mysettopbox.tv/phpBB2/viewtopic.php?t=6618highlight=samba+boot

 everyone is getting it confused with newbies asking why they can't
 connect to backend because mysql is not setup for networking or
 non-local ips.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Fwd: [mythtv-users] mac osx frontend and mysql

2005-10-28 Thread Paul McKellar
the only one that existed was my ~/.mythtv/mysql.txt and it was right,
which is why it can now connect to mysql.  but not the back end.  it
still tries to connect to backend on localhost.  i tried deleting hte
mysql.txt file and that works at getting me back to a point where i
can resetup the mysql server info, but that doesn't help with the
backend ip.  it is like the frontend isn't respecting the data in
mysql. although it does change my theme to the master settings.

thanks for your time
Paul

On 10/28/05, Todd Houle [EMAIL PROTECTED] wrote:
 As Roald said, the mac will remember the ip address, even if you chaned the
 backend.  His message below referes to the Mac in this case.  The Mac
 cache's the backend's IP address and MySQL server in a folder called
 (dot)mythtv in your home.  I tend to just delete that whole directory and
 run mythfrontend on the mac again, but you could just as easily edit the
 file...
   Todd


 On Oct 28, 2005, at 7:29 AM, Roald wrote:



 Check if the contents of these files are correct. If the file is missing,
 you wont need to create it.

 ~/.mythtv/mysql.txt
 /root/.mythtv/mysql.txt
 /.mythtv/mysql.txt



 --
 Roald Martin Amundsen

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mac osx frontend and mysql

2005-10-28 Thread Paul McKellar
on my master server.

mysql select * from settings where data = localhost;
Empty set (0.04 sec)

mysql select * from settings where data = 192.168.1.4;
+-+-+--+
| value   | data| hostname |
+-+-+--+
| MasterServerIP  | 192.168.1.4 | tvbox|
| BackendServerIP | 192.168.1.4 | tvbox|
+-+-+--+
2 rows in set (0.00 sec)

mysql
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
thanks, that my.cnf thing rung a bell.  i only did that on the last
knoppmyth installation

i'm up to this step

2005-10-27 23:06:28.356 Registering MythDVD VCD Media Handler as a media handler
2005-10-27 23:07:15.612 Connecting to backend server: localhost:6543
(try 1 of 5)
Connection timed out.
You probably should modify the Master Server settings
in the setup program and set the proper IP address.
2005-10-27 23:07:18.443 Attempting to change from None to None

that is when i try and watch live tv.  the backend is running and i
can connect to the mysql database so the network is obviously up.  i
haven't had a chance to figure this step out yet.


On 10/27/05, Todd Houle [EMAIL PROTECTED] wrote:
 You need to give access on your backend Mysql database to your Mac
 (or any other frontend).  My internet connection is down right now so
 I can't look it up, but check out Tips-n-Tricks under Jarrod's web
 page.  It has something about mysql access.mysqladmin grant user
 mythtv *.% on mythconverg...   I forget, but run that command on your
 backend.
Todd


 On Oct 26, 2005, at 10:35 PM, Paul McKellar wrote:

  do i need to install mysql on my mac before i can use the frontend?  i
  get this message
 
  2005-10-26 22:29:39.934 Database not open while trying to save
  setting: Language
  2005-10-26 22:29:39.936 Unable to connect to database!
  2005-10-26 22:29:39.936 Driver error was [1/2003]:
  QMYSQL3: Unable to connect
  Database error was:
  Can't connect to MySQL server on '192.168.1.5' (61)
 
  2005-10-26 22:29:41.905 Unable to connect to database!
  2005-10-26 22:29:41.906 Driver error was [1/2003]:
  QMYSQL3: Unable to connect
  Database error was:
  Can't connect to MySQL server on '192.168.1.5' (61)
 
  2005-10-26 22:29:41.906 Failed to init MythContext, exiting.
 
  I can't find anything in the stuff about mythcontext either.  So is
  mysql compiled in?  I get teh same error no matter whoes build i use.
 
  Paul
  ___
  mythtv-users mailing list
  mythtv-users@mythtv.org
  http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 



 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
i'm going to assume this is an ip thing?  i don't know knoppmyth
otherwise it would be easy.  gentoo used to be my thing.

On 10/27/05, Paul McKellar [EMAIL PROTECTED] wrote:
 thanks, that my.cnf thing rung a bell.  i only did that on the last
 knoppmyth installation

 i'm up to this step

 2005-10-27 23:06:28.356 Registering MythDVD VCD Media Handler as a media 
 handler
 2005-10-27 23:07:15.612 Connecting to backend server: localhost:6543
 (try 1 of 5)
 Connection timed out.
 You probably should modify the Master Server settings
 in the setup program and set the proper IP address.
 2005-10-27 23:07:18.443 Attempting to change from None to None

 that is when i try and watch live tv.  the backend is running and i
 can connect to the mysql database so the network is obviously up.  i
 haven't had a chance to figure this step out yet.


 On 10/27/05, Todd Houle [EMAIL PROTECTED] wrote:
  You need to give access on your backend Mysql database to your Mac
  (or any other frontend).  My internet connection is down right now so
  I can't look it up, but check out Tips-n-Tricks under Jarrod's web
  page.  It has something about mysql access.mysqladmin grant user
  mythtv *.% on mythconverg...   I forget, but run that command on your
  backend.
 Todd
 
 
  On Oct 26, 2005, at 10:35 PM, Paul McKellar wrote:
 
   do i need to install mysql on my mac before i can use the frontend?  i
   get this message
  
   2005-10-26 22:29:39.934 Database not open while trying to save
   setting: Language
   2005-10-26 22:29:39.936 Unable to connect to database!
   2005-10-26 22:29:39.936 Driver error was [1/2003]:
   QMYSQL3: Unable to connect
   Database error was:
   Can't connect to MySQL server on '192.168.1.5' (61)
  
   2005-10-26 22:29:41.905 Unable to connect to database!
   2005-10-26 22:29:41.906 Driver error was [1/2003]:
   QMYSQL3: Unable to connect
   Database error was:
   Can't connect to MySQL server on '192.168.1.5' (61)
  
   2005-10-26 22:29:41.906 Failed to init MythContext, exiting.
  
   I can't find anything in the stuff about mythcontext either.  So is
   mysql compiled in?  I get teh same error no matter whoes build i use.
  
   Paul
   ___
   mythtv-users mailing list
   mythtv-users@mythtv.org
   http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
  
  
 
 
 
  ___
  mythtv-users mailing list
  mythtv-users@mythtv.org
  http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
it is still trying to connect to the backend on localhost.  not
192.168.1.4 as i wished

On 10/27/05, Paul McKellar [EMAIL PROTECTED] wrote:
 i'm going to assume this is an ip thing?  i don't know knoppmyth
 otherwise it would be easy.  gentoo used to be my thing.

 On 10/27/05, Paul McKellar [EMAIL PROTECTED] wrote:
  thanks, that my.cnf thing rung a bell.  i only did that on the last
  knoppmyth installation
 
  i'm up to this step
 
  2005-10-27 23:06:28.356 Registering MythDVD VCD Media Handler as a media 
  handler
  2005-10-27 23:07:15.612 Connecting to backend server: localhost:6543
  (try 1 of 5)
  Connection timed out.
  You probably should modify the Master Server settings
  in the setup program and set the proper IP address.
  2005-10-27 23:07:18.443 Attempting to change from None to None
 
  that is when i try and watch live tv.  the backend is running and i
  can connect to the mysql database so the network is obviously up.  i
  haven't had a chance to figure this step out yet.
 
 
  On 10/27/05, Todd Houle [EMAIL PROTECTED] wrote:
   You need to give access on your backend Mysql database to your Mac
   (or any other frontend).  My internet connection is down right now so
   I can't look it up, but check out Tips-n-Tricks under Jarrod's web
   page.  It has something about mysql access.mysqladmin grant user
   mythtv *.% on mythconverg...   I forget, but run that command on your
   backend.
  Todd
  
  
   On Oct 26, 2005, at 10:35 PM, Paul McKellar wrote:
  
do i need to install mysql on my mac before i can use the frontend?  i
get this message
   
2005-10-26 22:29:39.934 Database not open while trying to save
setting: Language
2005-10-26 22:29:39.936 Unable to connect to database!
2005-10-26 22:29:39.936 Driver error was [1/2003]:
QMYSQL3: Unable to connect
Database error was:
Can't connect to MySQL server on '192.168.1.5' (61)
   
2005-10-26 22:29:41.905 Unable to connect to database!
2005-10-26 22:29:41.906 Driver error was [1/2003]:
QMYSQL3: Unable to connect
Database error was:
Can't connect to MySQL server on '192.168.1.5' (61)
   
2005-10-26 22:29:41.906 Failed to init MythContext, exiting.
   
I can't find anything in the stuff about mythcontext either.  So is
mysql compiled in?  I get teh same error no matter whoes build i use.
   
Paul
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
   
   
  
  
  
   ___
   mythtv-users mailing list
   mythtv-users@mythtv.org
   http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
  
  
  
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
i just did mythtv-setup
, problem still exists.  maybe if i reboot magic will happen and some
settings will be flushed out.

Paul

On 10/28/05, Paul McKellar [EMAIL PROTECTED] wrote:
 it is still trying to connect to the backend on localhost.  not
 192.168.1.4 as i wished

 On 10/27/05, Paul McKellar [EMAIL PROTECTED] wrote:
  i'm going to assume this is an ip thing?  i don't know knoppmyth
  otherwise it would be easy.  gentoo used to be my thing.
 
  On 10/27/05, Paul McKellar [EMAIL PROTECTED] wrote:
   thanks, that my.cnf thing rung a bell.  i only did that on the last
   knoppmyth installation
  
   i'm up to this step
  
   2005-10-27 23:06:28.356 Registering MythDVD VCD Media Handler as a media 
   handler
   2005-10-27 23:07:15.612 Connecting to backend server: localhost:6543
   (try 1 of 5)
   Connection timed out.
   You probably should modify the Master Server settings
   in the setup program and set the proper IP address.
   2005-10-27 23:07:18.443 Attempting to change from None to None
  
   that is when i try and watch live tv.  the backend is running and i
   can connect to the mysql database so the network is obviously up.  i
   haven't had a chance to figure this step out yet.
  
  
   On 10/27/05, Todd Houle [EMAIL PROTECTED] wrote:
You need to give access on your backend Mysql database to your Mac
(or any other frontend).  My internet connection is down right now so
I can't look it up, but check out Tips-n-Tricks under Jarrod's web
page.  It has something about mysql access.mysqladmin grant user
mythtv *.% on mythconverg...   I forget, but run that command on your
backend.
   Todd
   
   
On Oct 26, 2005, at 10:35 PM, Paul McKellar wrote:
   
 do i need to install mysql on my mac before i can use the frontend?  i
 get this message

 2005-10-26 22:29:39.934 Database not open while trying to save
 setting: Language
 2005-10-26 22:29:39.936 Unable to connect to database!
 2005-10-26 22:29:39.936 Driver error was [1/2003]:
 QMYSQL3: Unable to connect
 Database error was:
 Can't connect to MySQL server on '192.168.1.5' (61)

 2005-10-26 22:29:41.905 Unable to connect to database!
 2005-10-26 22:29:41.906 Driver error was [1/2003]:
 QMYSQL3: Unable to connect
 Database error was:
 Can't connect to MySQL server on '192.168.1.5' (61)

 2005-10-26 22:29:41.906 Failed to init MythContext, exiting.

 I can't find anything in the stuff about mythcontext either.  So is
 mysql compiled in?  I get teh same error no matter whoes build i use.

 Paul
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


   
   
   
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
   
   
   
  
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
the right values are in mysql. but not used on the mac.

On 10/28/05, Paul McKellar [EMAIL PROTECTED] wrote:
 i just did mythtv-setup
 , problem still exists.  maybe if i reboot magic will happen and some
 settings will be flushed out.

 Paul

 On 10/28/05, Paul McKellar [EMAIL PROTECTED] wrote:
  it is still trying to connect to the backend on localhost.  not
  192.168.1.4 as i wished
 
  On 10/27/05, Paul McKellar [EMAIL PROTECTED] wrote:
   i'm going to assume this is an ip thing?  i don't know knoppmyth
   otherwise it would be easy.  gentoo used to be my thing.
  
   On 10/27/05, Paul McKellar [EMAIL PROTECTED] wrote:
thanks, that my.cnf thing rung a bell.  i only did that on the last
knoppmyth installation
   
i'm up to this step
   
2005-10-27 23:06:28.356 Registering MythDVD VCD Media Handler as a 
media handler
2005-10-27 23:07:15.612 Connecting to backend server: localhost:6543
(try 1 of 5)
Connection timed out.
You probably should modify the Master Server settings
in the setup program and set the proper IP address.
2005-10-27 23:07:18.443 Attempting to change from None to None
   
that is when i try and watch live tv.  the backend is running and i
can connect to the mysql database so the network is obviously up.  i
haven't had a chance to figure this step out yet.
   
   
On 10/27/05, Todd Houle [EMAIL PROTECTED] wrote:
 You need to give access on your backend Mysql database to your Mac
 (or any other frontend).  My internet connection is down right now so
 I can't look it up, but check out Tips-n-Tricks under Jarrod's web
 page.  It has something about mysql access.mysqladmin grant user
 mythtv *.% on mythconverg...   I forget, but run that command on your
 backend.
Todd


 On Oct 26, 2005, at 10:35 PM, Paul McKellar wrote:

  do i need to install mysql on my mac before i can use the frontend? 
   i
  get this message
 
  2005-10-26 22:29:39.934 Database not open while trying to save
  setting: Language
  2005-10-26 22:29:39.936 Unable to connect to database!
  2005-10-26 22:29:39.936 Driver error was [1/2003]:
  QMYSQL3: Unable to connect
  Database error was:
  Can't connect to MySQL server on '192.168.1.5' (61)
 
  2005-10-26 22:29:41.905 Unable to connect to database!
  2005-10-26 22:29:41.906 Driver error was [1/2003]:
  QMYSQL3: Unable to connect
  Database error was:
  Can't connect to MySQL server on '192.168.1.5' (61)
 
  2005-10-26 22:29:41.906 Failed to init MythContext, exiting.
 
  I can't find anything in the stuff about mythcontext either.  So is
  mysql compiled in?  I get teh same error no matter whoes build i 
  use.
 
  Paul
  ___
  mythtv-users mailing list
  mythtv-users@mythtv.org
  http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 



 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



   
  
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mac osx frontend and mysql

2005-10-27 Thread Paul McKellar
(to all those who don't have threaded emails. sorry for the flood)

here is some proof:

| MasterServerIP  | 192.168.1.4   
  
 | tvbox|
| MasterServerPort| 6543  
  
 | tvbox|
| mythfilldatabaseLastRunStart| 2005-10-25 12:00  
  
 | tvbox|
| TVFormat| NTSC  
  
 | tvbox|
| VbiFormat   | NTSC Closed Caption   
  
 | tvbox|
| FreqTable   | us-cable  
  
 | tvbox|
| TimeOffset  |   
  
 | tvbox|
| MasterBackendOverride   | 1 
  
 | tvbox|
| RecordChanged   | no
  
 | tvbox|
| BackendServerIP | 192.168.1.4


luminal:~ paul$ ping 192.168.1.4
PING 192.168.1.4 (192.168.1.4): 56 data bytes
64 bytes from 192.168.1.4: icmp_seq=0 ttl=64 time=0.328 ms
64 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.301 ms
^X^C
--- 192.168.1.4 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.301/0.315/0.328/0.013 ms
luminal:~ paul$

[EMAIL PROTECTED]:~# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:50:8D:34:0C:25
  inet addr:192.168.1.4  Bcast:255.255.255.255  Mask:255.255.255.0
  inet6 addr: fe80::250:8dff:fe34:c25/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:30368768 errors:0 dropped:0 overruns:0 frame:0
  TX packets:13044463 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:2402807925 (2.2 GiB)  TX bytes:898379696 (856.7 MiB)
  Interrupt:11 Base address:0x2000
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mac osx frontend and mysql

2005-10-26 Thread Paul McKellar
do i need to install mysql on my mac before i can use the frontend?  i
get this message

2005-10-26 22:29:39.934 Database not open while trying to save setting: Language
2005-10-26 22:29:39.936 Unable to connect to database!
2005-10-26 22:29:39.936 Driver error was [1/2003]:
QMYSQL3: Unable to connect
Database error was:
Can't connect to MySQL server on '192.168.1.5' (61)

2005-10-26 22:29:41.905 Unable to connect to database!
2005-10-26 22:29:41.906 Driver error was [1/2003]:
QMYSQL3: Unable to connect
Database error was:
Can't connect to MySQL server on '192.168.1.5' (61)

2005-10-26 22:29:41.906 Failed to init MythContext, exiting.

I can't find anything in the stuff about mythcontext either.  So is
mysql compiled in?  I get teh same error no matter whoes build i use.

Paul
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Bootup, mythtv mame.

2005-08-31 Thread Paul McKellar
the gentoo wiki has a lot of information about booting in to mythtv
http://gentoo-wiki.com/HOWTO_Setup_MythTV#X_Setup

i use fluxbox because i like right click menus, but it worked for me

On 8/31/05, Sam Zeke [EMAIL PROTECTED] wrote:
 Hello everyone!  First let me say that I'm completely new to MythTV, and
 slightly new to linux (specifically gentoo). 
   
 I was curious to know how to have MythTV start right after bootup in Linux,
 before anything else is shown.  Before Gnome or KDE is shown, or better yet
 not to have them load in the first place. 
   
 I also would like to know if there is a specific command switch to start
 MythTV in the Mame category/section of the interface when it does boot.  Is
 this possible?  If so, how? 
   
 The reason why I'm asking this specific question is because I'm building an
 arcade cabinet (from scratch, and almost done) and really like the frontend
 for Mame and want to have it be the first thing I see on the screen when I
 boot linux, besides my custom logo in bootsplash. 
   
 P.S. - Has anyone thought of ripping the frontend for mame fro mythtv, and
 making it a single frontend for mame? 
   
 THANKS!!!
 
 __
 Do You Yahoo!?
 Tired of spam? Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] tvlistings

2005-08-30 Thread Paul McKellar
no they are NOT correct.  it is not an update problem, they are just
not what is being broadcast.  none of the cable providers looks
accurate,  none had family guy on at 10:30 last night on tbs

On 8/30/05, Robert Kulagowski [EMAIL PROTECTED] wrote:
  it records in the wrong place because the meta information is wrong. i
  looked around zap2it listings. for zip code 30316 (atl), there are 4
  listings but none of them are showing the right informations.
 
 When you go to http://www.zap2it.com and look at your listings on their
 consumer web page, are the listings correct?
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] tvlistings

2005-08-30 Thread Paul McKellar
comcast. i'm thought it was comcast [analog] not rebuild.  but rebuild
or digital don't look any closer.

On 8/30/05, Phil Bridges [EMAIL PROTECTED] wrote:
 On 8/29/05, Paul McKellar [EMAIL PROTECTED] wrote:
  so my tv listings sucks.
 
  it records in the wrong place because the meta information is wrong. i
  looked around zap2it listings. for zip code 30316 (atl), there are 4
  listings but none of them are showing the right informations.
 
  i'm getting family guy on tbs but there is no listing for it anywhere.
   anyone have a advice.  zap2it is just wrong.  it is not an update
  timing problem.  the forums say that nobody responds to [EMAIL PROTECTED]
 
  any success?
 
  Paul
 
 Who is your cable provider?
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] audio static

2005-08-30 Thread Paul McKellar
thanks for the help, i'm thinking it was the via/soundblaster issue.

resolved by buying a pvr500, i wanted two tuners with their own audio
encoding anyways.  mpeg2 is just so much better than mjpeg.

that being said, soundblaster outputs fine, input recording just
wastn't working.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] font and screen size problem

2005-08-29 Thread Paul McKellar
wait.  are you saying that the resolution is lets say 1280x1024 and
you can only see 800x600 of it?  like the center.  is this actually a
myth setup thing or is everything in X windows changed to that
setting.

If so, you might have hit, i think the combo is, crtl+alt+ and '+' or
'-' which  changes between teh resolutions in xserver as defined by
your x-org.conf  (in gentoo /etc/X11/ ) and you can change back using
those keys.

just figured i would mention it, in case you accidently his those kets
while in mythsetup and misattributed the problem.

Paul

On 8/27/05, S. Martinez [EMAIL PROTECTED] wrote:
 I am just setting up Mythtv on my system and made a huge mistake.  I am
 using Fedora Core 4, KDE and a pvr350.  I just got mythtv installed, and
 I made a mistake while doing the setup (mythtvsetup).  I somehow changed
 the size of the window so that it is so big, I can't see the whole
 screen.  I only see the very top left hand corner of the screen and part
 of the first selection on the menu.  When I do get it to exit, my
 desktop is also way big.  If I exit my X session and re-enter, my
 original desktop setting is still there.  Is there a configuration file
 that I can edit so that the screen is smaller?  I am somewhat a novice
 when it comes to linux, but am willing to follow directions or go to a
 page that my have my answer.  I have searched the mail list archives as
 well as the on line documentation.  Any help is appreciated.
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: Blue faces and xvattr -a XV_HUE

2005-08-29 Thread Paul McKellar
are you getting the prebuffering only in live tv.  that is what i'm
getting.  did you find something that worked for you?

On 8/24/05, Andrew Codrington [EMAIL PROTECTED] wrote:
 Beautiful! Worked a treat. It was at 0%, changed to 50% as described below 
 and all was good.
 Thanks!
 
 Anyone want to vote on what I tackle next?
 1. Playback stuttering ('prebuffering pause')
 2. Getting ALSA sound working
 
 
 --- Bruce Markey [EMAIL PROTECTED] wrote:
 
  Andrew Codrington wrote:
   Thanks David.
   Had a look using the GUI and Use XV Picture Controls is already 
   selected.
   Are you talking about a different setting in a config file somewhere?
 
  The Xv attributes are a bit undifined. Some cards' drivers expect
  50% to be normal hue others expect 0% is normal. Start playback and
  press F several times until it says Hue and change the value
  by 50%.
 
  --  bjm
 
 
 
 --
 Andrew Codrington
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] tvlistings

2005-08-29 Thread Paul McKellar
so my tv listings sucks.

it records in the wrong place because the meta information is wrong. i
looked around zap2it listings. for zip code 30316 (atl), there are 4
listings but none of them are showing the right informations.

i'm getting family guy on tbs but there is no listing for it anywhere.
 anyone have a advice.  zap2it is just wrong.  it is not an update
timing problem.  the forums say that nobody responds to [EMAIL PROTECTED]

any success?

Paul
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] audio static

2005-08-18 Thread Paul McKellar
wow.  i had this working previously (2.5 years ago) and only recently
got cable again.  i remember something happening with static last
time, but not this bad.  i wonder if the difference in drivers is
causing more flooding or is it a hardware/analog thing.

either way, that is good lead.  i got it to play back using mplayer,
and the recording has static in it.and i guess the audio feed of
the line-in directly patched to the speaker-out would not get close to
the pci bus, hmm well maybe my roomie has a soundcard i can trial.

i want to hook a better amp and speaker system up to the computer so i
can lower teh mixer levels and see how that affects everything. i
don't think the problem is the speaker, just want more power for
amplification.  anyways, painting my living room is hold up more trial
and error.  i'll post results as i get em.

thanks

On 8/16/05, Jo Shields [EMAIL PROTECTED] wrote:
 Paul McKellar wrote:
 
 VIA i believe.  i bought it 5 years ago (800 duron) and it is my
 living room box.
 
 i seem to remember compiling the VIA modules, otherwise i would have
 no idea.  i'm not using onboard audio though.
 
 if that doesn't answer your question, tell me how to look it up,
 without opening the box.  lspci? lsmod?
 
 Paul
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 
 Via KT133 and KT266 series chipsets have known major issues with PCI bus
 flooding, especially when combined with Creative Labs sound cards,
 usually resulting in instability or static in audio.
 
 --Jo Shields
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] audio static

2005-08-16 Thread Paul McKellar
matrox g400-tv and soundblaster live.

i still haven't done the follow up work where i watch it on
windows/mac computers. i changed my levels around a bit and got some
relief. but the static still seems to build up over time and get
nastier. (just to be clear, i have static over the normal sound, not
complete static)

thanks for the help.  i'll definetly post when i know more about if
the static is saved in the file or if it is playback off my soundcard.
(capture setting or playback) and i'll post my soundcard settings when
i can describe ti better.

thanks
Paul

On 8/15/05, matt lutz [EMAIL PROTECTED] wrote:
 What capture card are you using?  Is it the M179 by any chance?
 
 ML
 
 On 8/13/05, Paul McKellar [EMAIL PROTECTED] wrote:
  my recorded shows have audio static no matter what i do.
 
  i;m using emu10k /soundblaster and i've tried recording on mic and
  line in.  i've tried all sorts of settings to avoid clipping on my
  alsamixer settings.  i'm getting static on the speaker out so i know
  it is either in the capture or the playback.  by unmuting the line in
  playback, i can hear the tv and it doesn't have any static.  so i'm
  assuming something in the capture settings.  or maybe just my
  soundcard module is badly initialized?
 
  any ideas?
 
  Paul
  ___
  mythtv-users mailing list
  mythtv-users@mythtv.org
  http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] audio static

2005-08-16 Thread Paul McKellar
VIA i believe.  i bought it 5 years ago (800 duron) and it is my
living room box.

i seem to remember compiling the VIA modules, otherwise i would have
no idea.  i'm not using onboard audio though.

if that doesn't answer your question, tell me how to look it up,
without opening the box.  lspci? lsmod?

Paul
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] audio static buildup

2005-08-14 Thread Paul McKellar
yeah.  i played around with my levels on the my sound card and got
some relief.   the static is still present in some locations on the
file playback, the loudest spots or so.  now  i need to get a
sepperate amp/speaker set up to amplify the audio outside the box.

i need to do some checking on the file, playing it in different
locations to see if i can eliminate where the problems start,
recording or playback.

paul
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] audio static

2005-08-13 Thread Paul McKellar
my recorded shows have audio static no matter what i do.

i;m using emu10k /soundblaster and i've tried recording on mic and
line in.  i've tried all sorts of settings to avoid clipping on my
alsamixer settings.  i'm getting static on the speaker out so i know
it is either in the capture or the playback.  by unmuting the line in
playback, i can hear the tv and it doesn't have any static.  so i'm
assuming something in the capture settings.  or maybe just my
soundcard module is badly initialized?

any ideas?

Paul
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] audio static buildup

2005-08-12 Thread Paul McKellar
i have audio static when i'm playing back recorded tv.  avis copied to
the computer play back with no static so the speakers seem ok.

i'm using matrox g400-tv connected to a soundblaster live on gentoo

the static seems to build up.  like if i pause, jump back to console,
mess with alsamixer. jump back to video the static is gone for a
couple seconds then becomes more and more noticeable.  it doesn't
really matter what i do with alsamixer, just a paused video will
diminish the static for a while.

any ideas?

alsa, the program looks great, last time i had it set up was .13
release, then i got out of the gmae for a while.

thanks for the help
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Symptom?

2005-08-05 Thread Paul McKellar
that is normal enough.  depending on what you use for a device system.
 udev or devfs or however you have them set up.  you only need one for
each device, and often enough the additional ones people have aren't
actually linked to anything substantive.

i still feel like a newbie but that is what i've gathered.  hope it helps.

paul

On 8/5/05, Marty Ravell [EMAIL PROTECTED] wrote:
 I've noticed that I only have a single device showing for 'll /dev/video?'.
 
 i.e. /dev/video0
 
 Is this normal? Jarod;s guide and various other sources seem to suggest that
 there should be several video devices?
 
 The system is PVR-350, P4, Intel Board, FC3, Jarod's guide. TV-out via the
 350.
 
 
 Regards
 Marty
 
 
 
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users